Command | Description |
---|---|
git init |
Initialize a local Git repository |
git clone ssh://[email protected]/[username]/[repository-name].git |
Create a local copy of a remote repository |
| Command | Description |
Command | Description |
---|---|
git init |
Initialize a local Git repository |
git clone ssh://[email protected]/[username]/[repository-name].git |
Create a local copy of a remote repository |
| Command | Description |
################################################################################ | |
# Parallel SCHISM Makefile | |
# | |
# User makes environment settings for particular OS / PLATFORM / COMPILER / MPI | |
# below as well as setting flags having to do with included algorithms (e.g. sediment) | |
# and the compiler configuration (debug, timing). | |
# | |
# The environment settings are based on the following options. | |
# | |
# Compiler name: |
; wrf_gsmcsn_raindaily.ncl | |
; wrf_gsmcsn_raindaily plots rainfall map on a 24 hour time period. | |
; The script implicitly expect that the result is from 00Z, and the | |
; netxt 24 hour interval is also on 00Z. | |
; Author: Jamal Uddin Khan | |
; Email: [email protected] | |
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl" | |
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl" | |
load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl" |
# Brian Blaylock | |
# January 5, 2017 It's snowing outside | |
""" | |
Simple Basemap examples | |
Example gallery: http://matplotlib.org/basemap/users/examples.html | |
Documentation: https://basemaptutorial.readthedocs.io/en/latest/ | |
""" |
# Fixing the python issue | |
cd ~/.qgis2/python/ | |
mkdir QtWebKit Qsci | |
touch QtWebKit/__init__.py Qsci/__init__.py | |
echo "from PyQt4.QtWebKit import QWebView" > QtWebKit/QWebView.py | |
echo "from PyQt4.Qsci import QsciScintilla" > Qsci/qsciscintilla.py | |
# Fixing the admin/system issue | |
yum install qca-ossl |
Create a repo and make some file
Generate ssh key:
ssh-keygen -t rsa -C "[email protected]"
Copy the contents of the file ~/.ssh/id_rsa.pub to your SSH keys in your GitHub account settings. Test SSH key:
ssh -T [email protected]
#!/bin/bash | |
# Tools and Exports | |
export ACLOCAL=/usr/bin/aclocal | |
export AUTOMAKE=/usr/bin/automake | |
export AUTOHEADER=/usr/bin/autoheader | |
export AUTOCONF=/usr/bin/autoconf | |
export LIBTOOLIZE=/usr/bin/libtoolize | |
export MPIFC="/usr/bin/mpif90" | |
export MPILIBS="-L/usr/lib/x86_64-linux-gnu" |
#!/bin/sh | |
su | |
yum localinstall --nogpgcheck google-earth-stable_current_x86_64.rpm | |
yum install redhat-lsb.i686 | |
rpm -ivh --force google-earth-stable_current_x86_64.rpm | |
yum reinstall filesystem |
Ahrens, C. D., Meteorology Today, 11th editions, Cengage, 2015
RudraPratap, Getting started with MATLAB, 1stEdition, Oxford, 2010. Trauth, M., MATLAB Recipes for Earth Sciences, 3rd Edition, Springer 2010 Trauth, M. and E. Sillman, MATLAB and Design Recipes for Earth Sciences, 1st Edition, Springer, 2012 von Storch, H. and F.W. Zwiers, Statistical Analysis in Climate Research,1st Edition, Cambridge,2003 Wilks D.S., Statistical Methods in the Atmospheric Sciences. 3rd edition, Academic, 2010