-
Model data interpolation from pressure level to sigma level
A self-defined python function for model vertical interpolation
-
CESM data interpolation from hybrid-sigma level to pressure level
A self-defined python function for model vertical interpolation
-
Manage conda environment and install climlab
How to manage conda environment and install climlab
-
Organize and simplify complex expressions using Python
How to organize and simplify complex expressions using sympy
-
Automatically generate all file names in a directory in Python
How to generate all file names in a directory and output them in an ascii file.
-
Basic Statistics in Python
Basic Statistics in Python
-
Python Development - Level2
Ways to develop a projet/program by python - Leve2 OOP
-
Python Development - Level1
Ways to develop a projet/program by python - Level1 fundamental python
-
Matplotlib notes and tips
Some notes and tips about python matplotlib
-
Calculate Local Mass Stream Function
Derivation and calculation of local mass stream function
-
Set Python Location for Gitshell
How to set and run python in Gitshell
-
Read Shape Files in Python
How to read shape file in python
-
Download ERA5 in Batch
Download ERA5 data in batch using python
-
Python Tips
Fundational tips for python
-
Use Anaconda to Install Python Package Locally
Ways to install python package to anaconda
-
Generate Dynamic Variable Names in Python
How to generate dynamic variable names in python
-
Convert Longitude from 0~360 to -180~180 for a NC File
How to convert longitude from 0~360 to -180~180 for a NC file
-
Concatenante Multiple NC Files
Several ways to concatenate NC files
-
Print a Statistical Distribution Table in Python
How to print a statistical distribution table in Python
-
How to Take Good Use of Jupyter Notebook/Lab
How to choose IDE and use Jupyter notebook for data analysis and machine learning
-
Basic Tips of Numpy
Array, Matrix, Broadcasting...