Full Model Emulation
James Duncan commited on
Commit
df96731
·
1 Parent(s): a4fa938

Add inference_config.yaml

Browse files
Files changed (1) hide show
  1. inference_config.yaml +30 -0
inference_config.yaml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
8
+ save_monthly_files: true
9
+ atmosphere:
10
+ save_prediction_files: true
11
+ save_monthly_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
19
+ initial_condition:
20
+ ocean:
21
+ path: "initial_conditions/0311-01-01T00:00:00/ocean/initial_condition.nc"
22
+ atmosphere:
23
+ path: "initial_conditions/0311-01-01T00:00:00/atmosphere/initial_condition.nc"
24
+ start_indices:
25
+ first: 0
26
+ n_initial_conditions: 1
27
+ logging:
28
+ log_to_screen: true
29
+ log_to_wandb: false
30
+ log_to_file: false