Skip to content
Snippets Groups Projects
Commit 3084dc0d authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

02_create_ckdtree.sh: Update.

parent fbc4f66e
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ source_dir=`cat source_dir.txt`
grid_dir="${HOME}/pyicon_data/grids/r2b4_oce_r0004"
if [ ! -d ${grid_dir} ]; then
mkdir ${grid_dir}
mkdir -p ${grid_dir}
fi
echo "rsync -av ${source_dir}/swift.dkrz.de/example_data_r2b4/icon_grid_0036_R02B04_O ${grid_dir}"
......
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