Changes between Version 19 and Version 20 of Doc/Config/LMDZOR_v6.1


Ignore:
Timestamp:
07/18/16 14:40:35 (8 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/LMDZOR_v6.1

    v19 v20  
    138138 
    139139# How to reproduce a coupled simulation with the forced model ? # 
    140 You run a simulation with IPSLCM6 and you want to launch the same with LMDZOR_v6. For this you need to follow all these steps :  
     140You have run a simulation with IPSLCM6 and you would like to launch the same with LMDZOR_v6 with limit conditions (SST and seaice) coming from the same or another IPSLCM6 simulation. In practice this is needed to estimate radiative forcing from MyIPSLCM6 experiment using SST and sea-ice from the same simulation or from a reference simulation 
     141 
     142For this you need to follow all these steps :  
    141143 * Create limit.nc using sst / sic and land-sea mask from your IPSLCM6 simulation, as described [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocImodelBlmdz#Createlimit.ncfromthedataofapreviousLMDZsimulationcoupledorforced here] 
    142144 * Create your new experiment directory  
    143145{{{ 
    144146cd modipsl/config/IPSLCM6 
    145 cp -r MyIPSLCM6piControl MyLmdzor6piControl 
    146 cd MyLmdzor6piControl 
     147cp -r MyIPSLCM6 MyLmdzor6 
     148cd MyLmdzor6 
    147149rm -rf Script* run.card Job* Debug 
    148150}}} 
     
    150152   * modify the !JobName as you want 
    151153   * modify the !TagName to LMDZOR 
    152    * modify the Restart section to use Restart from MyIPSLCM6piControl 
    153    * remove or comment out all lines for the ocean component(OCE, MBG) and the coupler(CPL) in ListOfCompondents and Executable section : 
     154   * modify the Restart section to use Restart from MyIPSLCM6 
     155   * remove or comment out all lines for the ocean component(OCE, MBG) and the coupler(CPL) in !ListOfCompondents and Executable section : 
    154156{{{ 
    155157#========================================================================