Data Science Tutorials

Neon Data Tutorial


This tutorial is aimed at Performing the following functions :

    -Iterates through all the files in a single directory.
    -Iterates through all the zipped files in the directory
    -Temporarily unzips all the excel files in the directory
    -Script runs through the data in a directory and calculates the daily averages for a site.
    -Concatenates all the files into a single file named “FinalDataTALL2018-2020.xlsx
    -The FinalData file contains the daily data of 5 different sites in different sheets.
    -The data is indexed based on StartDateTime variable.
    -Fills the missing values with -999.

Link to the Code and Tutorial – https://github.com/cwsauburn/NeonData

CLM5.0 Tutorial: Creating and Running a CESM Model


In this tutorial, we will be discussing how to create a new model using CESM. We will be discussing the following topics :

    -Downloading CLM-CESM Scripts
     In this Step, we will be downloading a few scripts which will aid us through the tutorial.
    -Creating a new case
     This step involves making choices to set up the model configuration.
    -Setting up a new case
     This step configures the model so that it can compile.
    -Build the Case
     This step compiles the model.
    -Submitting your Run
     This step submits the model simulation to the supercomputer queue.

Link to the tutorial – https://github.com/cwsauburn/Creating-and-Running-a-CESM-Model