The following pages and posts are tagged with

TitleTypeExcerpt
Getting started overview Page Design Considerations and Overview This document describes Version 3 of a software library called “Climate Model Output Rewriter” (CMOR3)[1], written in C with access also provided via Fortran 90 and through Python[2]. CMOR is used to produce CF-compliant[3] netCDF[4] files. The structure of the files...
CMOR Application program interface (API) Page cmor_setup() Fortran: error_flag = cmor_setup(inpath=’./’, netcdf_file_action=CMOR_PRESERVE, set_verbosity=CMOR_NORMAL, exit_control=CMOR_NORMAL, logfile, create_subdirectories) C: error_flag = cmor_setup(char *inpath, int *netcdf_file_action, int *set_verbosity, int *exit_control, char *logfile, int *create_subdirectories) Python: setup(inpath=’.’, netcdf_file_action=CMOR_PRESERVE, set_verbosity=CMOR_NORMAL, exit_control=CMOR_NORMAL, logfile=None, create_subdirectories=1) Description: Initialize CMOR, specify path to MIP table(s) that will be read by CMOR,...
CMOR 3.8.0 released!!! Post CMOR 3.8.0 is the first release built to work natively with the mip-cmor-tables, CMIP6Plus_CVs, input4MIPs_CVs and obs4MIPs_CVs. The software has been generalized to allow more broad usage following the new CVs templates noted above. Changes CMOR will throw an error if...
CMOR 3.7.3 released!!! Post Changes CMOR now supports Python 3.12. Bugfixes Fixed error caused when cmor_write writes arrays with more than 231-1 elements. Fixed segmentation fault casued when the value for further_info_url in the user input is an empty string or only whitespace. Fixed implicit declaration compilation...
CMOR 3.7.2 released!!! Post Changes testsrunner is no longer being used for running CMIP6 CV tests, which are now a part of make test. CDMS2 is no longer supported. Bugfixes Removed deprecated NumPy types numpy.float and numpy.int, which caused errors with NumPy >=1.24....
CMOR 3.7.1 released!!! Post Changes End of support for Python 3.7. CMOR now supports Python 3.11. The Python 3.11 build of CMOR will not support CDMS2. Bugfixes Fixed issue with Python 3.10 build of PrePARE where it was skipping files due to an issue with the check_filename function. CMOR...
CMOR 3.7.0 released!!! Post Features CMOR automatically sets attributes in a dataset using the registered data listed in a project CV’s source_id entry (e.g. Tables/CMIP6_CVs.json or Tables/input4MIPs.json), reducing the input requirements from a user. This feature can be overridden by setting the attributes in the user input file (e.g....
CMOR 3.6.1 released!!! Post Changes End of support for Python 2.7. CMOR now supports Python 3.9. Bugfixes Fixed handling of Unicode string values in cmor.axis for the Python API. Closed Issues Discontinue Python 2.7 support in the next version of CMOR Python 3.9 support
CMOR 3.6.0 released!!! Post Features Added the option --hide-progress to PrePARE to remove the number of files completed while processing files. Added the option --no-text-color to PrePARE to remove the color code from the terminal output. Added the option --version to PrePARE to output the version of...
CMOR 3.5.0 released!!! Post Changes CMOR now supports Python 3.6 and 3.7. PrePARE will stop if CMIP6_coordinate.json, CMIP6_formula_terms.json, and CMIP6_CV.json are missing from the table directory. Changed missing value replacement history message to include “corresponding data”. The UUID library ossuuid has been replaced with libuuid CMOR will now use the json-c library installed...
CMOR 3.4.0 released!!! Post Changes Fixed missing out_names_tests.json in PrePARE More robust comparison of missing_value and _FillValue between NetCDF files and CMIP6 tables in PrePARE. Variable name for time bounds is extracted from the NetCDF file in PrePARE. Time values and their bounds must be passed through cmor_write when CMOR is in append...
CMOR 3.3.2 released!!! Post
CMOR 3.3.1 released!!! Post
CMOR 3.3.0 released!!! Post Accelerate PrePARE from 2s to 0.1 (IPSL request). Fix PrePARE/CMOR memory issue. Call Cdunif.so library directly instead of cdms2. Rremove fixed double array to dynamic double due to number of objects increasing. *Update license REGEX to allow “/” at the end of URL (GFDL request). * Update “Conventions” REGEX to...
CMOR 3.2.8 released!!! Post Fix sourceid check. Change Standard to CMIP 6.2 in Control Vocabulary. Add type to set_variable_attribute API in Python. Add history template for obs4MiPS. PrePARE fix _FillValue and missing_value validation in variable attribute. PrePARE change regex to validate license. PrePARE change “http://” to “htps://” in further_url_info.
CMOR 3.2.7 released!!! Post Minor fixes to merge UV-CDAT environment with CMOR environment. Create a meta YML file to facilitate sharing enviroment. Modify HISTORY log metadata for Obs4MIPS getting rid of mip_era which was set to CMIP6 or “”.
CMOR 3.2.6 released!!! Post CMOR log now are written to file immediately using fflush(). Fix redundant message in history attribute. Fix PrePARE to match timestamp in filename created by CMOR. Add further_info_url template for obs4MIPs project. Fix python wrapper to ensure that data shape is pass correctly to cmor.write(). Add hierarchical attribute setting in...
CMOR 3.2.5 released!!! Post CMOR 3.2.5 released
CMOR 3.2.4 released!!! Post CMOR 3.2.4 released
CMOR 3.2.3 released!!! Post CMOR 3.2.3 released
CMOR 3.2.2 released!!! Post CMOR 3.2.2 released
CMOR 3.2.0 released!!! Post CMOR 3.2.0 released
CMOR 3.1.3 released!!! Post CMOR 3.1.3 released
CMOR 3.1.2 released!!! Post CMOR 3.1.2 released
CMOR 3.1 released!!! Post CMOR 3.1 released