Changeset 4291


Ignore:
Timestamp:
02/22/19 14:49:48 (5 years ago)
Author:
jgipsl
Message:
  • Added experiement for create_etat0_limit.
  • Add values for parameters create_etat0_limit and iflag_phys in dynamcio.card
Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS
Files:
2 added
4 edited
1 copied

Legend:

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

    r3824 r4291  
    5353[ParametersFiles] 
    5454List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 
    55         (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \ 
    5655        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \ 
    5756        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \ 
     
    6968List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \ 
    7069        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \ 
    71         ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \ 
    7270        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \ 
    7371        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_${year}_grilles_gcm.nc,     NONE) 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/CREATE_amip/config.card

    r3458 r4291  
    1111JobName=ELI-${RESOL_ATM_3D} 
    1212LongName="create_etat0_limit for interannuel amip run" 
    13 TagName=LMDZ 
     13TagName=ICOLMDZ 
    1414#D- Choice of experiment in EXPERIEMENTS directory 
    15 ExpType=LMDZ/CREATE_amip 
     15ExpType=ICOLMDZ/CREATE_amip 
    1616#============================ 
    1717#D-- leap, noleap, 360d 
     
    3131[ListOfComponents] 
    3232#D- For each component, Name of component, Tag of component 
     33ICO= (dynamico, DYNAMICO) 
    3334ATM= (lmdz, LMDZ) 
    34  
     35IOS= (xios, XIOS) 
    3536#======================================================================== 
    3637#D-- Executable - 
    3738[Executable] 
    3839#D- For each component: Real name of executable, Name of executable in the run directory  
    39 ATM= (create_etat0_limit.e, create_etat0_limit.e, 1MPI) 
     40ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 1MPI) 
     41ATM= ("","") 
     42IOS= ("","") 
    4043 
    4144#======================================================================== 
     
    5356 
    5457#======================================================================== 
     58#D-- ICO - 
     59[ICO] 
     60# If config_Restarts_OverRule == 'n' all params are read 
     61Restart= n 
     62# Last day of the experience used as restart 
     63RestartDate= 
     64# Define restart simulation name 
     65RestartJobName= 
     66RestartPath= 
     67 
     68 
     69#======================================================================== 
    5570#D-- ATM - 
    5671[ATM] 
    57 # 
    58 WriteFrequency="1Y" 
     72# If config_Restarts_OverRule == 'n' all params are read 
     73Restart= n 
     74# Last day of the experience used as restart 
     75RestartDate= 
     76# Define restart simulation name 
     77RestartJobName= 
     78RestartPath= 
     79 
     80#======================================================================== 
     81#D-- IOS - 
     82[IOS] 
    5983# If config_Restarts_OverRule == 'n' all params are read 
    6084Restart= n 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/clim_noleap/COMP/dynamico.card

    r4285 r4291  
    55RESOL_NBP=40 
    66RESOL_ATM_Z=79 
    7 Aquaplanet = n 
     7 
     8# create_etat0_limit=n is used for normal GCM run 
     9create_etat0_limit = n 
     10 
     11# iflag_phys=1 is used for normal GCM run with continents (not aquaplanet) 
     12# iflag_phys is only used in combination with create_etat0_limit=y. See specific CREATE set up to know more. 
     13iflag_phys=1 
    814 
    915 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/clim_noleap/COMP/dynamico.card

    r4285 r4291  
    55RESOL_NBP=40 
    66RESOL_ATM_Z=79 
    7 Aquaplanet = n 
     7 
     8# create_etat0_limit=n is used for normal GCM run 
     9create_etat0_limit = n 
     10 
     11# iflag_phys=1 is used for normal GCM run with continents (not aquaplanet) 
     12# iflag_phys is only used in combination with create_etat0_limit=y. See specific CREATE set up to know more. 
     13iflag_phys=1 
    814 
    915 
Note: See TracChangeset for help on using the changeset viewer.