mirror of https://github.com/ecmwf/eccodes.git
ECC-1691: Changed stream name from clim to clte;
This avoids confusion with climatology
This commit is contained in:
parent
1dd8815ac7
commit
86118f33e2
|
@ -69,7 +69,7 @@
|
||||||
1095 wamf Wave monthly forecast
|
1095 wamf Wave monthly forecast
|
||||||
1096 wmfm Wave monthly forecast means
|
1096 wmfm Wave monthly forecast means
|
||||||
1097 smma Seasonal monthly means anomalies
|
1097 smma Seasonal monthly means anomalies
|
||||||
1098 clim Climate run output
|
1098 clte Climate run output
|
||||||
1099 clmn Climate run monthly means output
|
1099 clmn Climate run monthly means output
|
||||||
1110 seap Sensitive area prediction
|
1110 seap Sensitive area prediction
|
||||||
1120 eefh Extended ensemble forecast hindcast
|
1120 eefh Extended ensemble forecast hindcast
|
||||||
|
|
|
@ -65,10 +65,10 @@ ${tools_dir}/grib_set -s numberOfDataPoints=12582912,gridDefinitionTemplateNumbe
|
||||||
grib_check_key_equals $temp_grib_a "gridSpecification" "H1024"
|
grib_check_key_equals $temp_grib_a "gridSpecification" "H1024"
|
||||||
|
|
||||||
# Now check streams.
|
# Now check streams.
|
||||||
# Setting stream clim and type fc should set mars.date and mars.time to validityDate and validityTime,
|
# Setting stream clte and type fc should set mars.date and mars.time to validityDate and validityTime,
|
||||||
# and mars.step should be unaliased
|
# and mars.step should be unaliased
|
||||||
|
|
||||||
${tools_dir}/grib_set -s stream=clim,type=fc $destine_sample $temp_grib_a
|
${tools_dir}/grib_set -s stream=clte,type=fc $destine_sample $temp_grib_a
|
||||||
|
|
||||||
result1=$( ${tools_dir}/grib_get -p mars.date,mars.time $temp_grib_a )
|
result1=$( ${tools_dir}/grib_get -p mars.date,mars.time $temp_grib_a )
|
||||||
result2=$( ${tools_dir}/grib_get -p validityDate,validityTime $temp_grib_a )
|
result2=$( ${tools_dir}/grib_get -p validityDate,validityTime $temp_grib_a )
|
||||||
|
|
Loading…
Reference in New Issue