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


Ignore:
Timestamp:
2013-04-22T11:30:04+02:00 (11 years ago)
Author:
mmcgrath
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/FLUXNETValidation

    v2 v3  
    88 
    99/home/orchidee01/mmancip/IGCM/BC/OOL/OL2/FLUXNET/  
     10 
     11One change that I had to make is in libIGCM/libIGCM_sys/libIGCM_sys.ksh.  I had to add the following three lines 
     12 
     13   asterix*) 
     14        echo "sys source asterix/obelix lib." 
     15        . ${libIGCM}/libIGCM_sys/libIGCM_sys_obelix.ksh;; 
     16 
     17above 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. 
     18 
     19In addition, make sure you run in the config/ORCHIDEE_OL/ directory.  The script looks for some files under the assumption that it is in that directory (for example, when it copies ../SPINUP).