Full Model Emulation
James Duncan commited on
Commit
ead0334
·
1 Parent(s): 8f90d41

Update inference_config.yaml

Browse files
Files changed (1) hide show
  1. inference_config.yaml +3 -3
inference_config.yaml CHANGED
@@ -1,7 +1,7 @@
1
- experiment_dir: /output_directory
2
  n_coupled_steps: 140
3
  coupled_steps_in_memory: 20
4
- checkpoint_path: /samudrACE_CM4_piControl_ckpt.tar
5
  data_writer:
6
  ocean:
7
  save_prediction_files: true
@@ -12,7 +12,7 @@ data_writer:
12
  forcing_loader:
13
  atmosphere:
14
  dataset:
15
- data_path: /forcing_data
16
  file_pattern: forcing_0311.nc
17
  n_repeats: 3
18
  num_data_workers: 1
 
1
+ experiment_dir: output_directory
2
  n_coupled_steps: 140
3
  coupled_steps_in_memory: 20
4
+ checkpoint_path: samudrACE_CM4_piControl_ckpt.tar
5
  data_writer:
6
  ocean:
7
  save_prediction_files: true
 
12
  forcing_loader:
13
  atmosphere:
14
  dataset:
15
+ data_path: forcing_data
16
  file_pattern: forcing_0311.nc
17
  n_repeats: 3
18
  num_data_workers: 1