From b232325b957fa6372de4e13f543f814d353f7f65 Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:46:45 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 718b5979c..d41285d58 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,12 @@ When running from the terminal, you can also specify a configuration file to use Existing configuration files are specified in the `config/` directory within ClimaCoupler.jl. For example, to run the default AMIP configuration, you could use the following command: ```julia -julia --project=experiments/ClimaEarth experiments/ClimaEarth/run_amip.jl --config_file config/ci_configs/amip_default.jl --job_id amip_default +julia --project=experiments/ClimaEarth experiments/ClimaEarth/run_amip.jl --config_file config/ci_configs/amip_default.yml --job_id amip_default ``` Output from your run will be saved in the folder `experiments/ClimaEarth/output//`. If no configuration file is specified, the default -`interactive_debug.yml` will be used, and output will be saved in `experiments/ClimaEarth/output/interactive_debug/`. +`amip_default.yml` will be used, and output will be saved in `experiments/ClimaEarth/output/amip_default/`. 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.