File size: 775 Bytes
ead0334 df96731 ead0334 df96731 ead0334 df96731 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
experiment_dir: output_directory
n_coupled_steps: 140
coupled_steps_in_memory: 20
checkpoint_path: samudrACE_CM4_piControl_ckpt.tar
data_writer:
ocean:
save_prediction_files: true
save_monthly_files: true
atmosphere:
save_prediction_files: true
save_monthly_files: true
forcing_loader:
atmosphere:
dataset:
data_path: forcing_data
file_pattern: forcing_0311.nc
n_repeats: 3
num_data_workers: 1
initial_condition:
ocean:
path: "initial_conditions/0311-01-01T00:00:00/ocean/initial_condition.nc"
atmosphere:
path: "initial_conditions/0311-01-01T00:00:00/atmosphere/initial_condition.nc"
start_indices:
first: 0
n_initial_conditions: 1
logging:
log_to_screen: true
log_to_wandb: false
log_to_file: false
|