File size: 516 Bytes
abb18bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
experiment_dir: /output_directory
n_forward_steps: 400 
forward_steps_in_memory: 50
checkpoint_path: /ace2_era5_ckpt.tar
logging:
  log_to_screen: true
  log_to_wandb: false
  log_to_file: true
  project: ace
initial_condition:
  path: /initial_conditions/ic_2020.nc
  start_indices:
    times:
      - "2020-01-01T00:00:00"
forcing_loader:
  dataset:
    data_path: /forcing_data
  num_data_workers: 4
data_writer:
  save_prediction_files: true
  save_monthly_files: false
  names: ["TMP2m", "VGRD10m", "PRATEsfc"]