Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/models/run_a_model/rose_cylc.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ where `<repository>` and `<branch>` are specific to the chosen model configurati
If you want to make exploratory changes within the configuration, and have those changes tracked, please [fork the configuration repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) and commit your changes there.<br>

!!! warning
When forking the repository, make sure you uncheck the option `Copy the DEFAULT branch only` if you want to work with other branches.
Configuration repositories store each configuration in their own branch, while the `main` branch only keeps minimal setup.<br>
For this reason, when forking the repository, ensure that all branches are included by unchecking the option “Copy the `main` branch only”.

If you think your new configuration provides significant value to the broader community, refer to the respective model configuration documentation for instructions on how to have it officially supported by ACCESS-NRI.

Expand Down
Loading