Changes between Version 3 and Version 4 of Documentation/UserGuide


Ignore:
Timestamp:
2012-09-12T08:55:48+02:00 (12 years ago)
Author:
dsolyga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide

    v3 v4  
     1||[wiki:Documentation Documentation]||[wiki:Tags Main Version]||[wiki:Branches Other Versions]||[wiki:Scripts Scripts]||[wiki:Forcings Forcings]||[wiki:Evaluation Evaluation]||[wiki:Tools Tools]||'''[wiki:HowTo How to]'''||[wiki:Meetings Meetings]||[wiki:Seminars Seminars]||[wiki:UserList UserList]||[wiki:Contact Contact]|| 
     2 
     3 
    14= How to page = 
    25 
     
    1013Follow the steps and you will be able to compile and launch ORCHIDEE in sequential on a point to test it ! 
    1114 
    12 == 1. Installing netcdf library == 
     15== 1.a Installing netcdf library (package installation) (not tested) == 
     16 
     17Now, netcdf is available as a package for linux distribution. For Ubuntu, a package exists. This installation was not tested, 
     18but it is OK, go to step 2 ! 
     19 
     20 
     21== 1.b Installing netcdf library (manual installation) == 
    1322 
    1423The most difficult part consists to install the netcdf library. The version chosen is netcdf 3.6.3 ; it is entirely sufficient  
     
    3645 
    3746}}} 
    38 Now focus on the script called configure. This script uses different options like (look at this page to know more ): 
     47Now focus on the script called configure. To know more about this script and the different options available, look at [http://www.unidata.ucar.edu/software/netcdf/docs/netcdf-install/Configure.html#Configure].[[BR]] 
    3948I execute this script like this : 
    4049 
     
    99108}}} 
    100109 
    101 After, you can delete the directory netcdf-3.6.3 : 
     110After, you can delete the directory netcdf-3.6.3 (still in root) : 
    102111 
    103112{{{ 
    104      >  rm -rf netcdf-3.6.3.tar.gz 
     113     >  rm -rf netcdf-3.6.3.tar.gz netcdf-3.6.3 
    105114}}} 
    106115 
     
    150159 
    151160  
    152  
    153  
    154