Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 210)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#58 fixed Memory leak in netcdf ouput routine jbrioude adingwell
Description

The files created by write_ncconc.f90 aren't closed unless the maximum number of records per file is reached. This leads to a lot of memory being wasted when making repeated runs (without any external means of cleaning out dead memory).

It can be fixed by putting the following lines at the end of write_ncconc.f90:

  if ( jul .ge. edate ) then
    write(*,*) "write_ncconc: End of simulation reached, closing output file"
    ncret=nf_close(ncid)
    call check_ncerror(ncret)
  endif
#60 fixed spam admin admin
Description

We had some weight loss ... tickets

so I delete ticket NR 60 -65

AND

deleted ALL accouts that where involved in the SPAM tickets

AND ALL accounts that didnt look right expecially hotmail and gmail accounts with the same user and Name and different e-mail adress

#61 fixed Wrong physical half-life of Xe-133 - SPECIES_021 saeck radekhofman
Description

Physical half-life of SPECIES_021 (Xe-133) is set to 198720.0 sec, which corresponds to 2.3 days but it should be approx. 5.245 days.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.
hosted by ZAMG