Changes between Version 5 and Version 6 of Documentation/UserGuide/InstallingORCHIDEE


Ignore:
Timestamp:
2013-03-13T12:57:55+01:00 (11 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/InstallingORCHIDEE

    v5 v6  
    122122 
    123123 
    124 Create makefiles with the specific target for compiler gfortran : 
     124Create makefiles with the specific target for compiler gfortran, first modify if necessary the path to netcdf : 
    125125{{{ 
    126     >  ./ins_make -t gfortran 
     126    > vi AA_make.gdef   # modify eventually following lines 
     127            #-Q- gfortran  NCDF_INC = /usr/local/include 
     128            #-Q- gfortran  NCDF_LIB = -L/usr/local/lib -lnetcdf 
     129    > ./ins_make -t gfortran 
    127130}}} 
    128131