Instructions to use allenai/SamudrACE-CM4-piControl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Full Model Emulation
How to use allenai/SamudrACE-CM4-piControl with Full Model Emulation:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| 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 | |