Custom Query (95 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 95)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#26 fixed "fmod" in "inter_bary" lguez lguez
Description

In the procedure "inter_bary", there are the arguments:

INTEGER jmodmax
real fmod(jmodmax+1)

The corresponding actual arguments in "inter_barxy" are:

INTEGER jmod
REAL fmody(jjp1)

If "jmod = jjm+1" in "inter_barxy" then the size of the dummy argument "fmod" is greater than the size of the actual argument "fmody". This is forbidden by the Fortran standard. There is the risk of incorrectly overwriting memory.

The case "jmod = jjm+1" in "inter_barxy" occurs after the call to "startget" for variable "v" in "etat0_netcdf".

#20 fixed "phys_output_mod", valeur par défaut de "chtimestep", révision 1213 idelkadi lguez
Description

Révision 1213. Il faudrait donner des valeurs par défaut à "chtimestep" dans "phys_output_mod". Actuellement, si "chtimestep" n'est pas défini dans les ".def", le programme se plante à la ligne :

read(str(1:ipos),*) ttt

parce que "ipos=0". Message d'erreur avec "g95" :

At line 1143 of file g95_32x24x9_phylmd_seq/.config/ppsrc/phys/phys_output_mod.f90 file: "DÙíyDsyD▒wxDŸxD..." Traceback: (Innermost first)

Called from line 592 of file g95_32x24x9_phylmd_seq/.config/ppsrc/phys/phys_output_mod.f90

#1 fixed "rugsrel" et "zstd" dans "etat0_netcdf" lguez guez@…
Description

Ce problème est présent dans la révision 1140. Dans "phylmd/phys_state_var_mod.F90", "zstd" est alloué avec la taille "klon". Dans "dyn3d/etat0_netcdf.F", à la ligne 461, pour remplir "rugsrel", "zstd(i)" apparaît dans une boucle de 1 à "iip1*jjp1". Il y a donc dépassement de la plage d'indices permis pour "zstd". L'erreur se manifeste dans l'exécution de "create_etat0_limit" en séquentiel sur Brodie avec les options de débogage :

  • 240 Subscript error array=zstd size=738 subscript=739 eln=2113 PROG=etat0_netcdf ELN=2113(400016914)

99 Execution suspended PROG=etat0_netcdf ELN=2113(400016914)

Called from create_etat0_limit ELN=183(400001828)

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.