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/IPSLESM/CO2/piControl_TEST/config.card

    r4468 r4615  
    3939#-- Source following file with module settings, only if it exists 
    4040EnvFile=`pwd`/../ARCH/arch.env 
     41#============================ 
     42#-- ResolAtm indicates the atmospheric resolution 
     43#   This variable is used in the executable name  
     44ResolAtm=144x142x79 
     45#============================ 
     46# OptMode indicates the optimization mode choosen during compilation 
     47# This variable is used in the executable name 
     48OptMode=prod 
    4149 
    4250#======================================================================== 
     
    176184[Executable] 
    177185#D- For each component, Real name of executable, Name of executable for oasis 
    178 ATM= (gcm.e, lmdz.x, 71MPI, 8OMP) 
     186ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP) 
    179187SRF= ("" ,"" ) 
    180188SBG= ("" ,"" ) 
     
    183191MBG= ("" ,"" ) 
    184192CPL= ("", "" ) 
    185 IOS= (xios_server.exe, xios.x, 1MPI) 
     193IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    186194 
    187195#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.