Skip to content
Snippets Groups Projects
README.md 1 KiB
Newer Older
Sarah J MARMOLEJOS's avatar
Sarah J MARMOLEJOS committed
# AOS 573 final_project
Sarah J MARMOLEJOS's avatar
Sarah J MARMOLEJOS committed
## Sarah Marmolejos
Sarah J MARMOLEJOS's avatar
Sarah J MARMOLEJOS committed

Sarah J MARMOLEJOS's avatar
Sarah J MARMOLEJOS committed
Description:
Sarah J MARMOLEJOS's avatar
Sarah J MARMOLEJOS committed
Land Use and Vertical Velocity Analysis
This project involves analyzing land use types and vertical velocity data using the Weather Research and Forecasting (WRF) model outputs. The aim is to visualize the distribution and extent of different land cover types and the vertical velocity (W component) in forest and non-forest areas.
Sarah J MARMOLEJOS's avatar
Sarah J MARMOLEJOS committed

This folder consists of the following files:
    1. .yml environment file
        -> This conda environment contains all of the dependencies needed to complete the analysis.

    2. The Jupyter notebook containing the python code
        -> Explains the type of analysis needed to further the research. It will guide you through the detailed step-by-step explanations. 

    3. The WRF data that contains only the variables being used (Lane Use Index, Reflectivity, and Verical Velocity)
        ->The dataset needed to complete the analysis. It is read in at the start of the script. 

    4. This README file
        -> instructions