-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LiveOcean multi-day hindcasts x4b (#81)
* LO_hindcast * updated templates for shorter timestep * moved setup.log
- Loading branch information
1 parent
7ecc756
commit c93a2ff
Showing
19 changed files
with
13,942 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"platform" : "AWS", | ||
"region" : "us-east-2", | ||
"nodeType" : "hpc6a.48xlarge", | ||
"nodeCount" : 2, | ||
"tags" : [ | ||
{ "Key": "Name", "Value": "IOOS-cloud-sandbox" }, | ||
{ "Key": "Project", "Value": "IOOS-cloud-sandbox" }, | ||
{ "Key": "NAME", "Value": "liveocean-fcst" } | ||
], | ||
"image_id" : "ami-07d0aa6a6ac23d33a", | ||
"key_name" : "ioos-sandbox", | ||
"sg_ids" : [ "sg-054f4248a8fc54750", "sg-0c9bb98732e936e66", "sg-0ce1abfe87363d80b" ], | ||
"subnet_id" : "subnet-04b0eef9cb8015d31", | ||
"placement_group" : "ioos_cloud_sandbox-us-east-2b_Terraform_Placement_Group" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.