Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Happy New Year #247

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fortran/micm.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module musica_micm
Expand Down
2 changes: 1 addition & 1 deletion fortran/test/fetch_content_integration/test_micm_api.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
program test_micm_api
Expand Down
2 changes: 1 addition & 1 deletion fortran/test/fetch_content_integration/test_tuvx_api.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
program combined_tuvx_tests
Expand Down
2 changes: 1 addition & 1 deletion fortran/test/unit/util.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
! Tests for the musica_util module
Expand Down
2 changes: 1 addition & 1 deletion fortran/tuvx/grid.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module musica_tuvx_grid
Expand Down
2 changes: 1 addition & 1 deletion fortran/tuvx/grid_map.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module musica_tuvx_grid_map
Expand Down
2 changes: 1 addition & 1 deletion fortran/tuvx/profile.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module musica_tuvx_profile
Expand Down
2 changes: 1 addition & 1 deletion fortran/tuvx/profile_map.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module musica_tuvx_profile_map
Expand Down
2 changes: 1 addition & 1 deletion fortran/tuvx/radiator.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module musica_tuvx_radiator
Expand Down
2 changes: 1 addition & 1 deletion fortran/tuvx/radiator_map.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module musica_tuvx_radiator_map
Expand Down
2 changes: 1 addition & 1 deletion fortran/tuvx/tuvx.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module musica_tuvx
Expand Down
2 changes: 1 addition & 1 deletion fortran/util.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module musica_util
Expand Down
2 changes: 1 addition & 1 deletion include/musica/component_versions.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/musica/micm.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
//
// This file contains the defintion of the MICM class, which represents a multi-component reactive transport model.
Expand Down
2 changes: 1 addition & 1 deletion include/musica/tuvx/grid.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/musica/tuvx/grid_map.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/musica/tuvx/profile.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/musica/tuvx/profile_map.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/musica/tuvx/radiator.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/musica/tuvx/radiator_map.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/musica/tuvx/tuvx.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
//
// This file contains the defintion of the TUVX class, which represents a photolysis calculator.
Expand Down
2 changes: 1 addition & 1 deletion include/musica/util.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/musica/version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion python/wrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#include <musica/micm.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/component_versions.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
//
// This file defines functions to manage and retrieve versions of components in a software system.
Expand Down
2 changes: 1 addition & 1 deletion src/micm/micm.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
//
// This file contains the implementation of the MICM class, which represents a
Expand Down
2 changes: 1 addition & 1 deletion src/test/unit/util.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#include <musica/util.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/grid.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#include <musica/tuvx/grid.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/grid_map.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#include <musica/tuvx/grid_map.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/interface.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module tuvx_interface
Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/interface_grid.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module tuvx_interface_grid
Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/interface_grid_map.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module tuvx_interface_grid_map
Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/interface_profile.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module tuvx_interface_profile
Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/interface_profile_map.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module tuvx_interface_profile_map
Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/interface_radiator.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module tuvx_interface_radiator
Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/interface_radiator_map.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
!
module tuvx_interface_radiator_map
Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/interface_util.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright (C) 2023-2024 National Center for Atmospheric Research
! Copyright (C) 2023-2025 National Center for Atmospheric Research
! SPDX-License-Identifier: Apache-2.0
module tuvx_interface_util

Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/profile.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#include <musica/tuvx/grid.hpp>
#include <musica/tuvx/profile.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/profile_map.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#include <musica/tuvx/profile_map.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/radiator.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#include <musica/tuvx/radiator.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/radiator_map.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#include <musica/tuvx/radiator_map.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/tuvx/tuvx.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
//
// This file contains the implementation of the TUVX class, which represents a multi-component
Expand Down
2 changes: 1 addition & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 National Center for Atmospheric Research
// Copyright (C) 2023-2025 National Center for Atmospheric Research
// SPDX-License-Identifier: Apache-2.0
#include <musica/util.hpp>

Expand Down
Loading