Changes between Version 6 and Version 7 of DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Guides


Ignore:
Timestamp:
2018-07-04T15:30:38+02:00 (6 years ago)
Author:
ajornet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Guides

    v6 v7  
    33== Migration to Irene (from Curie) == 
    44 
    5 Follow the steps below to properly move your current Orchidee version from Curie HPC to Irene. 
    6  
    7 * Make sure to follow all the steps Josefine Ghattas suggested to migrate to IRENE for libIGCM. 
    8  * It is required to upgrade your libIGCM version to 2.8.4. In this new version, the are the files to operate with Irene. 
     5This guide is meant for those people who wants to keep using its current modipsl folder and/or Orchidee folder. 
     6All those steps are already done if you decide to use the latest version of modipsl and Orchidee. So no step is required. 
     7 
     8So, 
     9 
     10Follow the steps below to properly migrate your current Orchidee version from Curie HPC to Irene. In big lines what you are going to do is: 
     111. Update modipsl: new libIGCM version (2.8.4) 
     122. Update Orchidee: include the arch/X64_IRENE.* files 
     13 
     14Let's start: 
     15 
     161. Update modipsl 
     17 * Make sure to follow all the steps Josefine Ghattas suggested to migrate to IRENE for libIGCM. 
     18  * It is required to upgrade your libIGCM version to 2.8.4. 
    919 
    1020{{{ 
     
    2434 
    2535 
    26  
    27 * Copy LATEST_MICT/arch/*X64_IRENE* files to your current arch/ folder. 
     362. Update Orchidee 
     37 
     38 * Copy LATEST_MICT/arch/*X64_IRENE* files to your current arch/ folder. 
    2839 
    2940https://forge.ipsl.jussieu.fr/orchidee/changeset/5307/branches/ORCHIDEE-MICT/ORCHIDEE 
    3041 
    31 * Reinstall the Makefiles for the new architecture: 
    32  * cd yourmodipsl/util 
    33  * ./ins_make 
    34  
    35 * Compile Orchidee using IRENE configuration 
    36  * ./makeorchidee_fcm -parallel mpi -arch X64_IRENE -prod -driver -otherexec -xios -j 8 -full 
     42 * Reinstall the Makefiles for the new architecture: 
     43  * cd yourmodipsl/util 
     44  * ./ins_make 
     45 
     46 * Compile Orchidee using IRENE configuration 
     47  * ./makeorchidee_fcm -parallel mpi -arch X64_IRENE -prod -driver -otherexec -xios -j 8 -full 
    3748 
    3849== Spinup Carbon MICT simulations (libIGCM configuration) ==