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

Hi, CMIP6 standardized data include the attributes `conventions` and `data_specs_version`, e.g.: `"conventions":"... CMIP6 6.2"` as well as `"data_specs_version": "1.00.27".` We have a case where: `"conventions":"... CMIP6 6.0"` `"data_specs_version": "1.00.27"` However,...

Good morning :) The following warning message appears in some of our CMOR logs: ``` Warning: Invalid value(s) detected for variable 'vertices_latitude' (table: grids): 1943040 values were greater than maximum...

Hi, in https://cmor.llnl.gov/mydoc_cmor3_c/ you recommend to set: ` "output_path_template": ""` where the version has the format "v``". If a User integrates CMOR in the operational workflow in which model output...

Hi, I have data for the variable `rld` in `CFsubhr`. This uses dimensions `alevhalf` and `site`. Is it possible that the vertical model coordinate depends also on `site`? How can...

I need to document in https://goo.gl/NmuENr all the PrePARE's checks on variable attributes. Could someone please review the coding starting at line 548 of https://github.com/PCMDI/cmor/blob/master/LibCV/PrePARE/PrePARE.py and tell me for CMIP6:...

We should put it on our "to do" list to allow users to define axes that can be used with multiple tables instead of having to define duplicate axes as...

Following #88 (which was closed without resolving), using CMOR 3.4.0, I note the following with regards to the required global attributes: | Attribute | Form | Checked? | Replaced? |...

We should move the cmor documentation back as part of the repo.

enhancement
documentation

This could come with value 'no_limit' for its argument max-threads, and could use https://docs.python.org/2/library/multiprocessing.html#multiprocessing.cpu_count

Use netcCDF4 DEFAULT_CHUNK_SIZES, for chunked vars and coordinates/axis. This relates to issue #601 where it is explained that chunk sizes of 1, for coordinates/axis, like `time` has a huge bad...