Skip to content

Commit

Permalink
quick fix - change 'uv_233' to 'winds_233' in gen_yaml files (#264)
Browse files Browse the repository at this point in the history
change 'uv_233' to 'winds_233' in gen_yaml files
  • Loading branch information
guoqing-noaa authored Feb 13, 2025
1 parent dac832e commit 7e953ff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions rrfs-test/validated_yamls/gen_yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ distribution="RoundRobin"
# Define the aircar observation type configs as an array
aircar_obtype_configs=(
"aircar_airTemperature_133.yaml"
"aircar_uv_233.yaml"
"aircar_winds_233.yaml"
"aircar_specificHumidity_133.yaml"
)

Expand All @@ -23,10 +23,10 @@ aircft_obtype_configs=(
"aircft_airTemperature_134.yaml"
"aircft_airTemperature_135.yaml"
"aircft_specificHumidity_134.yaml"
"aircft_uv_230.yaml"
"aircft_uv_231.yaml"
"aircft_uv_234.yaml"
"aircft_uv_235.yaml"
"aircft_winds_230.yaml"
"aircft_winds_231.yaml"
"aircft_winds_234.yaml"
"aircft_winds_235.yaml"
)

# Define msonet observation type configs as an array
Expand Down
10 changes: 5 additions & 5 deletions rrfs-test/validated_yamls/gen_yaml_fv3jedi_ctest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ctest_names=(
# Define the aircar observation type configs as an array
aircar_obtype_configs=(
"aircar_airTemperature_133.yaml"
"aircar_uv_233.yaml"
"aircar_winds_233.yaml"
"aircar_specificHumidity_133.yaml"
)

Expand All @@ -28,10 +28,10 @@ aircft_obtype_configs=(
"aircft_airTemperature_134.yaml"
"aircft_airTemperature_135.yaml"
"aircft_specificHumidity_134.yaml"
"aircft_uv_230.yaml"
"aircft_uv_231.yaml"
"aircft_uv_234.yaml"
"aircft_uv_235.yaml"
"aircft_winds_230.yaml"
"aircft_winds_231.yaml"
"aircft_winds_234.yaml"
"aircft_winds_235.yaml"
)

# Define msonet observation type configs as an array
Expand Down
10 changes: 5 additions & 5 deletions rrfs-test/validated_yamls/gen_yaml_mpasjedi_ctest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ctest_names=(
# Define the aircar observation type configs as an array
aircar_obtype_configs=(
"aircar_airTemperature_133.yaml"
"aircar_uv_233.yaml"
"aircar_winds_233.yaml"
"aircar_specificHumidity_133.yaml"
)

Expand All @@ -28,10 +28,10 @@ aircft_obtype_configs=(
"aircft_airTemperature_134.yaml"
"aircft_airTemperature_135.yaml"
"aircft_specificHumidity_134.yaml"
"aircft_uv_230.yaml"
"aircft_uv_231.yaml"
"aircft_uv_234.yaml"
"aircft_uv_235.yaml"
"aircft_winds_230.yaml"
"aircft_winds_231.yaml"
"aircft_winds_234.yaml"
"aircft_winds_235.yaml"
)

# Define msonet observation type configs as an array
Expand Down

0 comments on commit 7e953ff

Please sign in to comment.