Changes between Version 5 and Version 6 of Doc/ComputingCenters/LocalPC


Ignore:
Timestamp:
02/26/20 17:18:31 (4 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/LocalPC

    v5 v6  
    6464svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    6565 
    66  
    6766# 2. Install the configuration ORCHIDEE_2_2 
    6867cd modipsl/util 
    6968./model ORCHIDEE_2_2 
    70  
    7169 
    7270# 3. Adapt and add compile options to your machine 
     
    8078# 3b. Add compile options for component XIOS 
    8179# Add following files (by coping and adapting one of the existing targets closest to your machine) 
    82  modipsl/modeles/XIOS/arch/arch_NEW_ARCH.fcm 
    83  modipsl/modeles/XIOS/arch/arch_NEW_ARCH.path 
    84  modipsl/modeles/XIOS/arch/arch_NEW_ARCH.env 
     80 modipsl/modeles/XIOS/arch/arch-NEW_ARCH.fcm 
     81 modipsl/modeles/XIOS/arch/arch-NEW_ARCH.path 
     82 modipsl/modeles/XIOS/arch/arch-NEW_ARCH.env 
    8583 
    8684# Note: the netcdf4 library can be parallel or sequential, depending on the version. If the sequential netcdf4 library is used, 
     
    9290# 3b. Add compile options for component ORCHIDEE 
    9391# Add following files (by coping and adapting one of the existing targets closest to your machine) 
    94  modipsl/modeles/ORCHIDEE/arch/arch_NEW_ARCH.fcm 
    95  modipsl/modeles/ORCHIDEE/arch/arch_NEW_ARCH.path 
    96  modipsl/modeles/ORCHIDEE/arch/arch_NEW_ARCH.env 
    97  
     92 modipsl/modeles/ORCHIDEE/arch/arch-NEW_ARCH.fcm 
     93 modipsl/modeles/ORCHIDEE/arch/arch-NEW_ARCH.path 
     94 modipsl/modeles/ORCHIDEE/arch/arch-NEW_ARCH.env 
    9895 
    9996# 4. Create makefiles with target NEW_ARCH 
    10097cd modipsl/util 
    10198./ins_make -t NEW_ARCH 
    102  
    10399 
    104100# 5. Compile