8000 GitHub - adagj/pyclim-NorESM: Python scripts used for reading, post analysis and visualization tools for the NorESM model
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adagj/pyclim-NorESM

Repository files navigation

pyclim-NorESM

Python scripts used for analysis and plotting output from the Norwegian Earth System Model (NorESM)

Structure

  • pyclim_noresm: folder which contains functions for reading and analyzing NorESM output
  • examples: folder with example scripts to show how the function scripts in pyclim_noresm can be used

What can you find

  • Reading NorESM data. Choose between noresm raw data or cmorized files

  • Functions used for calculating time, regional and global averages, extract sub-regions, regridding etc.

  • Functions and scripts for calculating northwards atmospheric energy transport

  • For the regridding package xesmf to work properly, you need to make a new conda environment before installing the packages:

Installation

  1. Clone the git repository and cd into the pyclim-NorESM directory:
git clone https://github.com/adagj/pyclim-NorESM.git && cd pyclim-NorESM

  1. Install the conda enviroment
conda env create -f=environment.yaml
  1. Install pyclim_noresm using pip (use -e for development):
pip install -e . 

About

Python scripts used for reading, post analysis and visualization tools for the NorESM model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0