https://github.com/geocryology/globsim
Using global reanalyses for permafrost simulation
https://github.com/geocryology/globsim
climate downscaling era-5 geoscience jra-3q merra-2 meteorology permafrost reanalysis
Last synced: 3 months ago
JSON representation
Using global reanalyses for permafrost simulation
- Host: GitHub
- URL: https://github.com/geocryology/globsim
- Owner: geocryology
- License: gpl-3.0
- Created: 2016-10-16T00:38:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-03-31T22:40:28.000Z (3 months ago)
- Last Synced: 2026-04-01T01:27:18.292Z (3 months ago)
- Topics: climate, downscaling, era-5, geoscience, jra-3q, merra-2, meteorology, permafrost, reanalysis
- Language: Python
- Homepage:
- Size: 92 MB
- Stars: 20
- Watchers: 8
- Forks: 5
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - globsim - Using global reanalyses for permafrost simulation. (Natural Resources / Soil and Land)
README

# Globsim
Welcome to Globsim, a tool for automating the downloading, interpolation and scaling of different reanalyses to produce meteorological time series for user-defined point locations. Full desciption available in this publication: https://gmd.copernicus.org/articles/12/4661/2019/
## Installation
Use a conda environment to handle most dependencies to avoid building ESMF yourself:
```bash
conda create -n globsim -c conda-forge python=3.10 esmpy xarray netcdf4 cfgrib pandas scipy
python -m pip install -e .
```
Details for usage (and outdated installation instructions) for Globsim can be found on our [ReadTheDocs page](https://globsim.readthedocs.io/en/latest/?).
## Disclaimer
GlobSim is made available for use under the GNU GPL-3 license. We do not guarantee that this software will work with your particular hardware or software. We also make no claim of offering technical support or continued development. However, any issues or bugs should be reported using the github issue tracking tool.