Metadata-Version: 2.4
Name: ocean-climate
Version: 1.0.0
Summary: Climate patterns vs ocean profiles analysis and plotting
Author-email: Tyler Pachuda <typa7327@colorado.edu>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.22
Requires-Dist: matplotlib>=3.5
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# Ocean_Climate-Project
Final project for ATOC 4815. 

A package designed to implement comparison of how long term climate patterns affect ocean profiles. Connects to public NCAR CESM2-LE models. The goal of this project was to allow for prior done and accessible data conversion to access different ocean variables and connect them to climate indices with available statistical modeling.

Run options for component, scenario, forcing, variable, index, time, lat, lon

Run with:   python ocean_climate_ensemble.py --component ocn --scenario historical --forcing cmip6 --variable TEMP --index enso --time-slice 1998-01 2000-12 --lat-box 5 -5 --lon-box -155 -120

Currently focused on the comparison between ENSO/ONI vs SST
Currently working outputs: Lag Correlation, Correlation Projection, Timeseries

Future Additions: Indices: AMO, NAO, PDO, etc.
                  Ocean profiles: Salinity, MLD, Heat, Thermocline, Chemical Concentrations, etc.
                  Graphs: Vertical Profiles for all variables (meters, not cm), Composite Maps (phase differences)
