Changeset 1095 for CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/config.card
- Timestamp:
- 07/23/10 17:34:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/config.card
r882 r1095 11 11 #-- (<8 chars MAX for JobName) 12 12 JobName=LMDZOR01 13 #----- Short Name of Experiment 14 ExperimentName=CLIM 15 #----- DEVT TEST PROD 16 SpaceName=PROD 13 17 LongName="LMDZ4OR configuration using the SVN trunk of LMDZ4" 14 18 TagName=LMDZOR … … 21 25 DateEnd=1980-12-30 22 26 #============================ 23 #-- 1Y, 1M, 5D, 1D 27 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 24 28 PeriodLength=1M 25 29 #============================ … … 31 35 JobNumProcTot=4 32 36 #============================ 33 #-- Run Options : here for oasis coupling37 #-- Run Options 34 38 JobRunOptions='"-np "${NUM_PROC_ATM}" -max_np "${NUM_PROC_ATM}' 39 #-- for vargas 40 #JobRunOptions='"-pgmmodel MPMD -cmdfile"' 41 #============================ 42 # config.card configuration options : 43 #R_INIT=/u/rech/psl/rpsl035/IGCM/INIT 44 #R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT 45 #R_BC=/u/rech/psl/rpsl035/IGCM/BC 46 #R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC 47 #============================ 48 49 #======================================================================== 50 #D-- Restarts - 51 [Restarts] 52 #D- by default: config.card describes no restart for all components 53 #D- ie start from Levitus or limit files 54 #D- If you want to restart all components from the same simulation, 55 #D- put OveRule flag to 'y' and set the next 3 parameters 56 OverRule=n 57 #D- Last day of the experience used as restart for all components 58 RestartDate=2000-01-31 59 #D- Define restart simulation name for all components 60 RestartJobName=EXP00 61 #D- Path Server Group Login 62 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 63 64 #======================================================================== 65 #D-- ATM - 66 [ATM] 67 # 68 WriteFrequency="1M 1D HF" 69 # If config_Restarts_OverRule == 'n' next 4 params are read 70 Restart=n 71 # Last day of the experience used as restart for this component if Restart=y 72 RestartDate=2000-01-31 73 # Define restart simulation name for this component 74 RestartJobName=LMDZOR01 75 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 76 # Old component name for restart (if empty, use new name) 77 OldName= 78 79 #======================================================================== 80 #D-- SRF - 81 [SRF] 82 WriteFrequency="1M HF" 83 # If config_Restarts_OverRule == 'n' next 4 params are read 84 Restart=n 85 ##-- Last day of the experience used as restart for this component if Restart=y 86 RestartDate=2000-01-31 87 # Define restart simulation name for this component 88 RestartJobName=EXP00 89 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 90 #-- Old component name for restart (if empty, use new name) 91 OldName= 92 93 #======================================================================== 94 #D-- SBG - STOMATE 95 [SBG] 96 WriteFrequency="1M" 97 # If config_Restarts_OverRule == 'n' next 4 params are read 98 Restart=n 99 #-- Last day of the experience used as restart for this component if Restart=y 100 RestartDate=2000-01-31 101 # Define restart simulation name for this component 102 RestartJobName=EXP00 103 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 104 #-- Old component name for restart (if empty, use new name) 105 OldName= 106 35 107 #======================================================================== 36 108 #D-- ListOfComponents - 37 109 [ListOfComponents] 38 110 #D- For each component, Name of component, Tag of component 39 ATM= (lmdz, LMDZ4 -dev)40 SRF= (orchidee, orchidee_1_9_4_AR5)41 SBG= (stomate, orchidee_1_9_4_AR5)111 ATM= (lmdz, LMDZ4_AR5) 112 SRF= (orchidee, ORCHIDEE_1_9_5) 113 SBG= (stomate, ORCHIDEE_1_9_5) 42 114 43 115 #======================================================================== … … 51 123 52 124 #======================================================================== 53 #D-- Restarts -54 [Restarts]55 #D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'56 OverRule=n57 #D- Last day of the experience used as restart58 RestartDate=59 #D- Define restart simulation name60 RestartJobName=61 #D- Path Server Group Login62 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR63 # Attention login depend de la machine64 65 #========================================================================66 125 #D-- Post - 67 126 [Post] 68 127 #D- Do we rebuild parallel output, this flag determines 69 #D- frequency of rebuild submission 128 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 70 129 RebuildFrequency=1Y 71 #D- Do we rebuild parallel output from archive 130 #D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer) 72 131 RebuildFromArchive=true 73 132 #D- If you want to produce time series, this flag determines 74 #D- frequency of post-processing submission 133 #D- frequency of post-processing submission (NONE if you don't want) 75 134 TimeSeriesFrequency=10Y 76 135 #D- If you want to produce seasonal average, this flag determines 77 #D- the period of this average 136 #D- the period of this average (NONE if you don't want) 78 137 SeasonalFrequency=10Y 79 138 #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency … … 82 141 83 142 #======================================================================== 84 #D-- ATM -85 [ATM]86 #87 WriteFrequency="1M 1D HF"88 # If config_Restarts_OverRule == 'n' all params are read89 Restart= n90 # Last day of the experience used as restart91 RestartDate=92 # Define restart simulation name93 RestartJobName=94 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR95 # Old component name for restart (if empty, use new name)96 OldName=97 98 #========================================================================99 #D-- SRF - SECHIBA100 [SRF]101 WriteFrequency="1M"102 Restart=n103 ##-- Last day of the experience used as restart104 RestartDate=105 # Define restart simulation name106 RestartJobName=107 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR108 #-- Old component name for restart (if empty, use new name)109 OldName=110 111 #========================================================================112 #D-- SBG - STOMATE113 [SBG]114 WriteFrequency="1M"115 Restart=n116 #-- Last day of the experience used as restart117 RestartDate=118 # Define restart simulation name119 RestartJobName=120 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR121 #-- Old component name for restart (if empty, use new name)122 OldName=123 124 #========================================================================
Note: See TracChangeset
for help on using the changeset viewer.