Opened 13 years ago

Last modified 4 years ago

#30 accepted incoherences

Pb valeurs nulles/non définies sur configs linux

Reported by: Laurent Fairhead Owned by: Laurent Fairhead
Priority: major Milestone:
Component: I/O Keywords:
Cc: hourdin@…

Description

De Frédéric Hourdin:

Un problème récurent dans certaines configurations sur CP linux :

les valeurs nulles dans les fichiers histoires apparaissent comme des valeurs non définies. Ce problème est lié aux valeurs de Fillvalue

Je le rencontre sur portable Dell E6500 gfortran option real8

Change History (3)

comment:1 Changed 13 years ago by Laurent Fairhead

Quelques tests :

Suite : j'ai testé dans histcom.f90 de remplacer nf90_fill_real par

1 er cas : histcom.f90: real(kind=8) totototo histcom.f90: totototo=1e20 histcom.f90: & totototo)

J'obtiens

qsurf:_FillValue = 1.e+20 ;

(ce qu'on veut) mais l'ecriture des fichier histoires plante après les entêtes.

2eme cas histcom.f90: real(kind=4) totototo histcom.f90: totototo=1e20 histcom.f90: & totototo)

qsurf:_FillValue = -0.07809402f ;

mais ca marche.

Euh ... Arh euh...

comment:2 Changed 13 years ago by Laurent Fairhead

Status: newaccepted

comment:3 Changed 4 years ago by Laurent Fairhead

Type: defectincoherences
Note: See TracTickets for help on using tickets.