-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.rtf
41 lines (40 loc) · 2.5 KB
/
README.rtf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{\rtf1\ansi\ansicpg1252\cocoartf2580
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww13440\viewh7800\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\f0\fs24 \cf0 MHEST\
Code for the SIHAQII NASA DEVELOP project: Mixing Height Estimation Toolbox\
Node: Pocatello, Idaho\
Term: Spring 2021\
Description: The MHEST tool takes CALIPSO and MODIS data, calculates mixing heights, and stages them for comparison with NWS Fire Weather Forecasts (and /or Spot Forecasts). The Fire Weather Forecasts are scrapes from an online archive, while CALIPSO and MODIS data for desired dates must be downloaded.\
\
POC Contact Info: Chris Wright, 510-387-6338, [email protected]\
Authors/Collaborators: Chris Wright, Julia Liu, Dean Berkowitz, Lauren Mock; Ashwini Badgujar, Sean Cusick, Patrick Giltz, Ella Griffith, Brandy Nisbet-Wilcox; Dr. Kenton Ross, Dr. Travis Toth, Keith Weber\
Requirements for running code: CALIPSO LiDAR Level 2 Vertical Feature Mask HDF files, MODIS data files, python editor. \
\
\
In SMO: \
We loop through CALIPSO HDF-format files on days of interest and extract data at relevant latitudes. We use bit-wise extraction to reveal:\
1) feature classification and\
2) feature sub-type. \
across the different transects. We then save the data to a specified directory. \
Inputs: list of dates, lat / lon of interest (called 'matches'); CALIPSO HDF files\
\
In Scrape_NWS: \
We loop through webpages corresponding to dates and fire weather zones of interest. From these webpages, we extract mixing height for \'93Today\'94, the day that the data was collected. We then process the data to stage it for comparison\
Inputs: list of dates and PILS desired\
\
In MOD07_processing: \
We loop through MODIS HDF-format files on days of interest, select the data within a geographic area of interest, plot the vertical Water Vapor Mixing Ratio profiles, calculate the gradients of the vertical profiles, and use the profiles to identify the mixing height altitudes. \
Inputs: list of desired dates, lat / lon; MODIS files\
\
Recommended file structure:\
1) A folder for CALIPSO files of interest\
2) A folder for MODIS files of interest\
3) An empty folder for SMO output\
4) A folder for all the inputs (desired days, latitudes)\
\
\
Anything marked "CHANGE" can / must be changed to include your file path, set of files, personal preference on analysis type, etc.}