Skip to content

Commit

Permalink
Small Adaptions for Arome download
Browse files Browse the repository at this point in the history
  • Loading branch information
meteoDaniel committed Aug 11, 2020
1 parent 279cfc5 commit f573c99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/model_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ cosmo_d2_eps:


arome_meteo_france:
remote_server: dcpc-nwp.meteo.fr/services
remote_server: dcpc-nwp.meteo.fr
remote_server_type: http
initialization_times: [0,3,6,12,18]
forecast_steps:
Expand All @@ -127,11 +127,11 @@ arome_meteo_france:
6: [[0, 43,1]]
12: [[0, 43,1]]
18: [[0, 43,1]]
grib_package_types: [HP, SP1, SP2, SP3]
grib_package_types: [HP1, SP1, SP2, SP3]
variables: [air_temperature_2m, temperature]
file_template: package={grib_package_type}&time={forecast_step}H&referencetime={initialization_date}T{initialization_time}:00:00Z&format=grib2
file_template: PS_GetCache_DCPCPreviNum?model=AROME&grid=0.01&&package={grib_package_type}&time={forecast_step}H&referencetime={initialization_date}T{initialization_time}:00:00Z&format=grib2
initialization_date_format: '%Y-%m-%d'
directory_template: PS_GetCache_DCPCPreviNum?model=AROME&grid=0.01&
directory_template: services
file_postfix: grib2
compression: ''
forecast_steps_string_length: 2
Expand Down

0 comments on commit f573c99

Please sign in to comment.