You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,12 +58,12 @@ When running from the terminal, you can also specify a configuration file to use
58
58
Existing configuration files are specified in the `config/` directory within ClimaCoupler.jl.
59
59
For example, to run the default AMIP configuration, you could use the following command:
60
60
```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
62
62
```
63
63
64
64
Output from your run will be saved in the folder `experiments/ClimaEarth/output/<job_id>/`.
65
65
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/`.
67
67
68
68
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.
0 commit comments