File size: 511 Bytes
d252e9d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | experiment_dir: ./inference/FloeNet_piControl_forcing
n_forward_steps: 204399
forward_steps_in_memory: 40
allow_incompatible_dataset: true
checkpoint_path: ./ckpt.tar
logging:
log_to_screen: true
log_to_wandb: false
forcing_loader:
dataset:
data_path: ./data
file_pattern: 0211-0350.CM4_piControl_forcing_6hourly.zarr
engine: zarr
num_data_workers: 1
initial_condition:
path: ./data/CM4_piControl_initial_condition.nc
data_writer:
save_prediction_files: false
save_monthly_files: true
|