Changes between Version 75 and Version 76 of DevelopmentActivities/ORCHIDEE-CNP/howtoUse


Ignore:
Timestamp:
2018-02-27T16:25:28+01:00 (6 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP/howtoUse

    v75 v76  
    4646}}} 
    4747 
    48 For some (unkown) reason you need to pre-compile XIOS;  
    49 make sure you a) chose the right argument for --arch option (for obelix it is ifort_LSCE , for curie it is MISSING) and b) you have loaded the module netcdf/4p which can be done like this (or better add this line to your ~/.profile to have it automatically loaded when entering obelix): 
     48For some (currently unkown) reason you need to pre-compile XIOS;  
     49make sure you a) chose the right argument for --arch option (for obelix it is ifort_LSCE , for curie it is x64_CURIE; check the folder modipsl/modeles/ORCHIDEE/arch/ to see what you architectures are supported) and b) you have loaded the module netcdf/4p which can be done like this (or better add this line to your ~/.profile to have it automatically loaded when entering obelix): 
    5050{{{ 
    5151module load netcdf/4p 
    5252}}} 
    5353{{{ 
     54cd ../modeles/XIOS/ 
    5455./make_xios --prod --arch ifort_LSCE --full --j 8 
    5556}}}