diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..67b3dac2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Changed +### Fixed +### Removed +### Added diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..af8ca782 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +Copyright (c) 2003-2018 United States Government as represented by +the Admistrator of the National Aeronautics and Space Administration. +All Rights Reserved. + +THIS OPEN SOURCE AGREEMENT ("AGREEMENT") DEFINES THE RIGHTS OF USE, +REPRODUCTION, DISTRIBUTION, MODIFICATION AND REDISTRIBUTION OF CERTAIN +COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT AS +REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT AGENCY"). +THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT AGENCY, IS AN +INTENDED THIRD-PARTY BENEFICIARY OF ALL SUBSEQUENT DISTRIBUTIONS OR +REDISTRIBUTIONS OF THE SUBJECT SOFTWARE. ANYONE WHO USES, REPRODUCES, +DISTRIBUTES, MODIFIES OR REDISTRIBUTES THE SUBJECT SOFTWARE, AS DEFINED +HEREIN, OR ANY PART THEREOF, IS, BY THAT ACTION, ACCEPTING IN FULL THE +RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN THIS AGREEMENT. + +Government Agency: National Aeronautics and Space Administration +Government Agency Original Software Designation: GSC-15354-1 +Government Agency Original Software Title: GEOS-5 GCM Modeling Software +User Registration Requested. Please Visit http://opensource.gsfc.nasa.gov +Government Agency Point of Contact for Original Software: + Dale Hithon, SRA Assistant, (301) 286-2691 diff --git a/README.md b/README.md new file mode 100644 index 00000000..ef9df698 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# GOCART +GOCART Aerosol model including process library and framework interfaces (MAPL, NUOPC, and CCPP)