arial@arial-desktop:~/scratch/bnrcc/RegCM/PreProc/Terrain$ ./terrain.x
rm -f *.o terrain
ifort -tpp7 -g -cm -w -w90 -w95 -convert big_endian -c -L../../Commons/env/liblinux/ -lnetcdf -Vaxlib terrain.f
ifort -tpp7 -g -cm -w -w90 -w95 -convert big_endian -o terrain terrain.o -L../../Commons/env/liblinux/ -lnetcdf -Vaxlib
ntypec= 10
iy= 30
jx= 35
ds=
50.00000
clat= 9.120000
clon= 7.110000
rin= 1.500000
iproj=NORMER
**************************************************
FILE ALREADY EXISTS:
../../Input/DOMAIN.INFO
Do you want to overwrite the existing file? [y/n/q]
y
**************************************************
FILE ALREADY EXISTS: ../../Input/DOMAIN.CTL
Do you want to overwrite the existing file?
[y/n/q]
y
***** Terrain resolution (min): 10.00000
after calling SETUP
after calling MAP PROJECTION
xminlat,xmaxlat,xminlon,xmaxlon,ntypec= 2.86 15.70 -0.31 14.98 10
after calling MXMNLL
ERROR OPENING
../DATA/SURFACE/GTOPO30_10MIN.CDF FILE: FILE DOES NOT EXIST
4810 IN SUBROUTINE RDLDTR
arial@arial-desktop:~/scratch/bnrcc/RegCM/PreProc/Terrain$