Skip to content
Snippets Groups Projects
Commit 1d8e06f1 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

solve dangling symlink issue

parent ce93425b
No related branches found
No related tags found
No related merge requests found
Pipeline #18918 passed
......@@ -41,7 +41,7 @@ download_file $BASEURL/${EXTERNAL_PARAMETERS_FILE}
# Link input for radiation
ln -sf "${ICON_DATA_PATH}/rrtmg_lw.nc" .
ln -sf "${ICON_DATA_PATH}/dmin_wetgrowth_lookup.dat" .
ln -sf "${ICON_DATA_PATH}/dmin_wetgrowth_graupelhail_cosmo5.nc" "dmin_wetgrowth_lookup.nc"
ln -sf "${ICON_DATA_PATH}/ECHAM6_CldOptProps.nc" .
ln -sf "${ICON_BASE_PATH}/run/ana_varnames_map_file.txt" .
......
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