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