Skip to content

Commit a1a6e6e

Browse files
authored
Merge pull request #1128 from CliMA/szy21-patch-1
Update README.md
2 parents b601849 + b232325 commit a1a6e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ When running from the terminal, you can also specify a configuration file to use
5858
Existing configuration files are specified in the `config/` directory within ClimaCoupler.jl.
5959
For example, to run the default AMIP configuration, you could use the following command:
6060
```julia
61-
julia --project=experiments/ClimaEarth experiments/ClimaEarth/run_amip.jl --config_file config/ci_configs/amip_default.jl --job_id amip_default
61+
julia --project=experiments/ClimaEarth experiments/ClimaEarth/run_amip.jl --config_file config/ci_configs/amip_default.yml --job_id amip_default
6262
```
6363

6464
Output from your run will be saved in the folder `experiments/ClimaEarth/output/<job_id>/`.
6565
If no configuration file is specified, the default
66-
`interactive_debug.yml` will be used, and output will be saved in `experiments/ClimaEarth/output/interactive_debug/`.
66+
`amip_default.yml` will be used, and output will be saved in `experiments/ClimaEarth/output/amip_default/`.
6767

6868
The output will take up approximately 1GB of space, and the simulation will take around 10 minutes to run on a single CPU, or less time on multiple CPUs or GPU.
6969

0 commit comments

Comments
 (0)