Changeset 4465


Ignore:
Timestamp:
06/17/19 18:35:27 (5 years ago)
Author:
jgipsl
Message:

Add ResolAtm? in config.card for CREATE_ experiences.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6.2/EXPERIMENTS/LMDZ
Files:
2 edited

Legend:

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

    r4458 r4465  
    3232#-- Source following file with module settings, only if it exists 
    3333EnvFile=${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 
    3442 
    3543#======================================================================== 
     
    4351[Executable] 
    4452#D- For each component: Real name of executable, Name of executable in the run directory  
    45 ATM= (ce0l_144x142x79_prod.e, ce0l.e, 1MPI) 
     53ATM= (ce0l_${ResolAtm}_${OptMode}.e, ce0l.e, 1MPI) 
    4654 
    4755#======================================================================== 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/EXPERIMENTS/LMDZ/CREATE_clim_360d/config.card

    r4458 r4465  
    3232#-- Source following file with module settings, only if it exists 
    3333EnvFile=${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 
    3442 
    3543#======================================================================== 
     
    4351[Executable] 
    4452#D- For each component: Real name of executable, Name of executable in the run directory  
    45 ATM= (ce0l_144x142x79_prod.e, ce0l.e, 1MPI) 
     53ATM= (ce0l_${ResolAtm}_${OptMode}.e, ce0l.e, 1MPI) 
    4654 
    4755#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.