Changeset 4344


Ignore:
Timestamp:
03/22/19 11:49:48 (5 years ago)
Author:
jgipsl
Message:

More changes for create_etat0_limit experiment:

  • Change to run in attached mode (server mode currently not available in mode create_etat0_limit)
  • activate read_climoz=1
  • Change temporary to use amip clim files pretreated by YM to be adapted to be read by XIOS.
  • add copy of aerosols files. These files will not be used but they are currently needed as they are set in the xml files.
  • changed some small errors
Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/CREATE_amip
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/CREATE_amip/COMP/dynamico.card

    r4291 r4344  
    4242 
    4343[OutputFiles] 
    44 List=   ( start.nc,       ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \ 
     44List=   ( start.nc,       ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,    NONE) 
    4545 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/CREATE_amip/COMP/lmdz.card

    r4342 r4344  
    66[UserChoices] 
    77# Physics package to use 
    8 LMDZ_Physics=NPv6.1 
     8LMDZ_Physics=NPv6.1.3 
    99 
    1010# Manage radiative aerosol effect and ozone  
     
    1515# read_climoz : interpolation of ozone files.  
    1616# Use read_climoz=1 for CMIP6 ozone files, 2 for CMIP5 ozone files and 0 for no interpolation 
    17 # LMDZ6/trunk revision 3281 or later is needed for read_climoz=1 (not included in branche IPSLCM6.0.15) 
    18 read_climoz=0 
     17read_climoz=1 
    1918 
    2019ok_cdnc=y 
     
    2423 
    2524[BoundaryFiles] 
    26 List=   (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sst_360x180_${year}.nc,    amipbc_sst_1x1.nc), \ 
    27         (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sic_360x180_${year}.nc,    amipbc_sic_1x1.nc), \ 
     25List=   (${R_IN}/ATM/LIMIT/AMIP.v2014/original/360x180_icolmdz/amipbc_sst_360x180_1988_2007_clim.nc,    amipbc_sst_1x1.nc), \ 
     26        (${R_IN}/ATM/LIMIT/AMIP.v2014/original/360x180_icolmdz/amipbc_sic_360x180_1988_2007_clim.nc,    amipbc_sic_1x1.nc), \ 
    2827        (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/original/144x96x66/tro3_${year}.nc, climoz.nc), \ 
    2928 
     
    3433        (${R_IN}/ATM/INPUT_CE0L/Rugos4.nc, Rugos.nc), \ 
    3534        (${R_IN}/ATM/INPUT_CE0L/landiceref4.nc, landiceref.nc), \ 
    36         (${R_IN}/ATM/OROGRAPHY/orography_2_00_npb${RESOL_NBP}_v0.nc, orography_2_00.nc), \ 
     35        (${R_IN}/ATM/OROGRAPHY/orography_2_00_nbp${RESOL_NBP}_v0.nc, orography_2_00.nc), \ 
    3736        (${SUBMIT_DIR}/PARAM/XMLlmdz/context_lmdz.xml, . ),            \ 
    3837        (${SUBMIT_DIR}/PARAM/XMLlmdz/context_input_lmdz.xml, . ),      \ 
     
    5049        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histins_lmdz.xml, . ),   \ 
    5150        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histstrataer_lmdz.xml, . ),\ 
    52         (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histLES_lmdz.xml, . ) 
     51        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histLES_lmdz.xml, . ),\ 
     52        (${R_IN}/ATM/AEROSOLS/CMIP6/v1/144x142/L${RESOL_ATM_Z}/aerosols1850_from_inca.nc,   aerosols.nat.nc),\ 
     53        (${R_IN}/ATM/AEROSOLS/CMIP6/v1/144x142/L${RESOL_ATM_Z}/aerosols1995_from_inca.nc,   aerosols1980.nc),\ 
     54        (${R_IN}/ATM/STRATAERO/CMIP6/v3/144x142/L${RESOL_ATM_Z}/taulwstrat.2D.ave.nc, taulwstrat.2D.nc),\ 
     55        (${R_IN}/ATM/STRATAERO/CMIP6/v3/144x142/L${RESOL_ATM_Z}/tauswstrat.2D.ave.nc, tauswstrat.2D.nc) 
    5356 
    5457 
     
    8083        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \ 
    8184        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \ 
    82         ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_${year}_grilles_gcm.nc,     NONE) 
     85        ( grid_atm.nc,    ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_${year}_grid_atm.nc,        NONE) 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/CREATE_amip/config.card

    r4343 r4344  
    4141ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 31MPI) 
    4242ATM= ("","") 
    43 IOS= (xios_server.exe, xios.x, 1MPI) 
     43IOS= ("","") 
    4444 
    4545#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.