Ignore:
Timestamp:
07/15/19 15:24:50 (5 years ago)
Author:
acosce
Message:

modify config.card and lmdz.driver to work without .resol file and to use executable with resolution and option compilation in its name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/IPSLCM/pdControl_TEST/config.card

    r4413 r4615  
    3737#-- Source following file with module settings, only if it exists 
    3838EnvFile=`pwd`/../ARCH/arch.env 
     39#============================ 
     40#-- ResolAtm indicates the atmospheric resolution 
     41#   This variable is used in the executable name  
     42ResolAtm=144x142x79 
     43#============================ 
     44# OptMode indicates the optimization mode choosen during compilation 
     45# This variable is used in the executable name 
     46OptMode=prod 
    3947 
    4048#======================================================================== 
     
    174182[Executable] 
    175183#D- For each component, Real name of executable, Name of executable for oasis 
    176 ATM= (gcm.e, lmdz.x, 71MPI, 8OMP) 
     184ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP) 
    177185SRF= ("" ,"" ) 
    178186SBG= ("" ,"" ) 
     
    181189MBG= ("" ,"" ) 
    182190CPL= ("", "" ) 
    183 IOS= (xios_server.exe, xios.x, 1MPI) 
     191IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    184192 
    185193#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.