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


Ignore:
Timestamp:
2018-02-15T16:50:05+01:00 (6 years ago)
Author:
dgoll
Comment:

--

Legend:

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

    v74 v75  
    4646}}} 
    4747 
    48 For some (unkown) reason you need to pre-compile XIOS; make sure you chose the right argument for --arch option (for obelix it is ifort_LSCE , for curie it is MISSING) . 
     48For some (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 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): 
     50{{{ 
     51module load netcdf/4p 
     52}}} 
    4953{{{ 
    5054./make_xios --prod --arch ifort_LSCE --full --j 8