case_submit
Submit a CESM case for execution, with options for container-based synchronous runs using no_batch.
Instructions
Submit a CESM case (./case.submit).
Pass container= to run inside a crocontainer session. When using a container, also pass no_batch=True — the container runs interactively and does not have access to PBS/slurm, so batch submission will fail.
container + no_batch=True is the fast-iteration path: model runs synchronously inside the container and returns output to this session with no queue wait.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_dir | Yes | ||
| no_batch | No | ||
| resubmit | No | ||
| container | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |