NorESMhub / noresm2cmor

A command line tool for cmorizing NorESM output
http://noresmhub.github.io/noresm2cmor/
5 stars 16 forks source link

Support CICE daily output concatenated into annually single file #325

Closed YanchunHe closed 1 year ago

YanchunHe commented 1 year ago

In the current version of NorESM2, the daily output of CICE ends up in individual daily files, which creates a considerable number of files. Would it be possible to reduce the number of files by concatenating all the daily output files be put in one file per year during model execution.

Need to adapt the cmorization program to this change.

Scheduled to be done around February 2023.

See detailed discussion in: https://github.com/NorESMhub/NorESM/issues/414

YanchunHe commented 1 year ago

This can be quickly adpated in the cmor tool, if the daily output are written in the same file as monthly file (.h.) or a year file (say, .h0).

I can update the cmor tool when the model configuration for this change is made.

Reopen when it is needed.