@@ -90,32 +90,32 @@ if [ ! -e ../${rcp}/${ens} ]; then
9090 mkdir ${rcp} /${ens}
9191fi
9292cd staging
93- wget ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /hus/hus_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
94- wget ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /psl/psl_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
95- wget ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /ps/ps_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
96- wget ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /ta/ta_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
97- wget ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /va/va_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
98- wget ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /ua/ua_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
93+ wget -s ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /hus/hus_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
94+ wget -s ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /psl/psl_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
95+ wget -s ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /ps/ps_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
96+ wget -s ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /ta/ta_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
97+ wget -s ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /va/va_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
98+ wget -s ${url} /${rcp} /6hr/atmos/6hrLev/${ens} /v${sixhvdate} /ua/ua_6hrLev_${model} _${rcp} _${ens} _${Tframe6hr} .nc
9999# monthly files only need to be downloaded every 30 years
100100if [ ! -e tsl_Lmon_${model} _${rcp} _${ens} _${TframeALmon} .nc ]; then
101- wget ${url} /${rcp} /mon/land/Lmon/${ens} /v${ALmonvdate} /tsl/tsl_Lmon_${model} _${rcp} _${ens} _${TframeALmon} .nc
102- wget ${url} /${rcp} /mon/land/Lmon/${ens} /v${ALmonvdate} /mrlsl/mrlsl_Lmon_${model} _${rcp} _${ens} _${TframeALmon} .nc
103- wget ${url} /${rcp} /mon/atmos/Amon/${ens} /v${ALmonvdate} /ts/ts_Amon_${model} _${rcp} _${ens} _${TframeALmon} .nc
104- wget ${url} /${rcp} /mon/atmos/Amon/${ens} /v${ALmonvdate} /zg/zg_Amon_${model} _${rcp} _${ens} _${TframeALmon} .nc
105- wget ${url} /${rcp} /mon/landIce/LImon/${ens} /v${ALmonvdate} /snw/snw_LImon_${model} _${rcp} _${ens} _${TframeALmon} .nc
101+ wget -s ${url} /${rcp} /mon/land/Lmon/${ens} /v${ALmonvdate} /tsl/tsl_Lmon_${model} _${rcp} _${ens} _${TframeALmon} .nc
102+ wget -s ${url} /${rcp} /mon/land/Lmon/${ens} /v${ALmonvdate} /mrlsl/mrlsl_Lmon_${model} _${rcp} _${ens} _${TframeALmon} .nc
103+ wget -s ${url} /${rcp} /mon/atmos/Amon/${ens} /v${ALmonvdate} /ts/ts_Amon_${model} _${rcp} _${ens} _${TframeALmon} .nc
104+ wget -s ${url} /${rcp} /mon/atmos/Amon/${ens} /v${ALmonvdate} /zg/zg_Amon_${model} _${rcp} _${ens} _${TframeALmon} .nc
105+ wget -s ${url} /${rcp} /mon/landIce/LImon/${ens} /v${ALmonvdate} /snw/snw_LImon_${model} _${rcp} _${ens} _${TframeALmon} .nc
106106fi
107107# ocean files cover whole period
108108if [ ! -e sic_OImon_${model} _${rcp} _${ens} _${TframeOmon} .nc ]; then
109109 if [ ! -e ../${rcp} /${ens} /sic/sic_OImon_${model} _${rcp} _${ens} _${TframeOmon} .nc ]; then
110110 if [ ! -e ${rcp} /${ens} /sic/ocean_complete.txt ]; then
111- wget ${url} /${rcp} /mon/seaIce/OImon/${ens} /v${Omonvdate} /sic/sic_OImon_${model} _${rcp} _${ens} _${TframeOmon} .nc
112- wget ${url} /${rcp} /mon/ocean/Omon/${ens} /v${Omonvdate} /tos/tos_Omon_${model} _${rcp} _${ens} _${TframeOmon} .nc
111+ wget -s ${url} /${rcp} /mon/seaIce/OImon/${ens} /v${Omonvdate} /sic/sic_OImon_${model} _${rcp} _${ens} _${TframeOmon} .nc
112+ wget -s ${url} /${rcp} /mon/ocean/Omon/${ens} /v${Omonvdate} /tos/tos_Omon_${model} _${rcp} _${ens} _${TframeOmon} .nc
113113 fi
114114 fi
115115fi
116116if [ ! -e ../sftlf_fx_${model} _${rcp} _r0i0p0.nc ]; then
117117 if [ ! -e ../${rcp} /${ens} /lmask/sftlf_fx_${model} _${rcp} _${ens} _r0i0p0.nc ]; then
118- wget ${url} /${rcp} /fx/atmos/fx/r0i0p0/v${lmskvdate} /sftlf/sftlf_fx_${model} _${rcp} _r0i0p0.nc
118+ wget -s ${url} /${rcp} /fx/atmos/fx/r0i0p0/v${lmskvdate} /sftlf/sftlf_fx_${model} _${rcp} _r0i0p0.nc
119119 if [ ! -e ../${rcp} /${ens} /lmask ]; then
120120 mkdir -p ../${rcp} /${ens} /lmask
121121 fi
0 commit comments