Full Model Emulation
andreperkins commited on
Commit
f9b6d28
·
verified ·
1 Parent(s): 4dea569

Update hiro_downscaling_ace2s_pnw_output.yaml

Browse files

Adjusting the configuration for a shorter duration with ensemble size 4 to showcase the smaller regional selection.

hiro_downscaling_ace2s_pnw_output.yaml CHANGED
@@ -12,17 +12,18 @@ data:
12
  coarse:
13
  - data_path: /output_directory
14
  engine: zarr
15
- file_pattern: output_6hourly_predictions_ic0000.zarr
16
  batch_size: 4
17
  num_data_workers: 2
18
  strict_ensemble: False
19
  outputs:
20
- - name: "PNW_ensemble0000"
 
21
  save_vars: ["PRATEsfc"]
22
- n_ens: 1
23
  max_samples_per_gpu: 32
24
  time_range:
25
- start_time: "2014-01-01T00:00:00"
26
  stop_time: "2023-12-31T18:00:00"
27
  lat_extent:
28
  start: 32.9
@@ -30,7 +31,8 @@ outputs:
30
  lon_extent:
31
  start: 233.0
32
  stop: 250.0
33
- - name: "WA_AR_20230206" # Example of a single event downscaling (may not exist in your data)
 
34
  save_vars: ["PRATEsfc"]
35
  n_ens: 16
36
  max_samples_per_gpu: 8
 
12
  coarse:
13
  - data_path: /output_directory
14
  engine: zarr
15
+ file_pattern: output_6hourly_ace2s_predictions_ic0000.zarr
16
  batch_size: 4
17
  num_data_workers: 2
18
  strict_ensemble: False
19
  outputs:
20
+ # Save an ensemble of downscaled outputs over the 2023 period
21
+ - name: "PNW_ensemble_2023"
22
  save_vars: ["PRATEsfc"]
23
+ n_ens: 4
24
  max_samples_per_gpu: 32
25
  time_range:
26
+ start_time: "2023-01-01T00:00:00"
27
  stop_time: "2023-12-31T18:00:00"
28
  lat_extent:
29
  start: 32.9
 
31
  lon_extent:
32
  start: 233.0
33
  stop: 250.0
34
+ # Example of a single event downscaling (exact time may not be interesting)
35
+ - name: "WA_snapshot_20230206"
36
  save_vars: ["PRATEsfc"]
37
  n_ens: 16
38
  max_samples_per_gpu: 8