Giter VIP home page Giter VIP logo

climate_learn's People

Contributors

gclimon avatar monocongo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

climate_learn's Issues

Score models (train/test) for features: [PS, T, U, and V] and label: PTTEND

Determine which model works best for features: [PS, T, U, and V] and label: PTTEND

PTTEND (T total physics tendency) is the result of the CAM's processing of the PS (surface pressure), T (temperature), U (zonal wind), and V (meridional wind) input variables. This is a linear function.

We assume this process is suited to a simple linear regression model.

Score various linear models and corresponding parameters to determine which works best for these features/label.

Score models (train/test) for features: [Q, PRECL] and labels: [SHFLX, LHFLX]

SHFLX (surface sensible heat flux) and LHFLX (surface latent heat flux) are results of the CAM's processing of the Q (specific humidity) and PRECL (large-scale (stable) precipitation rate (liquid + ice)) input variables. This is a non-linear function.

Score various non-linear models and corresponding parameters to determine which works best for these features/labels.

Create PBS script for batch processing on UMichigan cluster (flux)

Create PBS batch processing script for running a ML model using CAM inputs/outputs.

Script template:

####  PBS preamble

#PBS -N PBS_test_script
#PBS -M [email protected]
#PBS -m abe

#PBS -A example_flux
#PBS -l qos=flux
#PBS -q flux

#PBS -l nodes=4:ppn=2,pmem=2gb
#PBS -l walltime=1:15:00
#PBS -j oe
#PBS -V

####  End PBS preamble

if [ -s "$PBS_NODEFILE" ] ; then
    echo "Running on"
    cat $PBS_NODEFILE
fi

if [ -d "$PBS_O_WORKDIR" ] ; then
    cd $PBS_O_WORKDIR
    echo "Running from $PBS_O_WORKDIR"
fi

#  Put your job commands after this line
echo "Hello, world."

Add model fits/tests for non-linear tendency variables

We now have access to new data sets for our project that use a more complicated
(non-linear) forcing mechanism for temperature and also for a new moisture variable ‘Q’.

The new state variables in the ‘h0’ (feature/input) files are ‘Q’ and the large-scale rainfall rate ‘PRECL’ as a diagnostic quantity. The ‘h1’ (output/target) files now contain the new forcing ‘PTEQ’ for the moisture variable ‘Q’. Basically, PTEQ is the time tendency of the moisture, just like the time tendencies for T, U, V.

We'll incorporate this new feature variable into existing fits/tests as well as adding new model types to explore how these will perform.

Create ANN using Keras/TensorFlow for predicting PTTEND

Using Keras with the TensorFlow backend we'll create a simple artificial neural network (ANN) using two layers, 1) convolutional neural network and 2) LSTM, for predicting the CAM PTTEND forcing tendency variable from PS, T, U, and V inputs. We'll split our input data into train/test datasets on northern and southern hemispheres.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.