Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/527-compress-model-logs' into 52…
Browse files Browse the repository at this point in the history
…7-compress-model-logs
  • Loading branch information
blimlim committed Nov 18, 2024
2 parents 2d4d016 + 44a0b07 commit d4e3334
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/source/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,21 @@ section for details.
POSIX filesystem.


Archiving
---------

``archiving``
On completion of a model run, payu moves model output, restart, and log
files from the temporary work area to the experiment archive directory.
The following settings control the steps taken during the archive step:
``enable`` (*Default:* ``True``)
Flag to enable/disable the archive step. If ``False`` all output, restart,
and log files will remain in the work directory, and any collation, post-processing,
and syncing will not be run.
``compress_logs`` (*Default:* ``True``)
Compress model log files into a tarball. Currently only implemented for CICE4.


Collation
---------

Expand Down

0 comments on commit d4e3334

Please sign in to comment.