File size: 614 Bytes
b96e8d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
experiment_dir: /output_directory
n_forward_steps: 400
forward_steps_in_memory: 50
checkpoint_path: /ace2_som_ckpt.tar
logging:
log_to_screen: true
log_to_wandb: false
log_to_file: true
project: ace
initial_condition:
path: /initial_conditions/1xCO2/ic.nc
start_indices:
times:
- "2032-01-01T00:00:00"
forcing_loader:
dataset:
data_path: /forcing_data/1xCO2
n_repeats: 1 # Use this to extend the four years of forcing data to the desired length
num_data_workers: 4
data_writer:
save_prediction_files: true
save_monthly_files: false
names: ["TMP2m", "VGRD10m", "PRATEsfc"]
|