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 think this is a similar issue as https://github.com/PCMDI/cmor/pull/727. For CORDEX, we have eliminated the `realm` attribute from the required global attributes (and also from table headers). However, cmor will...

Just wanted to dump this here, since we now have fixed our [required global attributes for CORDEX](https://github.com/WCRP-CORDEX/cordex-cmip6-cv/blob/main/CORDEX-CMIP6_required_global_attributes.json). I'm not sure if it's by intention, but it seems like the order...

**updated to reflect backward compatibility for CMOR3.8** [Updated] Below is a roadmap to make project support (and timelines) apparent across planning CMOR releases. The following is my current thinking on...

documentation

In the CMIP6 archive, there are cases where the CMOR table and the "frequency" are inconsistent. For example, search on Table "day", and you will find files contributed with frequency...

I think this is just a minor issue, but i get a misleading warning when i write several timesteps with `cmor.write`. For example, using the [python5](https://cmor.llnl.gov/mydoc/examples/example5.py) example, i get the...

The CMOR test suite suffers from a lot of clutter and would benefit from a cleanup/reorganization. Here's a list of issues that I have noticed: - There are many files...

enhancement

The latest versions of [libnetcdf](https://anaconda.org/conda-forge/libnetcdf) include new functions to further squash data using lossy compression, see [Charlie Zender: Why & How to Increase Dataset Compression in CMIP7](https://docs.google.com/presentation/d/1Ca26hD3KtSSy5tkWbVWHj261j2wJ2xjB_VHzQaFkpb0/edit#slide=id.gf0cc759aa2_0_177) - in particular...

For example in [MPI ocean model](https://esgf3.dkrz.de/thredds/fileServer/cmip6/CMIP/MPI-M/MPI-ESM1-2-LR/historical/r1i1p1f1/Omon/tos/gn/v20190710/tos_Omon_MPI-ESM1-2-LR_historical_r1i1p1f1_gn_185001-186912.nc) grids, there is an auxilliary 2D coordinate `longitude` / `latitude` that has bounds `vertices_longitude` / `vertices_latitude` with attributes `units`, `missing_value` and `_FillValue`: ``` variables:...

A recent [conda-forge build for CMOR ](https://github.com/conda-forge/cmor-feedstock/pull/70) that updates NumPy to 2.0 encountered the following error. ``` Processing $SRC_DIR Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'error'...