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

solve dangling symlink issue

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