Skip to content

Commit

Permalink
track antarctic wide results
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 7, 2023
1 parent 15d052b commit ad54338
Show file tree
Hide file tree
Showing 526 changed files with 226 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# output results
results/*
!results/.gitkeep
!results/antarctic_wide_results.zarr

optimization_logs/*
!optimization_logs/.gitkeep
Expand Down
1 change: 1 addition & 0 deletions results/antarctic_wide_results.zarr/.zattrs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions results/antarctic_wide_results.zarr/.zgroup
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"zarr_format": 2
}
115 changes: 115 additions & 0 deletions results/antarctic_wide_results.zarr/.zmetadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
{
"metadata": {
".zattrs": {},
".zgroup": {
"zarr_format": 2
},
"bed/.zarray": {
"chunks": [
834,
834
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "<f4",
"fill_value": "NaN",
"filters": null,
"order": "C",
"shape": [
13333,
13333
],
"zarr_format": 2
},
"bed/.zattrs": {
"_ARRAY_DIMENSIONS": [
"northing",
"easting"
]
},
"bed_error/.zarray": {
"chunks": [
834,
834
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "<f4",
"fill_value": "NaN",
"filters": null,
"order": "C",
"shape": [
13333,
13333
],
"zarr_format": 2
},
"bed_error/.zattrs": {
"_ARRAY_DIMENSIONS": [
"northing",
"easting"
]
},
"easting/.zarray": {
"chunks": [
13333
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "<i4",
"fill_value": null,
"filters": null,
"order": "C",
"shape": [
13333
],
"zarr_format": 2
},
"easting/.zattrs": {
"_ARRAY_DIMENSIONS": [
"easting"
]
},
"northing/.zarray": {
"chunks": [
13333
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "<i4",
"fill_value": null,
"filters": null,
"order": "C",
"shape": [
13333
],
"zarr_format": 2
},
"northing/.zattrs": {
"_ARRAY_DIMENSIONS": [
"northing"
]
}
},
"zarr_consolidated_format": 1
}
22 changes: 22 additions & 0 deletions results/antarctic_wide_results.zarr/bed/.zarray
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"chunks": [
834,
834
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "<f4",
"fill_value": "NaN",
"filters": null,
"order": "C",
"shape": [
13333,
13333
],
"zarr_format": 2
}
6 changes: 6 additions & 0 deletions results/antarctic_wide_results.zarr/bed/.zattrs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"_ARRAY_DIMENSIONS": [
"northing",
"easting"
]
}
Loading

0 comments on commit ad54338

Please sign in to comment.