-
Notifications
You must be signed in to change notification settings - Fork 0
/
Climato_Checker.sh
69 lines (60 loc) · 2.89 KB
/
Climato_Checker.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
if [[ -f "Climatos_ATM_LR.nc" ]]; then
echo "Climatos_ATM_LR.nc found"
else
echo "Downloading Climatos_ATM_LR.nc"
curl -o Climatos_ATM_LR.nc "https://thredds-su.ipsl.fr/thredds/fileServer/tgcc_thredds/work/gachongu/Tuning_2023/Climatos_ATM_LR.nc"
fi
if [[ -f "Climatos_ATM_VLR.nc" ]]; then
echo "Climatos_ATM_VLR.nc found"
else
echo "Downloading Climatos_ATM_VLR.nc"
curl -o Climatos_ATM_VLR.nc "https://thredds-su.ipsl.fr/thredds/fileServer/tgcc_thredds/work/gachongu/Tuning_2023/Climatos_ATM_VLR.nc"
fi
if [[ -f "Climatos_ICE_LR.nc" ]]; then
echo "Climatos_ICE_LR.nc found"
else
echo "Downloading Climatos_ICE_LR.nc"
curl -o Climatos_ICE_LR.nc "https://thredds-su.ipsl.fr/thredds/fileServer/tgcc_thredds/work/gachongu/Tuning_2023/Climatos_ICE_LR.nc"
fi
if [[ -f "Climatos_ICE_VLR.nc" ]]; then
echo "Climatos_ICE_VLR.nc found"
else
echo "Downloading Climatos_ICE_VLR.nc"
curl -o Climatos_ICE_VLR.nc "https://thredds-su.ipsl.fr/thredds/fileServer/tgcc_thredds/work/gachongu/Tuning_2023/Climatos_ICE_VLR.nc"
fi
if [[ -f "Climatos_OCE_Grid_T_LR.nc" ]]; then
echo "Climatos_OCE_Grid_T_LR.nc found"
else
echo "Downloading Climatos_OCE_Grid_T_LR.nc"
curl -o Climatos_OCE_Grid_T_LR.nc "https://thredds-su.ipsl.fr/thredds/fileServer/tgcc_thredds/work/gachongu/Tuning_2023/Climatos_OCE_Grid_T_LR.nc"
fi
if [[ -f "Climatos_OCE_Grid_T_VLR.nc" ]]; then
echo "Climatos_OCE_Grid_T_VLR.nc found"
else
echo "Downloading Climatos_OCE_Grid_T_VLR.nc"
curl -o Climatos_OCE_Grid_T_VLR.nc "https://thredds-su.ipsl.fr/thredds/fileServer/tgcc_thredds/work/gachongu/Tuning_2023/Climatos_OCE_Grid_T_VLR.nc"
fi
if [[ -f "Climatos_OCE_Diaptr_W_LR.nc" ]]; then
echo "Climatos_OCE_Diaptr_W_LR.nc found"
else
echo "Downloading Climatos_OCE_Diaptr_W_LR.nc"
curl -o Climatos_OCE_Diaptr_W_LR.nc "https://thredds-su.ipsl.fr/thredds/fileServer/tgcc_thredds/work/gachongu/Tuning_2023/Climatos_OCE_Diaptr_W_LR.nc"
fi
if [[ -f "Climatos_OCE_Diaptr_W_VLR.nc" ]]; then
echo "Climatos_OCE_Diaptr_W_VLR.nc found"
else
echo "Downloading Climatos_OCE_Diaptr_W_VLR.nc"
curl -o Climatos_OCE_Diaptr_W_VLR.nc "https://thredds-su.ipsl.fr/thredds/fileServer/tgcc_thredds/work/gachongu/Tuning_2023/Climatos_OCE_Diaptr_W_VLR.nc"
fi
if [[ -f "Climatos_OCE_Grid_T_DepthLv_LR.nc" ]]; then
echo "Climatos_OCE_Grid_T_DepthLv_LR.nc found"
else
echo "Downloading Climatos_OCE_Grid_T_DepthLv_LR.nc"
curl -o Climatos_OCE_Grid_T_DepthLv_LR.nc "https://thredds-su.ipsl.fr/thredds/fileServer/tgcc_thredds/work/gachongu/Tuning_2023/Climatos_OCE_Grid_T_DepthLv_LR.nc"
fi
if [[ -f "Climatos_OCE_Grid_T_DepthLv_VLR.nc" ]]; then
echo "Climatos_OCE_Grid_T_DepthLv_VLR.nc found"
else
echo "Climatos_OCE_Grid_T_DepthLv_VLR.nc found"
curl -o Climatos_OCE_Grid_T_DepthLv_VLR.nc "https://thredds-su.ipsl.fr/thredds/fileServer/tgcc_thredds/work/gachongu/Tuning_2023/Climatos_OCE_Grid_T_DepthLv_VLR.nc"
fi