Changes between Version 3 and Version 4 of reduced_IPSLCM6


Ignore:
Timestamp:
07/09/19 13:51:28 (4 years ago)
Author:
snguyen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • reduced_IPSLCM6

    v3 v4  
    11= Preparing an IPSLCM6 model without PISCES and ORCHIDEE for compiling and simulation = 
     2 
     3For the sake of simplicity the Schwarz algorithm was only implemented and tested without PISCES for the ocean and without ORCHIDEE for the atmosphere. 
     4 
     5As well, regarding resolution the method was implemented on the ORCA2 grid for NEMO and a 96x95 grid for LMDZ. 
     6 
     7The ice model retained was LIM3 which allows for greater control and is conservative. 
     8 
     9The various steps to get a working IPSLCM6 model with these settings is now described. 
     10 
     11== IPSLCM6 model == 
     12 
     13Get the latest IPSLCM6 model from the forge repository. 
     14 
     15In the workdir of your project, create a directory for your new IPSLCM6 installation, move into it and get modipsl by executing : 
     16{{{ 
     17svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     18}}} 
    219 
    320== setting an ORCA2LIM3PISCES configuration in NEMOGCM/CONFIG == 
    421 
     22Since ORCA2LIM3PISCES is not a standard configuration of NEMO in the IPSLCM6 model it is necessary to create this configuration. 
     23In order to retain the latest changes to NEMO-LIM3 we use the ORCA1LIM3PISCES configuration as a template. 
     24 
     25To do this, go into  
     26