Skip to content

Commit

Permalink
corretti parametri wind_arrow_thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
brancomat committed Oct 7, 2021
1 parent 460d092 commit e519957
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 15 deletions.
13 changes: 10 additions & 3 deletions recipes/warrows10m.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ Mixer: **default**
## Inputs

* **uv10m**:
* **Preprocessing**: cat
* **Inputs**: u10m, v10m
* Model **cosmo**:
* **Preprocessing**: cat
* **Inputs**: u10m, v10m
* Model **ifs**:
* **Preprocessing**: cat
* **Inputs**: u10m, v10m
* Model **erg5**:
* **Preprocessing**: cat
* **Inputs**: u10m, v10m
* **u10m**:
* Model **cosmo**:
* **Arkimet matcher**: `product:GRIB1,,2,33;level:GRIB1,105,10`
Expand Down Expand Up @@ -63,7 +70,7 @@ With arguments:
{
"params": {
"wind_arrow_colour": "black",
"wind_arrow_thickness": "thick",
"wind_arrow_thickness": 1,
"wind_field_type": "arrows",
"wind_flag_cross_boundary": false,
"wind_arrow_unit_velocity": 12.5,
Expand Down
2 changes: 1 addition & 1 deletion recipes/warrows250.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ With arguments:
{
"params": {
"wind_arrow_colour": "black",
"wind_arrow_thickness": "thick",
"wind_arrow_thickness": 1,
"wind_field_type": "arrows",
"wind_flag_cross_boundary": false,
"wind_arrow_unit_velocity": 12.5,
Expand Down
2 changes: 1 addition & 1 deletion recipes/warrows250.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ recipe:
- step: add_wind
params:
wind_arrow_colour: black
wind_arrow_thickness: thick
wind_arrow_thickness: 1
wind_field_type: arrows
wind_flag_cross_boundary: off
wind_arrow_unit_velocity: 12.5
Expand Down
2 changes: 1 addition & 1 deletion recipes/warrows500.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ With arguments:
{
"params": {
"wind_arrow_colour": "black",
"wind_arrow_thickness": "thick",
"wind_arrow_thickness": 1,
"wind_field_type": "arrows",
"wind_flag_cross_boundary": false,
"wind_arrow_unit_velocity": 12.5,
Expand Down
2 changes: 1 addition & 1 deletion recipes/warrows500.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ recipe:
- step: add_wind
params:
wind_arrow_colour: black
wind_arrow_thickness: thick
wind_arrow_thickness: 1
wind_field_type: arrows
wind_flag_cross_boundary: off
wind_arrow_unit_velocity: 12.5
Expand Down
2 changes: 1 addition & 1 deletion recipes/warrows700.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ With arguments:
{
"params": {
"wind_arrow_colour": "black",
"wind_arrow_thickness": "thick",
"wind_arrow_thickness": 1,
"wind_field_type": "arrows",
"wind_flag_cross_boundary": false,
"wind_arrow_unit_velocity": 12.5,
Expand Down
2 changes: 1 addition & 1 deletion recipes/warrows700.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ recipe:
- step: add_wind
params:
wind_arrow_colour: black
wind_arrow_thickness: thick
wind_arrow_thickness: 1
wind_field_type: arrows
wind_flag_cross_boundary: off
wind_arrow_unit_velocity: 12.5
Expand Down
2 changes: 1 addition & 1 deletion recipes/warrows850.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ With arguments:
{
"params": {
"wind_arrow_colour": "black",
"wind_arrow_thickness": "thick",
"wind_arrow_thickness": 1,
"wind_field_type": "arrows",
"wind_flag_cross_boundary": false,
"wind_arrow_unit_velocity": 12.5,
Expand Down
2 changes: 1 addition & 1 deletion recipes/warrows850.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ recipe:
- step: add_wind
params:
wind_arrow_colour: black
wind_arrow_thickness: thick
wind_arrow_thickness: 1
wind_field_type: arrows
wind_flag_cross_boundary: off
wind_arrow_unit_velocity: 12.5
Expand Down
2 changes: 1 addition & 1 deletion recipes/warrows925.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ With arguments:
{
"params": {
"wind_arrow_colour": "black",
"wind_arrow_thickness": "thick",
"wind_arrow_thickness": 1,
"wind_field_type": "arrows",
"wind_flag_cross_boundary": false,
"wind_arrow_unit_velocity": 12.5,
Expand Down
2 changes: 1 addition & 1 deletion recipes/warrows925.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ recipe:
- step: add_wind
params:
wind_arrow_colour: black
wind_arrow_thickness: thick
wind_arrow_thickness: 1
wind_field_type: arrows
wind_flag_cross_boundary: off
wind_arrow_unit_velocity: 12.5
Expand Down
11 changes: 9 additions & 2 deletions recipes/wflags10m.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ Mixer: **default**
## Inputs

* **uv10m**:
* **Preprocessing**: cat
* **Inputs**: u10m, v10m
* Model **cosmo**:
* **Preprocessing**: cat
* **Inputs**: u10m, v10m
* Model **ifs**:
* **Preprocessing**: cat
* **Inputs**: u10m, v10m
* Model **erg5**:
* **Preprocessing**: cat
* **Inputs**: u10m, v10m
* **u10m**:
* Model **cosmo**:
* **Arkimet matcher**: `product:GRIB1,,2,33;level:GRIB1,105,10`
Expand Down

0 comments on commit e519957

Please sign in to comment.