Changeset 5686 for CONFIG/UNIFORM


Ignore:
Timestamp:
04/22/21 17:38:34 (3 years ago)
Author:
falletti
Message:

Add of arch for LMDZREPR_v6 with IOIPSL_2.2.5

Location:
CONFIG/UNIFORM/v6/LMDZREPR_v6
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZREPR_v6/EXPERIMENTS/LMDZREPR/amip/config.card

    r5630 r5686  
    2626#-- 1Y, 1M, 5D, 1D Period Length for one execution 
    2727PeriodLength=1M 
     28#============================ 
     29#-- Compression level for netcdf output files 
     30CompressionLevel=2 
     31#============================ 
     32#-- Source following file with module settings, only if it exists 
     33EnvFile=${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 
    2842 
    2943#======================================================================== 
     
    3347ATM= (lmdz, LMDZ) 
    3448CHM= (reprobus, REPROBUS) 
    35 #SRF= (orchidee, ORCHIDEE) 
    36 #SBG= (stomate, ORCHIDEE) 
    3749IOS= (xios, XIOS) 
    3850 
     
    4052#D-- Executable - 
    4153[Executable] 
    42 #D- For each component: Real name of executable, Name of executable in the run directory  
    43 #D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79 
     54#D- For each component: First argument is the executable name as in bin folder. 
     55#D  ResolAtm and OptMode are set in UserChoices section. 
     56#D- Here is set 71MPI*8OMP which is suitable for resolution 144x142x79 
    4457#D- Change to 31MPI*4OMP for resolution 96x95x39 
    45 #ATM= (gcm_XIOSr1903.e, lmdz.x, 71MPI, 8OMP) 
    46 ATM= (gcm.e, lmdz.x, 71MPI, 8OMP) 
     58ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP) 
    4759CHM= ("", "") 
    48 #SRF= ("", "") 
    49 #SBG= ("", "") 
    50 IOS= (xios_server.exe, xios.x, 1MPI) 
     60IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 
    5161 
    5262#======================================================================== 
     
    93103OldName= 
    94104 
    95  
    96 #======================================================================== 
    97 #D-- SRF - 
    98 [SRF] 
    99 # WriteFrequency is not used any more for ORCHIDEE  
    100 # Output files are now managed in orchidee.card  
    101 WriteFrequency="" 
    102 # If config_Restarts_OverRule == 'n' next 4 params are read 
    103 Restart= n 
    104 # Last day of the experience used as restart for this component if Restart=y 
    105 RestartDate=2319-12-31 
    106 #D- Define restart simulation name for this component 
    107 RestartJobName=CM607-LR-pdCtrl-01 
    108 #D- Path Server Group Login 
    109 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl 
    110  
    111 #======================================================================== 
    112 #D-- SBG - STOMATE 
    113 [SBG] 
    114 # WriteFrequency is not used any more for ORCHIDEE  
    115 # Output files are now managed in stomate.card  
    116 WriteFrequency="" 
    117 # If config_Restarts_OverRule == 'n' next 4 params are read 
    118 Restart= n 
    119 # Last day of the experience used as restart for this component if Restart=y 
    120 RestartDate=2319-12-31 
    121 #D- Define restart simulation name for this component 
    122 RestartJobName=CM607-LR-pdCtrl-01 
    123 #D- Path Server Group Login 
    124 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl 
    125  
    126105#======================================================================== 
    127106#D-- IOS - 
    128107[IOS] 
    129 WriteFrequency="" 
    130108# If config_Restarts_OverRule == 'n' next 4 params are read 
    131109Restart= n 
     
    139117#D-- Post - 
    140118[Post] 
    141 #D- RebuildFrequency determines the frequency of rebuild submission 
    142 RebuildFrequency=NONE 
    143119#D- PackFrequency determines the frequency of pack submission 
    144120PackFrequency=1M 
Note: See TracChangeset for help on using the changeset viewer.