[RegCNET] interpolation
IMRAN NADEEM
qphoton at gmail.com
Wed Dec 20 21:47:45 CET 2006
Hi Arlindo,
I was quite busy so I couldn't reply earlier.Your error is related to
compiler.
>i attached my CMAP2RCM.f file, i do not know what is
>wrong in the line 28.
There is nothing wrong in line 28 of CMAP2RCM.f as the line 28 is blank. The
error is on line 28 of cmap.param (cmap.param is included in CMAP2RCM.f, see
line 7)
So let us see what is the error. The lines 27-29 of cmap.param are:
character outfile(nfld)*50 ! nfld is 2
DATA outfile
& / 'CMAP2000.nc' /
Note that outfile(nfld) is vector with nfld=2 and in data initialization one
value is given i.e CMAP2000.nc. This doesn't create error with ifort
compiler as ifort assign this values to
outfile(1) and assign nothing to outfile(2). BUT PGI compiler requires both
value in DATA
initialization statement (see the error message again). So change these
lines to :
character outfile(nfld)*50
DATA outfile
& / 'CMAP2000.nc', 'CMAP2000_1' /
I hope this will work.Let me know I there is any problem.
Regards
Imarn
On 12/15/06, Arlindo Meque <mequitomz at yahoo.com.br> wrote:
>
>
> Hi IMRAN
>
> When i type /cmapPGI5.x i get error :
>
> [meque at climat CMAP]$ ./cmapPGI5.x
> PGFTN-S-0066-Too few data constants in initialization
> statement (CMAP2RCM.f: 28) 0 inform, 0 warnings,
> 1 severes, 0 fatal for rwdata
> PGFTN-S-0066-Too few data constants in initialization
> statement (CMAP2RCM.f: 28) 0 inform, 0 warnings,
> 1 severes, 0 fatal for readcdf3d
> ./cmapPGI5.x: line 4: ./cmap: No such file or
> directory
> rm: cannot remove `cmap': No such file or directory
> [meque at climat CMAP]$
>
>
>
> i attached my CMAP2RCM.f file, i do not know what is
> wrong in the line 28.
>
>
>
> Best regards!
> Arlindo
>
> ******************************************************
> Arlindo Oliva Meque
> National Institute of Meteorology
> Environmental Research and Modeling Center (CPMA)
> Rua de Mukumbura, 164, Po.Box 256,
> Maputo-Mozambique
> Tel. 258 21 491150, Fax. 258 21 491150
> Mobile: +258 824726300
>
>
>
>
>
> _______________________________________________________
> O Yahoo! está de cara nova. Venha conferir!
> http://br.yahoo.com
>
>
--
Imran Nadeem
PhD Student
Institute of Meteorology
Department of Water, Atmosphere and Environment
Uni. of Natural Resources and Applied Life Sciences (BOKU)
Peter-Jordan Strasse 82
1190 Vienna, Austria
Mobile: +43 699 1194 3044
Tel.: +43 1 47654 5614
Fax: +43 1 47654 5610
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ictp.it/mailman/private/regcnet/attachments/20061220/7b8f78f9/attachment.html
More information about the RegCNET
mailing list