Changes between Version 2 and Version 3 of Doc/Setup/Ensemble
- Timestamp:
- 10/10/19 15:24:25 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/Setup/Ensemble
v2 v3 28 28 }}} 29 29 30 Several types of ensemble simulations can be prepared by filling [#Config.card config.card] and more importantly [#Ensemble.card ensemble.card]. [[BR]] 31 All parameters for ensemble description are in [#Ensemble.card ensemble.card] and global simulation template is in the [#Config.card config.card]. 30 Two type of esemble are allowed with this template: 31 32 1. Ens_DATE : creation of ensemble members, NON-Periodic, starting at some dates 33 34 2. Ens_PERTURB : creation of ensemble members, PERIODIC, (and it id possible to create different initial state perturbing Sea Surface Temperature with a with noise 35 36 All parameters for ensemble description are in [#Ensemble.card ensemble.card] and in [#Config.card config.card]. 32 37 33 38 ## Usage ## … … 58 63 [UserChoices] 59 64 #============================ 60 JobName= v3h4testB65 JobName=CM619-LR-dcppA-hindcast 61 66 #----- Short Name of Experiment 62 ExperimentName= v3h4testB67 ExperimentName=dcppA-hindcast 63 68 #----- DEVT TEST PROD 64 69 SpaceName=DEVT 65 LongName="IPSLCM5A CMIP5 DEVT phase decadal example with limited outputs." 66 TagName=IPSLCM5A 67 #D- Choice of experiment in EXPERIEMENTS directory 68 ExpType=IPSLCM5/decadal 70 LongName="IPSLCM6.1.9-LR" 71 TagName=IPSLCM6 72 ModelName=IPSL-CM6A-LR 73 Member=r1i1p1f1 74 #D- Choice of experiment in EXPERIMENTS directory 75 ExpType=IPSLCM/dcppAhindcast_CMIP6 69 76 #============================ 70 77 #-- leap, noleap, 360d … … 72 79 #-- Experiment dates : Beginning and ending 73 80 #-- "YYYY-MM-DD" 74 DateBegin= 2013-01-0175 DateEnd= 2022-12-3181 DateBegin=1961-01-01 82 DateEnd=1980-12-31 76 83 #============================ 77 84 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 78 PeriodLength=1M 79 #============================ 80 #-- Total Number of Processors (minimum is 2 for a coupled configuration) 81 #JobNumProcTot=4 82 JobNumProcTot=32 85 PeriodLength=1Y 83 86 }}} 84 87