Ignore:
Timestamp:
02/13/20 15:45:24 (4 years ago)
Author:
jgipsl
Message:

Updated LMDZOR_v6.3 configuration files to follow LMDZOR_v6.2 structure: compilation script instead of makefiles... These chages should be used together with new LMDZ/trunk, IOIPSL/trunk and XIOS/trunk. Only difference between v6.2 and v6.3 is the version of ORCHIDEE: ORCHIDEE_2_2 in v6.2 and ORCHIDEE_3 in v6.3.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS
Files:
3 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS/LMDZ/CREATE_amip/config.card

    r4353 r4936  
    2929#============================ 
    3030PeriodNb=50 
     31#============================ 
     32#-- Source following file with module settings, only if it exists 
     33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     34#============================ 
     35#-- ResolAtm indicates the atmospheric resolution 
     36#   This variable is used in the executable name  
     37ResolAtm=144x142x79 
     38#============================ 
     39# OptMode indicates the optimization mode choosen during compilation 
     40# This variable is used in the executable name 
     41OptMode=prod 
    3142 
    3243#======================================================================== 
     
    4051[Executable] 
    4152#D- For each component: Real name of executable, Name of executable in the run directory  
    42 ATM= (create_etat0_limit.e, create_etat0_limit.e, 1MPI) 
     53ATM= (ce0l_${ResolAtm}_${OptMode}.e, ce0l.e, 1MPI) 
    4354 
    4455#======================================================================== 
     
    5869#D-- ATM - 
    5970[ATM] 
    60 # 
    61 WriteFrequency="1Y" 
    6271# If config_Restarts_OverRule == 'n' all params are read 
    6372Restart= n 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS/LMDZ/CREATE_clim_360d/config.card

    r4353 r4936  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#============================ 
     32#-- Source following file with module settings, only if it exists 
     33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     34#============================ 
     35#-- ResolAtm indicates the atmospheric resolution 
     36#   This variable is used in the executable name  
     37ResolAtm=144x142x79 
     38#============================ 
     39# OptMode indicates the optimization mode choosen during compilation 
     40# This variable is used in the executable name 
     41OptMode=prod 
     42 
    3143#======================================================================== 
    3244#D-- ListOfComponents - 
     
    3951[Executable] 
    4052#D- For each component: Real name of executable, Name of executable in the run directory  
    41 ATM= (create_etat0_limit.e, create_etat0_limit.e, 1MPI) 
     53ATM= (ce0l_${ResolAtm}_${OptMode}.e, ce0l.e, 1MPI) 
    4254 
    4355#======================================================================== 
     
    5769#D-- ATM - 
    5870[ATM] 
    59 # 
    60 WriteFrequency="1Y" 
    6171# If config_Restarts_OverRule == 'n' all params are read 
    6272Restart= n 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS/LMDZ/clim_360d/COMP/lmdz.card

    r4724 r4936  
    3737ByPass_hgardfou_mats=n 
    3838 
    39 # Set OutLevel to choose the level of output for LMDZ 
    40 # OutLevel=low/medium/high 
    41 OutLevel=low 
    42  
    43 # Set COSP activation and output frequency (monthly, daily, HF) = y/n 
    44 LMDZ_COSP_OK=y 
    45 LMDZ_COSP_monthly=n 
    46 LMDZ_COSP_daily=n 
    47 LMDZ_COSP_hf=n 
    48  
    49 # Set NMC output frequency (monthly, daily, HF) = y/n 
    50 LMDZ_NMC_monthly=n 
    51 LMDZ_NMC_daily=n 
    52 LMDZ_NMC_hf=n 
    53  
    5439# Nugding : ok_guide=y/n 
    5540# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
    5641ok_guide=n 
    5742 
     43# Specify which output file to activate and at which output_level 
     44# Use an integer to specify the output level or NONE if to deactivate the file 
     45# output_level_filename=1     : activate the corresponding file with low output level 
     46# output_level_filename=10    : activate the corresponding file with high output level 
     47# output_level_filename=NONE  : the file will not be written 
     48output_level_histmth = 5 
     49output_level_histday = NONE 
     50output_level_histhf  = NONE 
     51output_level_histmthNMC = NONE 
     52output_level_histdayNMC = NONE 
     53output_level_histhfNMC  = NONE 
     54output_level_histstrataer = NONE 
     55output_level_histdaystrataer = NONE 
     56output_level_histstn      = NONE 
     57 
     58# Activate COSP in config.def and set corresponding output files 
     59LMDZ_COSP_OK=y 
     60output_level_histmthCOSP = NONE 
     61output_level_histdayCOSP = NONE 
     62output_level_histhfCOSP  = NONE 
     63 
    5864[InitialStateFiles] 
    5965List=   (${R_IN}/ATM/START/eORCA1.2xLMD${RESOL_ATM_XY}/start_eORCA1.2xLMD${RESOL_ATM_3D}_o2a_v3.nc, start.nc),\ 
     
    6268[BoundaryFiles] 
    6369List=() 
    64 ListNonDel= (${R_IN}/ATM/LIMIT/AMIP.v20180427/interpol/${RESOL_ATM_XY}_eORCA1.2_360d/limit_1979_2008_clim.nc, limit.nc),\ 
    65             (${R_IN}/ATM/AEROSOLS/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/aerosols1850_from_inca.nc,   aerosols.nat.nc),\ 
     70# 
     71# With CMIP6 aerosols version 1 
     72# With 3D ozone 
     73ListNonDel= (${R_IN}/ATM/AEROSOLS/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/aerosols1850_from_inca.nc,   aerosols.nat.nc),\ 
    6674            (${R_IN}/ATM/AEROSOLS/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/aerosols1995_from_inca.nc,   aerosols1980.nc),\ 
    6775            (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/interpol/${RESOL_ATM_XY}/climoz_LMDZ_1979_2008_clim.nc, climoz_LMDZ.nc),\ 
     76            (${R_IN}/ATM/LIMIT/AMIP.v20180427/interpol/${RESOL_ATM_XY}_eORCA1.2_360d/limit_1979_2008_clim.nc, limit.nc),\ 
    6877            (${R_IN}/ATM/SOLAR/CMIP6/v3.1corr/Control/solarforcing_v3.1_pdControl_ave_6bands_360days.nc, solarforcing.nc),\ 
    6978            (${R_IN}/ATM/STRATAERO/CMIP6/v3/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/taulwstrat.2D.ave.nc, taulwstrat.2D.nc),\ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS/LMDZ/clim_360d/COMP/xios.card

    r2396 r4936  
    2121 
    2222[OutputText] 
    23 List=   (xios_client_*) 
     23List=   (xios_client_*,out_xios.x.err.*, out_xios.x.out.*) 
    2424 
    2525[OutputFiles] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS/LMDZ/clim_360d/config.card

    r4353 r4936  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#============================ 
     32#-- Source following file with module settings, only if it exists 
     33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     34#============================ 
     35#-- ResolAtm indicates the atmospheric resolution 
     36#   This variable is used in the executable name  
     37ResolAtm=144x142x79 
     38#============================ 
     39# OptMode indicates the optimization mode choosen during compilation 
     40# This variable is used in the executable name 
     41OptMode=prod 
     42 
    3143#======================================================================== 
    3244#D-- ListOfComponents - 
     
    3547ATM= (lmdz, LMDZ) 
    3648IOS= (xios, XIOS) 
     49#======================================================================== 
    3750 
    38 #======================================================================== 
    3951#D-- Executable - 
    4052[Executable] 
    41 #D- For each component: Real name of executable, Name of executable in the run directory  
    42 #D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79 
     53#D- For each component: First argument is the executable name as in bin folder. 
     54#D  ResolAtm and OptMode are set in UserChoices section. 
     55#D- Here is set 71MPI*8OMP which is suitable for resolution 144x142x79 
    4356#D- Change to 31MPI*4OMP for resolution 96x95x39 
    44 ATM= (gcm.e, lmdz.x, 71MPI, 8OMP) 
    45 IOS= (xios_server.exe, xios.x, 1MPI) 
     57ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP) 
     58IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    4659 
    4760#======================================================================== 
     
    6376#D-- ATM - 
    6477[ATM] 
    65 WriteFrequency="1M" 
    6678# If config_Restarts_OverRule == 'n' next 4 params are read 
    6779Restart= n 
     
    7688#D-- IOS - 
    7789[IOS] 
    78 WriteFrequency="" 
    7990# If config_Restarts_OverRule == 'n' next 4 params are read 
    8091Restart= n 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS/LMDZOR/amip/COMP/lmdz.card

    r4724 r4936  
    3737ByPass_hgardfou_mats=n 
    3838 
    39 # Set OutLevel to choose the level of output for LMDZ 
    40 # OutLevel=low/medium/high 
    41 OutLevel=low 
    42  
    43 # Set COSP activation and output frequency (monthly, daily, HF) = y/n 
    44 LMDZ_COSP_OK=y 
    45 LMDZ_COSP_monthly=n 
    46 LMDZ_COSP_daily=n 
    47 LMDZ_COSP_hf=n 
    48  
    49 # Set NMC output frequency (monthly, daily, HF) = y/n 
    50 LMDZ_NMC_monthly=n 
    51 LMDZ_NMC_daily=n 
    52 LMDZ_NMC_hf=n 
    53  
    5439# Nugding : ok_guide=y/n 
    5540# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
    5641ok_guide=n 
     42 
     43# Specify which output file to activate and at which output_level 
     44# Use an integer to specify the output level or NONE if to deactivate the file 
     45# output_level_filename=1     : activate the corresponding file with low output level 
     46# output_level_filename=10    : activate the corresponding file with high output level 
     47# output_level_filename=NONE  : the file will not be written 
     48output_level_histmth = 5 
     49output_level_histday = NONE 
     50output_level_histhf  = NONE 
     51output_level_histmthNMC = NONE 
     52output_level_histdayNMC = NONE 
     53output_level_histhfNMC  = NONE 
     54output_level_histstrataer = NONE 
     55output_level_histdaystrataer = NONE 
     56output_level_histstn      = NONE 
     57 
     58# Activate COSP in config.def and set corresponding output files 
     59LMDZ_COSP_OK=y 
     60output_level_histmthCOSP = NONE 
     61output_level_histdayCOSP = NONE 
     62output_level_histhfCOSP  = NONE 
    5763 
    5864[InitialStateFiles] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card

    r4299 r4936  
    5353 
    5454[OutputText] 
    55 List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, context_input_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc) 
     55List=   (out_orchidee*, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, context_input_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc) 
    5656 
    5757[OutputFiles] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS/LMDZOR/amip/config.card

    r4353 r4936  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#============================ 
     32#-- Source following file with module settings, only if it exists 
     33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     34#============================ 
     35#-- ResolAtm indicates the atmospheric resolution 
     36#   This variable is used in the executable name  
     37ResolAtm=144x142x79 
     38#============================ 
     39# OptMode indicates the optimization mode choosen during compilation 
     40# This variable is used in the executable name 
     41OptMode=prod 
     42 
    3143#======================================================================== 
    3244#D-- ListOfComponents - 
     
    4153#D-- Executable - 
    4254[Executable] 
    43 #D- For each component: Real name of executable, Name of executable in the run directory  
    44 #D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79 
     55#D- For each component: First argument is the executable name as in bin folder. 
     56#D  ResolAtm and OptMode are set in UserChoices section. 
     57#D- Here is set 71MPI*8OMP which is suitable for resolution 144x142x79 
    4558#D- Change to 31MPI*4OMP for resolution 96x95x39 
    46 ATM= (gcm.e, lmdz.x, 71MPI, 8OMP) 
     59ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP) 
    4760SRF= ("", "") 
    4861SBG= ("", "") 
    49 IOS= (xios_server.exe, xios.x, 1MPI) 
     62IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5063 
    5164#======================================================================== 
     
    6780#D-- ATM - 
    6881[ATM] 
    69 WriteFrequency="1M" 
    7082# If config_Restarts_OverRule == 'n' next 4 params are read 
    7183Restart= n 
     
    8092#D-- SRF - 
    8193[SRF] 
    82 # WriteFrequency is not used any more for ORCHIDEE  
    83 # Output files are now managed in orchidee.card  
    84 WriteFrequency="" 
    8594# If config_Restarts_OverRule == 'n' next 4 params are read 
    8695Restart= n 
     
    95104#D-- SBG - STOMATE 
    96105[SBG] 
    97 # WriteFrequency is not used any more for ORCHIDEE  
    98 # Output files are now managed in stomate.card  
    99 WriteFrequency="" 
    100106# If config_Restarts_OverRule == 'n' next 4 params are read 
    101107Restart= n 
     
    110116#D-- IOS - 
    111117[IOS] 
    112 WriteFrequency="" 
    113118# If config_Restarts_OverRule == 'n' next 4 params are read 
    114119Restart= n 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS/LMDZOR/clim_pdControl/COMP/lmdz.card

    r4724 r4936  
    3737ByPass_hgardfou_mats=n 
    3838 
    39 # Set OutLevel to choose the level of output for LMDZ 
    40 # OutLevel=low/medium/high 
    41 OutLevel=low 
    42  
    43 # Set COSP activation and output frequency (monthly, daily, HF) = y/n 
    44 LMDZ_COSP_OK=y 
    45 LMDZ_COSP_monthly=n 
    46 LMDZ_COSP_daily=n 
    47 LMDZ_COSP_hf=n 
    48  
    49 # Set NMC output frequency (monthly, daily, HF) = y/n 
    50 LMDZ_NMC_monthly=n 
    51 LMDZ_NMC_daily=n 
    52 LMDZ_NMC_hf=n 
    53  
    5439# Nugding : ok_guide=y/n 
    5540# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
    5641ok_guide=n 
     42 
     43# Specify which output file to activate and at which output_level 
     44# Use an integer to specify the output level or NONE if to deactivate the file 
     45# output_level_filename=1     : activate the corresponding file with low output level 
     46# output_level_filename=10    : activate the corresponding file with high output level 
     47# output_level_filename=NONE  : the file will not be written 
     48output_level_histmth = 5 
     49output_level_histday = NONE 
     50output_level_histhf  = NONE 
     51output_level_histmthNMC = NONE 
     52output_level_histdayNMC = NONE 
     53output_level_histhfNMC  = NONE 
     54output_level_histstrataer = NONE 
     55output_level_histdaystrataer = NONE 
     56output_level_histstn      = NONE 
     57 
     58# Activate COSP in config.def and set corresponding output files 
     59LMDZ_COSP_OK=y 
     60output_level_histmthCOSP = NONE 
     61output_level_histdayCOSP = NONE 
     62output_level_histhfCOSP  = NONE 
    5763 
    5864[InitialStateFiles] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS/LMDZOR/clim_pdControl/config.card

    r4353 r4936  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
    31  
     31#============================ 
     32#-- Source following file with module settings, only if it exists 
     33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     34#============================ 
     35#-- ResolAtm indicates the atmospheric resolution 
     36#   This variable is used in the executable name  
     37ResolAtm=144x142x79 
     38#============================ 
     39# OptMode indicates the optimization mode choosen during compilation 
     40# This variable is used in the executable name 
     41OptMode=prod 
    3242 
    3343#======================================================================== 
     
    4353#D-- Executable - 
    4454[Executable] 
    45 #D- For each component: Real name of executable, Name of executable in the run directory  
    46 #D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79 
     55#D- For each component: First argument is the executable name as in bin folder. 
     56#D  ResolAtm and OptMode are set in UserChoices section. 
     57#D- Here is set 71MPI*8OMP which is suitable for resolution 144x142x79 
    4758#D- Change to 31MPI*4OMP for resolution 96x95x39 
    48 ATM= (gcm.e, lmdz.x, 71MPI, 8OMP) 
     59ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP) 
    4960SRF= ("", "") 
    5061SBG= ("", "") 
    51 IOS= (xios_server.exe, xios.x, 1MPI) 
     62IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5263 
    5364#======================================================================== 
     
    6980#D-- ATM - 
    7081[ATM] 
    71 WriteFrequency="1M" 
    7282# If config_Restarts_OverRule == 'n' next 4 params are read 
    7383Restart= n 
     
    8292#D-- SRF - 
    8393[SRF] 
    84 # WriteFrequency is not used any more for ORCHIDEE  
    85 # Output files are now managed in orchidee.card  
    86 WriteFrequency="" 
    8794# If config_Restarts_OverRule == 'n' next 4 params are read 
    8895Restart= n 
     
    97104#D-- SBG - STOMATE 
    98105[SBG] 
    99 # WriteFrequency is not used any more for ORCHIDEE  
    100 # Output files are now managed in stomate.card  
    101 WriteFrequency="" 
    102106# If config_Restarts_OverRule == 'n' next 4 params are read 
    103107Restart= n 
     
    112116#D-- IOS - 
    113117[IOS] 
    114 WriteFrequency="" 
    115118# If config_Restarts_OverRule == 'n' next 4 params are read 
    116119Restart= n 
Note: See TracChangeset for help on using the changeset viewer.