Skip to content

Commit e93c889

Browse files
authored
Release of version 2.0.0 (#118)
* TChem: Updating license. * TChem: add AUTHORS file.
1 parent 92f4971 commit e93c889

File tree

109 files changed

+1070
-427
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1070
-427
lines changed

AUTHORS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Sandia National Laboratories:
2+
Oscar Diaz-Ibarra <[email protected]>
3+
Mike Schmidt <[email protected]>
4+
Cosmin Safta <[email protected]>
5+
University of illinois Urbana-Champaign:
6+
Samuel G. Frederick <[email protected]>
7+
Jeffrey H. Curtis <[email protected]>
8+
Zachary D'Aquino <[email protected]>
9+
Nicole Riemer <[email protected]>
10+
Matthew West <[email protected]>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2024, Sandia National Laboratories
3+
Copyright (c) 2025, Sandia National Laboratories
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

src/core/TChem.hpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* =====================================================================================
2-
TChem-atm version 1.0
3-
Copyright (2024) NTESS
2+
TChem-atm version 2.0.0
3+
Copyright (2025) NTESS
44
https://github.com/sandialabs/TChem-atm
55
6-
Copyright 2024 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
6+
Copyright 2025 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
77
Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains
88
certain rights in this software.
99
@@ -13,8 +13,9 @@ and/or modify it under the terms of BSD 2-Clause License
1313
provided under the main directory
1414
1515
Questions? Contact Oscar Diaz-Ibarra at <[email protected]>, or
16-
Mike Schmidt at <[email protected]>, or
17-
Cosmin Safta at <[email protected]>
16+
Cosmin Safta at <[email protected]> or,
17+
Nicole Riemer at <[email protected]> or,
18+
Matthew West at <[email protected]>
1819
1920
Sandia National Laboratories, New Mexico/Livermore, NM/CA, USA
2021
===================================================================================== */

src/core/TChem_AerosolChemistry.cpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* =====================================================================================
2-
TChem-atm version 1.0
3-
Copyright (2024) NTESS
2+
TChem-atm version 2.0.0
3+
Copyright (2025) NTESS
44
https://github.com/sandialabs/TChem-atm
55
6-
Copyright 2024 National Technology & Engineering Solutions of Sandia, LLC
6+
Copyright 2025 National Technology & Engineering Solutions of Sandia, LLC
77
(NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
88
Government retains certain rights in this software.
99
@@ -13,8 +13,9 @@ it and/or modify it under the terms of BSD 2-Clause License
1313
provided under the main directory
1414
1515
Questions? Contact Oscar Diaz-Ibarra at <[email protected]>, or
16-
Mike Schmidt at <[email protected]>, or
17-
Cosmin Safta at <[email protected]>
16+
Cosmin Safta at <[email protected]> or,
17+
Nicole Riemer at <[email protected]> or,
18+
Matthew West at <[email protected]>
1819
1920
Sandia National Laboratories, New Mexico/Livermore, NM/CA, USA
2021
=====================================================================================

src/core/TChem_AerosolChemistry.hpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* =====================================================================================
2-
TChem-atm version 1.0
3-
Copyright (2024) NTESS
2+
TChem-atm version 2.0.0
3+
Copyright (2025) NTESS
44
https://github.com/sandialabs/TChem-atm
55
6-
Copyright 2024 National Technology & Engineering Solutions of Sandia, LLC
6+
Copyright 2025 National Technology & Engineering Solutions of Sandia, LLC
77
(NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
88
Government retains certain rights in this software.
99
@@ -13,8 +13,9 @@ it and/or modify it under the terms of BSD 2-Clause License
1313
provided under the main directory
1414
1515
Questions? Contact Oscar Diaz-Ibarra at <[email protected]>, or
16-
Mike Schmidt at <[email protected]>, or
17-
Cosmin Safta at <[email protected]>
16+
Cosmin Safta at <[email protected]> or,
17+
Nicole Riemer at <[email protected]> or,
18+
Matthew West at <[email protected]>
1819
1920
Sandia National Laboratories, New Mexico/Livermore, NM/CA, USA
2021
=====================================================================================

src/core/TChem_AerosolChemistry_CVODE.cpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* =====================================================================================
2-
TChem-atm version 1.0
3-
Copyright (2024) NTESS
2+
TChem-atm version 2.0.0
3+
Copyright (2025) NTESS
44
https://github.com/sandialabs/TChem-atm
55
6-
Copyright 2024 National Technology & Engineering Solutions of Sandia, LLC
6+
Copyright 2025 National Technology & Engineering Solutions of Sandia, LLC
77
(NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
88
Government retains certain rights in this software.
99
@@ -13,8 +13,9 @@ it and/or modify it under the terms of BSD 2-Clause License
1313
provided under the main directory
1414
1515
Questions? Contact Oscar Diaz-Ibarra at <[email protected]>, or
16-
Mike Schmidt at <[email protected]>, or
17-
Cosmin Safta at <[email protected]>
16+
Cosmin Safta at <[email protected]> or,
17+
Nicole Riemer at <[email protected]> or,
18+
Matthew West at <[email protected]>
1819
1920
Sandia National Laboratories, New Mexico/Livermore, NM/CA, USA
2021
=====================================================================================

src/core/TChem_AerosolChemistry_CVODE.hpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* =====================================================================================
2-
TChem-atm version 1.0
3-
Copyright (2024) NTESS
2+
TChem-atm version 2.0.0
3+
Copyright (2025) NTESS
44
https://github.com/sandialabs/TChem-atm
55
6-
Copyright 2024 National Technology & Engineering Solutions of Sandia, LLC
6+
Copyright 2025 National Technology & Engineering Solutions of Sandia, LLC
77
(NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
88
Government retains certain rights in this software.
99
@@ -13,8 +13,9 @@ it and/or modify it under the terms of BSD 2-Clause License
1313
provided under the main directory
1414
1515
Questions? Contact Oscar Diaz-Ibarra at <[email protected]>, or
16-
Mike Schmidt at <[email protected]>, or
17-
Cosmin Safta at <[email protected]>
16+
Cosmin Safta at <[email protected]> or,
17+
Nicole Riemer at <[email protected]> or,
18+
Matthew West at <[email protected]>
1819
1920
Sandia National Laboratories, New Mexico/Livermore, NM/CA, USA
2021
=====================================================================================

src/core/TChem_AerosolChemistry_CVODE_RHS_Jacobian.cpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* =====================================================================================
2-
TChem-atm version 1.0
3-
Copyright (2024) NTESS
2+
TChem-atm version 2.0.0
3+
Copyright (2025) NTESS
44
https://github.com/sandialabs/TChem-atm
55
6-
Copyright 2024 National Technology & Engineering Solutions of Sandia, LLC
6+
Copyright 2025 National Technology & Engineering Solutions of Sandia, LLC
77
(NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
88
Government retains certain rights in this software.
99
@@ -13,8 +13,9 @@ it and/or modify it under the terms of BSD 2-Clause License
1313
provided under the main directory
1414
1515
Questions? Contact Oscar Diaz-Ibarra at <[email protected]>, or
16-
Mike Schmidt at <[email protected]>, or
17-
Cosmin Safta at <[email protected]>
16+
Cosmin Safta at <[email protected]> or,
17+
Nicole Riemer at <[email protected]> or,
18+
Matthew West at <[email protected]>
1819
1920
Sandia National Laboratories, New Mexico/Livermore, NM/CA, USA
2021
=====================================================================================

src/core/TChem_AerosolChemistry_CVODE_RHS_Jacobian.hpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* =====================================================================================
2-
TChem-atm version 1.0
3-
Copyright (2024) NTESS
2+
TChem-atm version 2.0.0
3+
Copyright (2025) NTESS
44
https://github.com/sandialabs/TChem-atm
55
6-
Copyright 2024 National Technology & Engineering Solutions of Sandia, LLC
6+
Copyright 2025 National Technology & Engineering Solutions of Sandia, LLC
77
(NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
88
Government retains certain rights in this software.
99
@@ -13,8 +13,9 @@ it and/or modify it under the terms of BSD 2-Clause License
1313
provided under the main directory
1414
1515
Questions? Contact Oscar Diaz-Ibarra at <[email protected]>, or
16-
Mike Schmidt at <[email protected]>, or
17-
Cosmin Safta at <[email protected]>
16+
Cosmin Safta at <[email protected]> or,
17+
Nicole Riemer at <[email protected]> or,
18+
Matthew West at <[email protected]>
1819
1920
Sandia National Laboratories, New Mexico/Livermore, NM/CA, USA
2021
=====================================================================================

src/core/TChem_AerosolChemistry_KokkosKernels.cpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* =====================================================================================
2-
TChem-atm version 1.0
3-
Copyright (2024) NTESS
2+
TChem-atm version 2.0.0
3+
Copyright (2025) NTESS
44
https://github.com/sandialabs/TChem-atm
55
6-
Copyright 2024 National Technology & Engineering Solutions of Sandia, LLC
6+
Copyright 2025 National Technology & Engineering Solutions of Sandia, LLC
77
(NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
88
Government retains certain rights in this software.
99
@@ -13,8 +13,9 @@ it and/or modify it under the terms of BSD 2-Clause License
1313
provided under the main directory
1414
1515
Questions? Contact Oscar Diaz-Ibarra at <[email protected]>, or
16-
Mike Schmidt at <[email protected]>, or
17-
Cosmin Safta at <[email protected]>
16+
Cosmin Safta at <[email protected]> or,
17+
Nicole Riemer at <[email protected]> or,
18+
Matthew West at <[email protected]>
1819
1920
Sandia National Laboratories, New Mexico/Livermore, NM/CA, USA
2021
=====================================================================================

0 commit comments

Comments
 (0)