Opened 8 years ago

Last modified 4 years ago

#75 assigned incoherences

ppm3d non fonctionnel

Reported by: lguez Owned by: hourdin
Priority: minor Milestone:
Component: Tracers Keywords:
Cc:

Description

Sauf erreur, les schémas d'advection qui utilisent ppm3d ne peuvent pas marcher avec les fichiers sources tels qu'ils sont actuellement (révision 2449). En effet, ligne 463 de ppm3d.F :

     do 55 i=1,IMR*JMR
	55    CRY(i,2) = DTDY*V(i,1,k)

On passe forcément par cette ligne. Le tableau cry est déclaré ainsi :

real CRY(IMR,JNP)

et :

jmr = jnp - 1

Il y a donc un dépassement des limites du tableau. (Pour que ça marche, il faudrait qu'il y ait 2 * imr * jmr éléments dans le tableau.)

Le fichier est comme ça depuis au moins 12 ans (révision 524).

Change History (2)

comment:1 Changed 8 years ago by lguez

Owner: changed from ghattas to hourdin
Status: newassigned

comment:2 Changed 4 years ago by Laurent Fairhead

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