Skip to content

Instantly share code, notes, and snippets.

View JiaweiZhuang's full-sized avatar
😈
working hard

Jiawei Zhuang JiaweiZhuang

😈
working hard
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JiaweiZhuang
JiaweiZhuang / miniconda.sh
Created November 20, 2019 01:49
miniconda install command
cd $HOME
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p miniconda
echo ". $HOME/miniconda/etc/profile.d/conda.sh" >> ~/.bashrc
source ~/.bashrc
conda create -y -n py37 python=3.7
conda activate py37
pip install jupyter pandas matplotlib
@JiaweiZhuang
JiaweiZhuang / gchp_mpi_profile.ipynb
Created September 30, 2019 18:57
GCHP 12.3.2 profiling results by IPM
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JiaweiZhuang
JiaweiZhuang / autogenerate_cubedsphere.ipynb
Created August 29, 2018 14:45
Test xgcm generate_grid_ds on cubed-sphere grid (2D curvilinear)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JiaweiZhuang
JiaweiZhuang / autogenerate_1D.ipynb
Created August 29, 2018 14:44
Test xgcm generate_grid_ds on 1D grid
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JiaweiZhuang
JiaweiZhuang / extract_NetCDF_group.ipynb
Created August 21, 2018 22:52
Extract a group in a NetCDF4 file as a standalone NC file
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JiaweiZhuang
JiaweiZhuang / break_CEDS.ipynb
Created August 20, 2018 00:53
Break CEDS data by different years
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JiaweiZhuang
JiaweiZhuang / illegal_coords.ipynb
Created August 18, 2018 01:22
Plotting with illegal/discontinuous coordinates
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JiaweiZhuang
JiaweiZhuang / Failed_estimate_uncertainty.ipynb
Last active August 17, 2018 01:16
Failed uncertainty estimate experiments
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.