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.

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.