Skip to content

Commit

Permalink
Add OutputArtifacts.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Nov 13, 2024
1 parent 74cca40 commit 5b5843e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 1 addition & 6 deletions atmos_dyamond_summer/OutputArtifacts.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
[DYAMOND_summer_initial_conditions]
git-tree-sha1 = "7a1b7dd954eb6bfd8430721d026141c592ec21f3"

[[DYAMOND_summer_initial_conditions.download]]
sha256 = "013f0f88b3c2531876bdc3d138a2ffa1a56e78e76d84662fa0f03d617c047f27013f0f88b3c2531876bdc3d138a2ffa1a56e78e76d84662fa0f03d617c047f27013f0f88b3c2531876bdc3d138a2ffa1a56e78e76d84662fa0f03d617c047f27"
url = "https://caltech.box.com/s/gzqp4e0czmg4whphva3k5vi3k212q7uh"

git-tree-sha1 = "931ce29dded2271fddd537a2492f3aef260624fd"
2 changes: 2 additions & 0 deletions atmos_dyamond_summer/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[deps]
ClimaArtifactsHelper = "6ffa2572-8378-4377-82eb-ea11db28b255"
8 changes: 8 additions & 0 deletions atmos_dyamond_summer/create_artifact.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using ClimaArtifactsHelper

const FILE_URL = "https://swift.dkrz.de/v1/dkrz_ab6243f85fe24767bb1508712d1eb504/SAPPHIRE/DYAMOND/ifs_oper_T1279_2016080100.nc"
const FILE_PATH = "ifs_oper_T1279_2016080100.nc"

artifact_name = "DYAMOND_summer_initial_conditions"

create_artifact_guided_one_file(FILE_PATH; artifact_name = artifact_name, file_url = FILE_URL)

0 comments on commit 5b5843e

Please sign in to comment.