Skip to content

Commit

Permalink
Change CMOR version to 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Mar 20, 2023
1 parent 6b987be commit d990630
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
executor: << parameters.os >>
environment:
PKG_NAME: "cmor"
VERSION: "3.7.1"
VERSION: "3.7.2"
PYTHON_VERSION: << parameters.python_version >>
CHANNELS: "-c conda-forge"
steps:
Expand Down
6 changes: 3 additions & 3 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"description": "<p>Climate Model Output Rewriter</p>",
"access_right": "open",
"license": "BSD-3-Clause",
"title": "PCMDI/CMOR: CMOR v3.7.1",
"version": "v3.7.1",
"title": "PCMDI/CMOR: CMOR v3.7.2",
"version": "v3.7.2",
"upload_type": "software",
"publication_date": "2022-11-29",
"publication_date": "2023-03-21",
"creators": [
{
"name": "Mauzey, Chris",
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
INSTALLATION INSTRUCTIONS
-------------------------
Climate Model Output Rewriter (CMOR) version 3.7.1 installation instructions.
Climate Model Output Rewriter (CMOR) version 3.7.2 installation instructions.


DOWNLOAD
Expand All @@ -13,7 +13,7 @@ cd CMOR

INSTALLATION
------------
CMOR 3.7.1 requires external packages that need to be installed first.
CMOR 3.7.2 requires external packages that need to be installed first.
It can be compiled/linked against either NetCDF3 or NetCDF4. If you
decide to go with NetCDF4 be sure to build NetCDF4 with the
--enable-netcdf-4 option!
Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for cmor 3.7.1.
# Generated by GNU Autoconf 2.71 for cmor 3.7.2.
#
# Report bugs to <mauzey1@llnl.gov>.
#
Expand Down Expand Up @@ -611,8 +611,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='cmor'
PACKAGE_TARNAME='cmor'
PACKAGE_VERSION='3.7.1'
PACKAGE_STRING='cmor 3.7.1'
PACKAGE_VERSION='3.7.2'
PACKAGE_STRING='cmor 3.7.2'
PACKAGE_BUGREPORT='mauzey1@llnl.gov'
PACKAGE_URL=''

Expand Down Expand Up @@ -1293,7 +1293,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures cmor 3.7.1 to adapt to many kinds of systems.
\`configure' configures cmor 3.7.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1360,7 +1360,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of cmor 3.7.1:";;
short | recursive ) echo "Configuration of cmor 3.7.2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1464,7 +1464,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
cmor configure 3.7.1
cmor configure 3.7.2
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1707,7 +1707,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by cmor $as_me 3.7.1, which was
It was created by cmor $as_me 3.7.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -5779,7 +5779,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by cmor $as_me 3.7.1, which was
This file was extended by cmor $as_me 3.7.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5834,7 +5834,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
cmor config.status 3.7.1
cmor config.status 3.7.2
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

dnl AC_PREREQ([2.71])
AC_INIT([cmor],[3.7.1],[mauzey1@llnl.gov])
AC_INIT([cmor],[3.7.2],[mauzey1@llnl.gov])

GIT_TAG=`cd $srcdir ; ./get_git_version.sh`

Expand Down
2 changes: 1 addition & 1 deletion include/cmor.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define CMOR_VERSION_MAJOR 3
#define CMOR_VERSION_MINOR 7
#define CMOR_VERSION_PATCH 1
#define CMOR_VERSION_PATCH 2

#define CMOR_CF_VERSION_MAJOR 1
#define CMOR_CF_VERSION_MINOR 7
Expand Down
2 changes: 1 addition & 1 deletion setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ print('src:',srcfiles)
print('macros:',macros)

setup (name = "CMOR",
version='3.7.1',
version='3.7.2',
author='Chris Mauzey, AIMS',
description = "Python Interface to CMOR output library",
url = "http://cmor.llnl.gov/",
Expand Down

0 comments on commit d990630

Please sign in to comment.