https://github.com/dongli/esmdiag
This is a diagnostic package for earth system modeling.
https://github.com/dongli/esmdiag
earth-science evaluation-framework
Last synced: 5 days ago
JSON representation
This is a diagnostic package for earth system modeling.
- Host: GitHub
- URL: https://github.com/dongli/esmdiag
- Owner: dongli
- Created: 2015-11-03T14:19:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T01:28:14.000Z (over 6 years ago)
- Last Synced: 2024-01-29T08:42:36.540Z (about 2 years ago)
- Topics: earth-science, evaluation-framework
- Language: NCL
- Size: 146 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Earth system modeling is a systematic and complex scientific and engineering task for researching the climate of our Earth, which involves many people working together. Because the models are becoming more and more complex, we need a standard and automatic tool to diagnose the performance of models.
# Usage
## Step 1
Get the codes in whatever way you like, the recommendated way is:
```
$ git clone https://github.com/dongli/esmdiag
```
Assume the directory of `esmdiag` is ``.
## Step 2
```
$ source /bashrc
```
This will add `` into your `PATH` environment variable.
## Step 3
Prepare the configuration file that is in JSON format, you can refer to `/run/sample_config.json`.
## Step 4
Invoke the real command to run diagnostics.
```
esmdiag
```
# Contributors
- Li Dong