Changes between Version 7 and Version 8 of Doc/ComputingCenters/LocalPC


Ignore:
Timestamp:
05/13/22 10:56:57 (2 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/LocalPC

    v7 v8  
    5757Most of the IPSL models uses compilation based on fcm ([wiki:Doc/Compile#Compilingenvironment for more informations on fcm]) and the compiling options are set in arch files. Depending on the version of the models and between the models the file `arch-target.path` might have different syntaxes. For each model, take as example one existing target machine and adapt for your PC. The files are stored in the folder `modipsl/modeles/MODEL/arch/arch-NEW_ARCH.fcm/.path/.env`. The name `NEW_ARCH` can be changed but must be the same for all modeles and set in AA_make.gdef. 
    5858 
    59 ## Example for ORCHIDEE_2_2 offline version ## 
     59## Example for ORCHIDEE_2_0 offline version ## 
     60Note that this method is also valid for ORCHIDEE_2_2 until revision 7451. Later revision on ORCHIDEE_2_2 uses the method with a compilation script, see above. 
     61 
     62 
    6063Before installing [wiki:Doc/Models/ORCHIDEE ORCHIDEE], make a test installation of [wiki:Doc/Tools#XIOS XIOS], see guide here: http://forge.ipsl.jussieu.fr/ioserver/wiki/documentation . If this fails, it is still possible to install [wiki:Doc/Models/ORCHIDEE ORCHIDEE] without [wiki:Doc/Tools#XIOS XIOS], see notes below.  
    6164 
     
    6467svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    6568 
    66 # 2. Install the configuration ORCHIDEE_2_2 
     69# 2. Install the configuration ORCHIDEE_2_0 
    6770cd modipsl/util 
    68 ./model ORCHIDEE_2_2 
     71./model ORCHIDEE_2_0 
    6972 
    7073# 3. Adapt and add compile options to your machine