Dear RegCM family,

I'm new to RegCM and I'm running it on our University High Performance Computer (SSH).
While i was trying to download the "Atmosphere and Land temperature Global Dataset" by following the instruction given in Regional Climatic Model RegCM User’s Guide, Version 4.4, the dataset is not being downloaded.

Following is extract from the User Guide.

4.6 Atmosphere and Land temperature Global Dataset
The model needs to build initial and boundary conditions for the regional scale, interpolating on the RegCM grid
the data from a Global Climatic Model output. The GCM dataset can come from any of the supported models, but
we will for now for our test run download just the EIN15 dataset for the year 1990 (Jan 01 00:00:00 UTC to Dec
31 18:00:00 UTC)

The codes I entered in the terminal are given bellow

$> cd $REGCM_GLOBEDAT
$> cd EIN15
$> mkdir 1990
$> cd 1990
$> for type in "air hgt rhum uwnd vwnd"
> do
> for hh in "00 06 12 18"
> do
> curl -o ${type}.1990.${hh}.nc \
> ${ICTP_DATASITE}/EIN15/1990/${type}.1990.${hh}.nc
> done
> done

I'm getting the following message 

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: hgt
curl: (6) Could not resolve host: rhum
curl: (6) Could not resolve host: uwnd
curl: (6) Could not resolve host: vwnd.1990.00
curl: (7) Could not resolve host: vwnd.1990.00
curl: (7) Could not resolve host: vwnd.1990.00
curl: (6) Could not resolve host: 18.nc
curl: (3) <url> malformed
curl: (6) Could not resolve host: hgt
curl: (6) Could not resolve host: rhum
curl: (6) Could not resolve host: uwnd
curl: (6) Could not resolve host: vwnd.1990.00
curl: (7) Could not resolve host: vwnd.1990.00
curl: (7) Could not resolve host: vwnd.1990.00
curl: (6) Could not resolve host: 18.nc


I would be grateful if u can help me to correct this mistake and download the necessary Atmosphere and Land temperature Global Dataset to perform the test run.
 
--
Regards, 
Muhammadh M Khalid