Skip to content
Snippets Groups Projects
Commit a41ea29a authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Download icon_grid_0024_R02B06_G.nc

parent 6bcab6c8
No related branches found
No related tags found
No related merge requests found
Pipeline #19184 passed
......@@ -61,6 +61,10 @@ download_file $BASEURL/${DYNAMICS_GRID_FILENAME}
download_file $BASEURL/${RADIATION_GRID_FILE}
download_file $BASEURL/${EXTERNAL_PARAMETERS_FILE}
if [[ ${DYNAMICS_GRID_FILENAME} != "icon_grid_0024_R02B06_G.nc" ]] ; then
download_file $BASEURL/"icon_grid_0024_R02B06_G.nc"
fi
# In case the grfinfo files exist, we download them as well
RADIATION_GRID_INFO_FILE=$( get_grfinfo_file ${RADIATION_GRID_FILE} )
DYNAMICS_GRID_INFO_FILE=$( get_grfinfo_file ${DYNAMICS_GRID_FILENAME} )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment