Skip to content

Commit

Permalink
Merge pull request #4 from JCSDA-internal/release/mpas-1.0
Browse files Browse the repository at this point in the history
Release/mpas 1.0
  • Loading branch information
byoung-joo authored Sep 21, 2021
2 parents f5fbb86 + fa28c35 commit a287e65
Show file tree
Hide file tree
Showing 26 changed files with 96 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.nc filter=lfs diff=lfs merge=lfs -text
*.nc4 filter=lfs diff=lfs merge=lfs -text
*.odb filter=lfs diff=lfs merge=lfs -text
*.graph.info* filter=lfs diff=lfs merge=lfs -text
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
12 changes: 12 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# (C) Copyright 2021 UCAR.
#
# This software is licensed under the terms of the Apache Licence Version 2.0
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

################################################################################
# MPAS-JEDI Tier 1 Test Files
################################################################################

cmake_minimum_required( VERSION 3.12 FATAL_ERROR )

project( mpas_jedi_data VERSION 1.0.0 DESCRIPTION "MPAS-JEDI Tier 1 Test Files" )
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/480km/bg/restart.2018-04-14_21.00.00.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/480km/bg/restart.2018-04-15_00.00.00.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/480km/bg/restart.2018-04-15_03.00.00.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/480km_2stream/mpasout.2018-04-15_00.00.00.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/480km_2stream/static.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/480km_2stream/x1.2562.grid.nc
Git LFS file not shown
Git LFS file not shown

0 comments on commit a287e65

Please sign in to comment.