An open API service indexing awesome lists of open source software.

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.

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