Changes between Version 26 and Version 27 of Doc/Config/LMDZORINCA


Ignore:
Timestamp:
10/10/19 12:41:34 (5 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/LMDZORINCA

    v26 v27  
    111111## Restart files ## 
    112112For LMDZ and ORCHIDEE you can use restart files from any simulation of v6.1.10 family (even coupled model). For Inca you can start without any restart, or use one from a simulation using a version with a revision number bigger than 838 
     113[[BR]] [[BR]] 
     114 
     115You can also use default restart files (initial states files) : [[BR]] 
     116With the LMDZ model you can create initial files (start.nc, startphy.nc and limit.nc) for each simulation (for this, use the experiments : EXPERIMENTS/LMDZORINCA/CREATE_erai/). However, start.nc file only contain zero-values for tracers when the model is coupled to INCA. You must therefore work on those values or use output files from existing simulations. By default, we provide one initial state per configuration. 
     117 
     118 * ${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/start_o2a_noTer.nc     -->  start.nc  
     119 * ${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/startphy_o2a_noTer.nc  -->  startphy.nc   
     120With  
     121 * ${R_INIT} =  igcmg shared space (TGCC and IDRIS - you can find the path in the main Job) $shared_path/IGCM/INIT  
     122 * ${RESOL_CHM} = 9695-L39 / 9695-L19 / 144142-L19 / 144142-L39   
     123 
     124They are defined in the [!InitialStateFiles] section of lmdz.card 
     125{{{ 
     126#!sh 
     127[InitialStateFiles] 
     128List=   (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/start_o2a_noTer.nc   , start.nc      ) \ 
     129        (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/startphy_o2a_noTer.nc        , startphy.nc   ) 
     130 
     131}}} 
     132 
    113133 
    114134## Output level ## 
     
    137157---- 
    138158# Initial states # 
    139  
    140 With the LMDZ model you can create initial files (start.nc, startphy.nc and limit.nc) for each simulation (for this, use the experiments : EXPERIMENTS/LMDZORINCA/CREATE/). However, start.nc file only contain zero-values for tracers when the model is coupled to INCA. You must therefore work on those values or use output files from existing simulations. By default, we provide one initial state per configuration. 
    141  
    142  * ${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/start.nc     -->  start.nc  
    143  * ${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/startphy.nc  -->  startphy.nc   
    144 With  
    145  * ${R_INIT} = /ccc/work/cont003/p86ipsl/IGCM/INIT at TGCC 
    146  * ${RESOL_CHM} = 9695-L39 / 9695-L19 / 144142-L19 / 144142-L39   
    147  
    148 They are defined in the [!InitialStateFiles] section of lmdz.card 
    149 {{{ 
    150 #!sh 
    151 [InitialStateFiles] 
    152 List=   (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/start.nc     , start.nc      ) \ 
    153         (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/startphy.nc  , startphy.nc   ) 
    154  
    155 }}} 
    156159 
    157160----