Skip to content

Commit a4dbcdd

Browse files
authored
Merge branch 'main' into revert_chgres_cube
2 parents 6300771 + e2eb7fc commit a4dbcdd

11 files changed

+19
-19
lines changed

src/uwtools/resources/jsonschema/chgres-cube.jsonschema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"additionalProperties": false,
55
"properties": {
66
"execution": {
7-
"$ref": "urn:uwtools:execution"
7+
"$ref": "urn:uwtools:execution-parallel"
88
},
99
"namelist": {
1010
"additionalProperties": false,
File renamed without changes.

src/uwtools/resources/jsonschema/fv3.jsonschema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"type": "string"
3131
},
3232
"execution": {
33-
"$ref": "urn:uwtools:execution"
33+
"$ref": "urn:uwtools:execution-parallel"
3434
},
3535
"field_table": {
3636
"additionalProperties": false,

src/uwtools/resources/jsonschema/jedi.jsonschema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"type": "object"
3030
},
3131
"execution": {
32-
"$ref": "urn:uwtools:execution"
32+
"$ref": "urn:uwtools:execution-parallel"
3333
},
3434
"files_to_copy": {
3535
"$ref": "urn:uwtools:files-to-stage"

src/uwtools/resources/jsonschema/mpas-init.jsonschema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"type": "object"
3232
},
3333
"execution": {
34-
"$ref": "urn:uwtools:execution"
34+
"$ref": "urn:uwtools:execution-parallel"
3535
},
3636
"files_to_copy": {
3737
"$ref": "urn:uwtools:files-to-stage"

src/uwtools/resources/jsonschema/mpas.jsonschema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"additionalProperties": false,
55
"properties": {
66
"execution": {
7-
"$ref": "urn:uwtools:execution"
7+
"$ref": "urn:uwtools:execution-parallel"
88
},
99
"files_to_copy": {
1010
"$ref": "urn:uwtools:files-to-stage"

src/uwtools/resources/jsonschema/orog.jsonschema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"additionalProperties": false,
55
"properties": {
66
"execution": {
7-
"$ref": "urn:uwtools:execution"
7+
"$ref": "urn:uwtools:execution-parallel"
88
},
99
"files_to_link": {
1010
"$ref": "urn:uwtools:files-to-stage"

src/uwtools/resources/jsonschema/sfc-climo-gen.jsonschema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"additionalProperties": false,
55
"properties": {
66
"execution": {
7-
"$ref": "urn:uwtools:execution"
7+
"$ref": "urn:uwtools:execution-parallel"
88
},
99
"namelist": {
1010
"additionalProperties": false,

src/uwtools/resources/jsonschema/ungrib.jsonschema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"additionalProperties": false,
55
"properties": {
66
"execution": {
7-
"$ref": "urn:uwtools:execution"
7+
"$ref": "urn:uwtools:execution-parallel"
88
},
99
"gfs_files": {
1010
"additionalProperties": false,

src/uwtools/resources/jsonschema/upp.jsonschema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"additionalProperties": false,
55
"properties": {
66
"execution": {
7-
"$ref": "urn:uwtools:execution"
7+
"$ref": "urn:uwtools:execution-parallel"
88
},
99
"files_to_copy": {
1010
"$ref": "urn:uwtools:files-to-stage"

0 commit comments

Comments
 (0)