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.

Location:
CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/LMDZOR
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/LMDZOR/amip/config.card

    r4413 r4615  
    3232#-- Source following file with module settings, only if it exists 
    3333EnvFile=`pwd`/../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#======================================================================== 
     
    4856#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79 
    4957#D- Change to 31MPI*4OMP for resolution 96x95x39 
    50 ATM= (gcm.e, lmdz.x, 71MPI, 8OMP) 
     58ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP) 
    5159SRF= ("", "") 
    5260SBG= ("", "") 
    53 IOS= (xios_server.exe, xios.x, 1MPI) 
     61IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5462 
    5563#======================================================================== 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/LMDZOR/clim_pdControl/config.card

    r4413 r4615  
    3232#-- Source following file with module settings, only if it exists 
    3333EnvFile=`pwd`/../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#======================================================================== 
     
    4856#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79 
    4957#D- Change to 31MPI*4OMP for resolution 96x95x39 
    50 ATM= (gcm.e, lmdz.x, 71MPI, 8OMP) 
     58ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP) 
    5159SRF= ("", "") 
    5260SBG= ("", "") 
    53 IOS= (xios_server.exe, xios.x, 1MPI) 
     61IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5462 
    5563#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.