pyclmuapp

Overview

  • About
  • Installation
  • test

Python: warmup

  • Warmup

Python: examples

  • Example 1: Basic usage
  • Example 2: How does global warming will affect urban climates?
  • Example 3: Urban climate adaption

Recommended usage

  • Recommended usage

Other usage

  • Basic usage: Web interface
  • Basic usage: Command line

Python: created input files

  • Make your own forcing data from ERA5
  • Make your own surface data

Spinup

  • Spinup in USP mode

HPC

  • pyclmuapp on HPC: Command line
  • pyclmuapp on HPC: Python

Evaluation

  • Urban-Plumber2: UK-Kin site CLMU5 simulation

API Reference

  • pyclmuapp package
pyclmuapp
  • Recommended usage
  • View page source

Recommended usage


1 Download input data: data

2 Decompression

pwd
tar -zxvf surface.tar.gz

3 Pull

docker pull junjieyu/clmuweb:laest

4 Run

# surface is the data dir of step 1&2
docker run \
  -p 8080:8080 \
  -v "$(pwd)/surface:/app/surface" \
  --name clmuweb-container \
  junjieyu/clmuweb:latest
# then open http://localhost:8080/ or http://localhost:8080/.

successful Web interface will look like:

run clmuweb

5 Stop and Remove

docker stop clmuweb-container
docker rm clmuweb-container
Previous Next

© Copyright 2024, Junjie Yu, Zhonghua Zheng.

Built with Sphinx using a theme provided by Read the Docs.