This is an old revision of the document!


libRadtran 1.3: uvspec crashes on 64bit machine with wc_properties mie

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.

libRadtran doesn't compile

Solution: When compiling uvspec, please make sure that you have all required compilers and tools installed, see Download. For the newer versions of Linux, some of the standard tools are no longer installed by default (as modern users don't want to fiddle around with such ugly things as compilers etc). In particular Flex - The Fast Lexical Analyzer. Is usually available for all flavours of Linux, under Mac, and for cygwin, but not necessarily installed by default. You may have to select installation of flex manually. If you have tried compiling uvspec without having flex installed, you may need to remove tools/*_lex.c.

 
 
known_bugs.1222198240.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