I followed your suggestion. But, again, after trying to compile the regcm4 (make terrain) I received this error:
make[1]: Entering directory `/home/mar/Model/regcm4/RegCM-4.0/PreProc/Terrain'
g95 -c -I/home/mar/Model/regcm4/netcdf/--disable-netcdf-4/include -O3 -fendian=big -fmultiple-save -c mod_rdldtr.f90
Fatal Error: While reading module 'mod_block' found module version 0, expected 9.
make[1]: *** [mod_rdldtr.o] Error 1
make[1]: Leaving directory `/home/mar/Model/regcm4/RegCM-4.0/PreProc/Terrain'
make: *** [terrain] Error 2
It seems that my netcdf library is still not the appropriate one.. what does this error mean? what should I do to fix this?
Thanks in advance!