Changeset 7451 for branches/ORCHIDEE_2_2/ORCHIDEE_OL
- Timestamp:
- 2022-01-28T11:26:36+01:00 (3 years ago)
- Location:
- branches/ORCHIDEE_2_2/ORCHIDEE_OL
- Files:
-
- 5 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE_OL/ENSEMBLE/config.card
r5633 r7451 37 37 #-- Total Number of Processors (minimum is 2 for a coupled configuration) 38 38 JobNumProcTot=1 39 #-- Source following file with module settings, only if it exists 40 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 39 41 40 42 #======================================================================== -
branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2/config.card
r7421 r7451 31 31 #-- 1Y, 1M, 5D, 1D 32 32 PeriodLength=1Y 33 #============================ 34 #-- Source following file with module settings, only if it exists 35 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 36 #============================ 37 # OptMode indicates the optimization mode choosen during compilation 38 # This variable is used in the executable name 39 OptMode=prod 33 40 34 41 #======================================================================== … … 48 55 SRF= ("", "") 49 56 SBG= ("", "") 50 OOL= (orchidee_ol , orchidee_ol, 31MPI)51 IOS= (xios_server .exe, xios.x, 1MPI)57 OOL= (orchidee_ol_${OptMode}, orchidee_ol, 31MPI) 58 IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 52 59 53 60 #======================================================================== -
branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/config.card
r7421 r7451 31 31 #-- 1Y, 1M, 5D, 1D 32 32 PeriodLength=1Y 33 #============================ 34 #-- Source following file with module settings, only if it exists 35 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 36 #============================ 37 # OptMode indicates the optimization mode choosen during compilation 38 # This variable is used in the executable name 39 OptMode=prod 33 40 34 41 #======================================================================== … … 48 55 SRF= ("", "") 49 56 SBG= ("", "") 50 OOL= (orchideedriver , orchideedriver, 31MPI)51 IOS= (xios_server .exe, xios.x, 1MPI)57 OOL= (orchideedriver_${OptMode}, orchideedriver, 31MPI) 58 IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 52 59 53 60 #======================================================================== -
branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG3/config.card
r7421 r7451 31 31 #-- 1Y, 1M, 5D, 1D 32 32 PeriodLength=1Y 33 #============================ 34 #-- Source following file with module settings, only if it exists 35 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 36 #============================ 37 # OptMode indicates the optimization mode choosen during compilation 38 # This variable is used in the executable name 39 OptMode=prod 33 40 34 41 #======================================================================== … … 48 55 SRF= ("", "") 49 56 SBG= ("", "") 50 OOL= (orchidee_ol , orchidee_ol, 63MPI)51 IOS= (xios_server .exe, xios.x, 1MPI)57 OOL= (orchidee_ol_${OptMode}, orchidee_ol, 63MPI) 58 IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 52 59 53 60 #======================================================================== -
branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG3nd/config.card
r7421 r7451 31 31 #-- 1Y, 1M, 5D, 1D 32 32 PeriodLength=1Y 33 #============================ 34 #-- Source following file with module settings, only if it exists 35 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 36 #============================ 37 # OptMode indicates the optimization mode choosen during compilation 38 # This variable is used in the executable name 39 OptMode=prod 33 40 34 41 #======================================================================== … … 48 55 SRF= ("", "") 49 56 SBG= ("", "") 50 OOL= (orchideedriver , orchideedriver, 63MPI)51 IOS= (xios_server .exe, xios.x, 1MPI)57 OOL= (orchideedriver_${OptMode}, orchideedriver, 63MPI) 58 IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI) 52 59 53 60 #========================================================================
Note: See TracChangeset
for help on using the changeset viewer.