Changes between Version 3 and Version 4 of Documentation/UserGuide/FLUXNETValidation


Ignore:
Timestamp:
2013-04-22T15:23:24+02:00 (11 years ago)
Author:
mmcgrath
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/FLUXNETValidation

    v3 v4  
    1111One change that I had to make is in libIGCM/libIGCM_sys/libIGCM_sys.ksh.  I had to add the following three lines 
    1212 
     13{{{ 
    1314   asterix*) 
    1415        echo "sys source asterix/obelix lib." 
    1516        . ${libIGCM}/libIGCM_sys/libIGCM_sys_obelix.ksh;; 
     17}}} 
    1618 
    1719above the line "obelix*)".  This was because when the script was run, the hostname was coming up as asterix and there was no option for asterix so it went with the default options.  This caused some bad directory names to be used which caused the script the crash.