Full Model Emulation
elynnwu commited on
Commit
d7670fa
·
verified ·
1 Parent(s): 1ab26e7

Update inference-config.yaml

Browse files
Files changed (1) hide show
  1. inference-config.yaml +5 -5
inference-config.yaml CHANGED
@@ -1,7 +1,7 @@
1
  experiment_dir: /results
2
  n_coupled_steps: 2920 # 40 years
3
  coupled_steps_in_memory: 5
4
- checkpoint_path: best_inference_ckpt.tar
5
  data_writer:
6
  ocean:
7
  save_prediction_files: false
@@ -18,20 +18,20 @@ logging:
18
  forcing_loader:
19
  atmosphere:
20
  dataset:
21
- data_path: forcing_data
22
  file_pattern: atmosphere-forcing-1yr.nc
23
  n_repeats: 43
24
  ocean:
25
  dataset:
26
- data_path: forcing_data
27
  file_pattern: ocean-forcing-1yr.nc
28
  n_repeats: 43
29
  num_data_workers: 1
30
  initial_condition:
31
  ocean:
32
- path: initial_conditions/SamudrACE-E3SMv3-ICx3-train_ocean_ic.nc
33
  atmosphere:
34
- path: initial_conditions/SamudrACE-E3SMv3-ICx3-train_atmosphere_ic.nc
35
  start_indices:
36
  first: 0
37
  n_initial_conditions: 3
 
1
  experiment_dir: /results
2
  n_coupled_steps: 2920 # 40 years
3
  coupled_steps_in_memory: 5
4
+ checkpoint_path: /best_inference_ckpt.tar
5
  data_writer:
6
  ocean:
7
  save_prediction_files: false
 
18
  forcing_loader:
19
  atmosphere:
20
  dataset:
21
+ data_path: /forcing_data
22
  file_pattern: atmosphere-forcing-1yr.nc
23
  n_repeats: 43
24
  ocean:
25
  dataset:
26
+ data_path: /forcing_data
27
  file_pattern: ocean-forcing-1yr.nc
28
  n_repeats: 43
29
  num_data_workers: 1
30
  initial_condition:
31
  ocean:
32
+ path: /initial_conditions/SamudrACE-E3SMv3-ICx3-train_ocean_ic.nc
33
  atmosphere:
34
+ path: /initial_conditions/SamudrACE-E3SMv3-ICx3-train_atmosphere_ic.nc
35
  start_indices:
36
  first: 0
37
  n_initial_conditions: 3