Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
minomicetto committed Aug 28, 2017
2 parents aecd521 + 4ebec44 commit 3e9224c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions clipc/sea_surface_temperature/script/postproc_attribute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ncatted -O -h -a institution_url,global,o,c,"www.cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 15
fi
ncatted -O -h -a contact_email,global,o,c,"ophidia-info@lists.cmcc.it" $filepath/$filename
ncatted -O -h -a contact_email,global,o,c,"ophidia-info@cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 16
fi
Expand All @@ -82,7 +82,7 @@ ncatted -O -h -a creator_url,global,o,c,"www.cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 18
fi
ncatted -O -h -a creator_email,global,o,c,"ophidia-info@lists.cmcc.it" $filepath/$filename
ncatted -O -h -a creator_email,global,o,c,"ophidia-info@cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 19
fi
Expand Down
4 changes: 2 additions & 2 deletions clipc/snow_off/script/postproc_attribute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ncatted -O -h -a institution_url,global,o,c,"www.cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 15
fi
ncatted -O -h -a contact_email,global,o,c,"ophidia-info@lists.cmcc.it" $filepath/$filename
ncatted -O -h -a contact_email,global,o,c,"ophidia-info@cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 16
fi
Expand All @@ -83,7 +83,7 @@ ncatted -O -h -a creator_url,global,o,c,"www.cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 18
fi
ncatted -O -h -a creator_email,global,o,c,"ophidia-info@lists.cmcc.it" $filepath/$filename
ncatted -O -h -a creator_email,global,o,c,"ophidia-info@cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 19
fi
Expand Down
4 changes: 2 additions & 2 deletions clipc/snow_water_equivalent/script/postproc_attribute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ncatted -O -h -a institution_url,global,o,c,"www.cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 15
fi
ncatted -O -h -a contact_email,global,o,c,"ophidia-info@lists.cmcc.it" $filepath/$filename
ncatted -O -h -a contact_email,global,o,c,"ophidia-info@cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 16
fi
Expand All @@ -82,7 +82,7 @@ ncatted -O -h -a creator_url,global,o,c,"www.cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 18
fi
ncatted -O -h -a creator_email,global,o,c,"ophidia-info@lists.cmcc.it" $filepath/$filename
ncatted -O -h -a creator_email,global,o,c,"ophidia-info@cmcc.it" $filepath/$filename
if [ $? -ne 0 ]; then
exit 19
fi
Expand Down

0 comments on commit 3e9224c

Please sign in to comment.