13 lines
309 B
Markdown
13 lines
309 B
Markdown
## container for CLM5.0(Community Land Surface Model)
|
|
|
|
### Usage
|
|
|
|
```bash
|
|
docker build -t clm5 .
|
|
docker run -it --rm -v /data/ctsm/inputdata:/inputdata -v /data/ctsm/scratch:/home/clm/cesm -e USERID=$UID clm5 bash
|
|
```
|
|
|
|
* Document of CLM5.0:
|
|
https://escomp.github.io/ctsm-docs/
|
|
https://github.com/ESCOMP/ctsm.
|