Changes between Version 81 and Version 82 of Doc/Setup


Ignore:
Timestamp:
10/11/19 17:23:32 (5 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Setup

    v81 v82  
    162162[[Image(simulation_periodLength.png, 600px)]]  
    163163 
    164 A simulation is a succession of periods, !PeriodLength parameter allow to determine the size of these periods. At the end of each period the simulation will create outputs and restart files. Restart files will be use to initial the next period of simulation.  
     164A simulation is a succession of  !PeriodNb periods, !PeriodLength parameter allow to determine the size of each period. At the end of each period the simulation will create outputs and restart files. Restart files will be use to initial the next period of simulation.  
    165165 
    166166[[NoteBox(note,If !SpaceName=TEST all output will be store on $SCRATCHDIR (at TGCC) or $WORKDIR (at IDRIS), 600px)]]  
     
    372372The files containing the boundary conditions are copied to the working directory. 
    373373 
    374 The files in the '''List''' list will be copied at each integration period (one 1-month integration per period in general). A job can consist of several periods (!PeriodNb). 
     374The files in the '''List''' list will be copied at each integration period. You can use variables ${year} and ${month} in the path of your files.  
     375{{{ 
     376List=   (${R_IN}/ATM/AEROSOLS/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/aerosols${year}_from_inca.nc,              aerosols${year}.nc),\ 
     377        (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/interpol/${RESOL_ATM_XY}/climoz_LMDZ_${year}.nc, climoz_LMDZ.nc),\ 
     378        (${R_IN}/ATM/SOLAR/CMIP6/v3.1corr/Historical/solarforcing_v3.1_daily_6bands_${year}.nc,        solarforcing.nc),\ 
     379        (${R_IN}/ATM/STRATAERO/CMIP6/v3/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/taulwstrat.2D.${year}.nc, taulwstrat.2D.nc),\ 
     380        (${R_IN}/ATM/STRATAERO/CMIP6/v3/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/tauswstrat.2D.${year}.nc, tauswstrat.2D.nc),\ 
     381        (${R_IN}/CMIP6/${config_UserChoices_LongName}/${config_UserChoices_ModelName}/${config_UserChoices_ExperimentName}/${config_UserChoices_Member}/${year}/dr2xml_LMDZ.xml, dr2xml_lmdz.xml) 
     382}}} 
    375383 
    376384The files in the '''!ListNonDel''' list will only be copied for the first period of each job. These files will be accessible but will not change during the simulation.