Skip to content

Commit

Permalink
appended National Science Foundation wherever required (#283)
Browse files Browse the repository at this point in the history
* appended National Science Foundation wherever required

* added NSF prefix in conf.py
  • Loading branch information
adityakiran1423 authored Nov 27, 2024
1 parent 8bd10e1 commit e2fcc2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MusicBox: A MUSICA model for boxes and columns.
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14008358.svg)](https://doi.org/10.5281/zenodo.14008358)


Copyright (C) 2020 National Center for Atmospheric Research
Copyright (C) 2020 National Science Foundation - National Center for Atmospheric Research

# Installation
```
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

version = acom_music_box.__version__
project = f'Music Box ({version})'
copyright = f'2024-{datetime.datetime.now().year}, NCAR/UCAR'
author = 'NCAR/UCAR'
copyright = f'2024-{datetime.datetime.now().year}, NSF-NCAR/UCAR'
author = 'NSF-NCAR/UCAR'

suffix = os.getenv("SWITCHER_SUFFIX", "")
release = f'{version}{suffix}'
Expand Down
2 changes: 1 addition & 1 deletion src/acom_music_box/tools/waccmToMusicBox.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and convert to initial conditions for MusicBox (case TS1).
#
# Author: Carl Drews
# Copyright 2024 by Atomospheric Chemistry Observations & Modeling (UCAR/ACOM)
# Copyright 2024 by Atmospheric Chemistry Observations & Modeling (UCAR/ACOM)

# import os
import argparse
Expand Down

0 comments on commit e2fcc2d

Please sign in to comment.