This is an old revision of the document!


libRadtran 1.3: uvspec crashes on 64bit machine if wc_properties mie are used

Solution: Will be fixed in version 1.4. Meanwhile try to replace in tools/cloud.c, line 960:

  out->nreff  = calloc (nlambda, sizeof(int));

by

  out->nreff  = calloc (nlambda, sizeof(size_t));

and recompile uvspec.

libRadtran 1.3: sdisort crashes on 64 bit machine

Some users of 64bit machines or in particular Macintosh with OSX reported problems when running sdisort (“bus error”).

Solution: A bug was fixed - please replace src_f/dpsdisort.f with dpsdisort.f.

 
 
known_bugs.1222198087.txt.gz · Last modified: 2008/10/13 17:33 (external edit)
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Drupal Garland Theme for Dokuwiki