Blame view

Docs/DustemWrap_development_issues.txt 1.22 KB
f183c015   Annie Hughes   formatting
1
%This is a note describing known current development issues for Dustem
947ab714   Jean-Philippe Bernard   First commit
2
%This file is called DustemWrap_development_issues.txt and is managed by J.-Ph. Bernard and Ilyes Choubani
f183c015   Annie Hughes   formatting
3
4
%Issues must be described as explicitly as possible
%These issues must be checked before the next joint release of Dustem and Dustemwrap
947ab714   Jean-Philippe Bernard   First commit
5

98513b8c   Jean-Philippe Bernard   First commit
6
7
- JPB, April 8th 2022:
  Dustem has a bug due to calculation accuracy for the THEMIS model, which solves by replacing max size values in GRAIN_THEMIS.DAT from 9.00E-6 into 8.99E-05
f183c015   Annie Hughes   formatting
8

4f0cd679   Jean-Philippe Bernard   added another bug...
9
- JPB, April 8th 2022:
f183c015   Annie Hughes   formatting
10
11
  Dustemwrap causes the Fortran to crash if the chrg keyword is not specified in the initial GRAIN.DAT file, but is subsequently added by the (*!dustem_params).grains[0].TYPE_KEYWORDS. A similar error is likely to occur for the spin keyword (untested).
  We must force these pointers to not be empty just after writing our own GRAIN.DAT in /tmp, in the same way this is done in dustem_init.pro with the GRAIN.DAT from the fortran directory.
2d58f4f5   Ilyes Choubani   Should we erase t...
12
13
14
- *FOLLOW UP*: IC, May 15th 2022: A SOLUTION HAS BEEN IMPLEMENTED BY INTRODUCING the 'kwords' 
;keyword and specifying the necessary population keywords. IE: kwords=['plaw-ed-chrg-spin'] for the first grain population
;to enable the use of spinning dust. THIS IS NOT AN ISSUE ANYMORE.