cmor icon indicating copy to clipboard operation
cmor copied to clipboard

Climate Model Output Rewriter

Results 39 cmor issues
Sort by recently updated
recently updated
newest added

I would like to open this issue to collect some insight i drew from playing around with `PrePARE` using our [preliminary CORDEX cmor tables](https://github.com/WCRP-CORDEX/cordex-cmip6-cmor-tables). Although i can use cmor to...

Example file: CMIP6/PMIP/NUIST/NESM3/lig127k/r1i1p1f1/Ofx/areacelli/gn/v20190924/areacelli_Ofx_NESM3_lig127k_r1i1p1f1_gn.nc CMOR should not produce this because it doesn't match the tables. The file will pass PrePARE if I add the same made-up variable with the "sea" realm....

duplicate

Hi, for paleo simulations, we have simulation runs which go beyond 10k years. CMOR only writes 4 digits for the years which may leads to parsing problems when the simulation...

There are now a number of conda variants that are supporting the Apple M1/`arm64` architecture natively. As a low priority item, it would be interesting to investigate how easy/hard native...

enhancement

Hi, can we add a check for [shuffle and deflate](https://github.com/PCMDI/cmor/blob/c805fe0fcc509bf4ebed2024e193a009d791f9df/Src/cmor_variables.c#L2089) for axis entries to enable compression for coordinates i.e. axis entries? Afaik, it [does not hurt](https://github.com/PCMDI/cmor/issues/403#issuecomment-423249882) :) If I add...

Various tables are included in the software, which forces the user to upgrade CMOR if they are updated. In particular, the following: ``` $ cd cmor/ $ find . -name...

Hi, I have two questions related to attribute `branch_time_in_child`. 1. First, I thought I can get the `branch_time_in_child` by taking the branch time from the parent and converting it with...

By setting attributes with `cmor.set_cur_dataset_attribute` the passed argument is converted and written as a string. Is this an intended behavior and exists a possibility to keep the initial datatype?

When performing a CMOR conversion late at night, if the processing starts before midnight, and finishes after midnight, the output will be placed in multiple directories. This is somewhat annoying,...

duplicate