fix typo
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ HiRO (High Resolution Output) is a diffusion model which generates downscaled fi
|
|
| 25 |
|
| 26 |
3. Update paths in the ACE inference config file `ace2s_inference_config_global.yaml`. Specifically, update `experiment_dir`, `checkpoint_path`, `initial_condition.path` and `forcing_loader.dataset.path`.
|
| 27 |
|
| 28 |
-
4. Update paths in the HiRO downscaling inference config file `hiro_downscaling_ace2s_pnw_output.yaml`. Specifically, update `experiment_dir`, `model.checkpoint_path`, and `data.coarse`. The directory path in `data.coarse` should point to the same ACE inference `experiment_dir` from step 3. Optionally, if you wish to change the region and/or time selection of the area(s) to downscale you may edit those in the downscaling config (see [
|
| 29 |
|
| 30 |
4. Run the script `run-hiro-ace.sh`.
|
| 31 |
|
|
|
|
| 25 |
|
| 26 |
3. Update paths in the ACE inference config file `ace2s_inference_config_global.yaml`. Specifically, update `experiment_dir`, `checkpoint_path`, `initial_condition.path` and `forcing_loader.dataset.path`.
|
| 27 |
|
| 28 |
+
4. Update paths in the HiRO downscaling inference config file `hiro_downscaling_ace2s_pnw_output.yaml`. Specifically, update `experiment_dir`, `model.checkpoint_path`, and `data.coarse`. The directory path in `data.coarse` should point to the same ACE inference `experiment_dir` from step 3. Optionally, if you wish to change the region and/or time selection of the area(s) to downscale you may edit those in the downscaling config (see [downscaling inference docs](https://ai2-climate-emulator.readthedocs.io/en/latest/downscaling_inference.html) for more details). An example of global downscaling is also provided in `hiro_downscaling_ace2s_global_output.yaml`.
|
| 29 |
|
| 30 |
4. Run the script `run-hiro-ace.sh`.
|
| 31 |
|