Opened 10 years ago
Last modified 6 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 10 years ago by
| Owner: | changed from ghattas to hourdin |
|---|---|
| Status: | new → assigned |
comment:2 Changed 6 years ago by
| Type: | defect → incoherences |
|---|
Note: See
TracTickets for help on using
tickets.
