Ignore:
Timestamp:
02/10/20 15:10:20 (4 years ago)
Author:
jgipsl
Message:

Homogenization of v6.2 and v7. Main difference in compilation:

  • option -optmode has been removed. Instead use one of following: -prod, -dev or -debug
  • the name of the executable now contains the optimization mode used while compiling. In config.card, if compiling with -dev or -debug, OptMode? in the beginning of config.card must be changed accordingly.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/clim_noleap/config.card

    r4690 r4921  
    1616ExperimentName=test 
    1717SpaceName=TEST 
    18 # Source following file with module settings 
    19 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    2018#============================ 
    2119#D-- leap, noleap, 360d 
     
    3331#-- Compression level for netcdf output files 
    3432CompressionLevel=2 
     33#============================ 
     34# Source following file with module settings 
     35EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     36#============================ 
     37# OptMode indicates the optimization mode choosen during compilation 
     38# This variable is used in the executable name 
     39OptMode=prod 
    3540 
    3641#======================================================================== 
     
    4752#D-- Executable - 
    4853[Executable] 
    49 ICO= (icosa_lmdz.exe, icosa_lmdz.exe, 40MPI) 
     54ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 40MPI) 
    5055ATM= ("","") 
    5156SRF= ("", "") 
    5257SBG= ("", "") 
    53 IOS= (xios_server.exe, xios.x, 1MPI) 
     58IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5459 
    5560#======================================================================== 
     
    8085#D-- ICO - 
    8186[ICO] 
    82 # 
    83 WriteFrequency="" 
    8487# If config_Restarts_OverRule == 'n' all params are read 
    8588Restart= n 
     
    9396#D-- ATM - 
    9497[ATM] 
    95 # WriteFrequency is not used any more for LMDZ 
    96 WriteFrequency="" 
    9798# If config_Restarts_OverRule == 'n' all params are read 
    9899Restart= n 
     
    106107#D-- SRF - 
    107108[SRF] 
    108 # WriteFrequency is not used any more for ORCHIDEE  
    109 # Output files are now managed in orchidee.card  
    110 WriteFrequency="" 
    111109# If config_Restarts_OverRule == 'n' next 4 params are read 
    112110Restart= n 
     
    121119#D-- SBG - STOMATE 
    122120[SBG] 
    123 # WriteFrequency is not used any more for ORCHIDEE  
    124 # Output files are now managed in stomate.card  
    125 WriteFrequency="" 
    126121# If config_Restarts_OverRule == 'n' next 4 params are read 
    127122Restart= n 
     
    136131#D-- IOS - 
    137132[IOS] 
    138 WriteFrequency="" 
    139133# If config_Restarts_OverRule == 'n' next 4 params are read 
    140134Restart= n 
Note: See TracChangeset for help on using the changeset viewer.