Changes between Version 3 and Version 4 of Doc/Config/LMDZOR_v6.2


Ignore:
Timestamp:
10/11/19 12:39:11 (5 years ago)
Author:
jgipsl
Comment:

--

Legend:

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

    v3 v4  
    6767}}} 
    6868 
    69  
     69## Predefined resolutions ## 
     70To be done... 
    7071 
    7172## XIOS and output control ## 
    7273XIOS is used for output writing. It consists of a library linked to the model and an external server executable (xios_server.exe). It can be launched in attached mode or in server mode. The default set up in LMDZOR_v6.2 is using the server mode with 1 MPI for the server. 2 executables are launched: gcm.e and xios_server.exe. No reconstruction is needed for the output files. The rebuild tool detects automatically that this is not needed.  
    7374 
    74 The output level and the files to write is set in lmdz.card, orchidee.card and stomate.card. See comments in the corresponding files and read more in [wiki:Doc/Setut chapter Setup]. The !WriteFrequency option in config.card is not used any more.  
     75The output level and the files to write is set in lmdz.card, orchidee.card and stomate.card. See comments in the corresponding files and read more in [wiki:Doc/Setup chapter Setup]. The !WriteFrequency option in config.card is not used any more.  
    7576 
    7677## Parameter files ## 
     
    123124 
    124125# How to reproduce a coupled simulation with the forced model ? # 
    125 To be reviewed... 
    126126 
     127You have run a simulation with IPSLCM6.2 and you would like to launch the same with LMDZOR_v6.2 with limit conditions (SST and seaice) coming from the same or another IPSLCM6.2 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. 
    127128 
    128 You have run a simulation with IPSLCM6 and you would like to launch the same with LMDZOR_v6.2 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 
    129  
    130 For this you need to follow all these steps :  
    131  * 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] 
     129Do as following :  
     130 * Create limit.nc using sst / sic and land-sea mask from your IPSLCM6 simulation, as described [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/Modeles/LMDZ in chapter LMDZ]. 
    132131 * Create your new experiment directory  
    133132{{{ 
     
    141140   * modify the !TagName to LMDZOR 
    142141   * modify the Restart section to use Restart from MyIPSLCM6 
    143    * remove or comment out all lines for the ocean component(OCE, MBG) and the coupler(CPL) in !ListOfCompondents and Executable section : 
     142   * remove or comment out all lines for the ocean component(OCE, MBG) and the coupler(CPL) in !ListOfComponents: 
    144143{{{ 
    145 #======================================================================== 
    146 #D-- ListOfComponents - 
    147144[ListOfComponents] 
    148 #D- For each component, Name of component, Tag of component 
    149 ATM= (lmdz, LMDZ4-dev) 
    150 SRF= (orchidee, ORCHIDEE_1_9_5) 
    151 SBG= (stomate, ORCHIDEE_1_9_5) 
    152 #OCE= (opa9, CMIP5_IPSL) 
    153 #ICE= (lim2, CMIP5_IPSL) 
    154 #MBG= (pisces, CMIP5_IPSL) 
    155 #CPL= (oasis, OASIS3-MCT) 
    156 IOS= (xios, XIOS) 
    157  
    158 #======================================================================== 
    159 #D-- Executable - 
    160 [Executable] 
    161 #D- For each component, Real name of executable, Name of executable for oasis 
    162 ATM= (gcm.e, lmdz.x, 32MPI, 4OMP) 
    163 SRF= ("" ,"" ) 
    164 SBG= ("" ,"" ) 
    165 #OCE= (opa, opa.xx, 31MPI) 
    166 #ICE= ("" ,"" ) 
    167 #MBG= ("" ,"" ) 
    168 #CPL= ("", "" ) 
    169 IOS= (xios_server.exe, xios.x, 1MPI) 
    170  
     145ATM= (lmdz, LMDZ6) 
     146SRF= (orchidee, ORCHIDEE_2_2) 
     147SBG= (stomate, ORCHIDEE_2_2) 
     148#OCE= (opa9, nemo_v3_6_STABLE-r9455) 
     149#ICE= (lim3, nemo_v3_6_STABLE-r9455) 
     150#MBG= (pisces, nemo_v3_6_STABLE-r9455) 
     151#CPL= (oasis, oasis3-mct-r1818) 
     152IOS= (xios, xios) 
    171153}}} 
    172154 * Add the path of your new limit.nc files in [!BoundaryFiles] Section of lmdz.card 
    173  * (If you are working with IPSLCM5A you need to put "type_ocean=force" in PARAM/run.def) 
    174155 * create your new job  
    175156{{{