Changeset 1110 for CMIP5/historical/historical2
- Timestamp:
- 07/29/10 17:27:34 (14 years ago)
- Location:
- CMIP5/historical/historical2
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP5/historical/historical2/COMP/lmdz.card
r1083 r1110 68 68 69 69 [OutputText] 70 List= ( lmdz.x.prt)70 List= (physiq.def,run.def) 71 71 72 72 [OutputFiles] -
CMIP5/historical/historical2/COMP/opa9.card
r1082 r1110 45 45 46 46 [OutputText] 47 List= (ocean.output, oceanx.prt, solver.stat)47 List= (ocean.output, solver.stat, namelist) 48 48 49 49 [OutputFiles] -
CMIP5/historical/historical2/COMP/orchidee.card
r1086 r1110 25 25 26 26 [OutputText] 27 List= (out_orchidee )27 List= (out_orchidee,orchidee.def) 28 28 29 29 [OutputFiles] -
CMIP5/historical/historical2/COMP/pisces.card
r1032 r1110 33 33 34 34 [OutputText] 35 List= ( )35 List= (namelist_top, namelist_pisces) 36 36 37 37 [OutputFiles] -
CMIP5/historical/historical2/PARAM/physiq.def_L39
r1083 r1110 49 49 # more variables for level 5 : vitw and pres 50 50 # Vertical wind 51 flag_vitw = 2, 3, 5, 5, 151 flag_vitw = 2, 3, 7, 6, 6 52 52 name_vitw = vitw 53 53 # Air pressure 54 flag_pres = 2, 3, 5, 5, 154 flag_pres = 2, 3, 7, 6, 6 55 55 name_pres = pres 56 56 # … … 76 76 # - lev_histmth=4 => champs tendances 3d 77 77 lev_histmth=5 78 ### Aga sortie avec niveau 2 79 flag_Aga = 2, 10, 10, 10, 10 78 80 ### parametres pour hist*NMC.nc 79 81 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier -
CMIP5/historical/historical2/README
r1055 r1110 1 1 IPSLCM5A 2 2 3 2 1/04/20103 24/07/2010 4 4 5 5 Experiment Name comes from CMIP5 DRS. See: http://cmip-pcmdi.llnl.gov/cmip5/docs/cmip5_data_reference_syntax.pdf 6 Output files are stored into : login/IGCM_OUT/IPSLCM5A/DEVT/historical/EXP00directory6 Output files are stored into : /dmnfs09/cont003/p86caub/IGCM_OUT/IPSLCM5A/PROD/historical/historical2 directory 7 7 8 8 -
CMIP5/historical/historical2/config.card
r1049 r1110 9 9 [UserChoices] 10 10 #============================ 11 JobName= EXP0011 JobName=historical2 12 12 #----- Short Name of Experiment 13 13 ExperimentName=historical 14 14 #----- DEVT TEST PROD 15 SpaceName= DEVT16 LongName="IPSLCM5A CMIP5 DEVT phase historical example with large outputs"15 SpaceName=PROD 16 LongName="IPSLCM5A CMIP5 historical 2nd experiment" 17 17 TagName=IPSLCM5A 18 18 #============================ … … 22 22 #-- "YYYY-MM-DD" 23 23 DateBegin=1850-01-01 24 DateEnd= 1850-12-3124 DateEnd=2005-12-31 25 25 #============================ 26 26 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation … … 33 33 #-- Total Number of Processors (minimum is 2 for a coupled configuration) 34 34 #JobNumProcTot=2 35 JobNumProcTot= 435 JobNumProcTot=8 36 36 #============================ 37 37 #-- Run Options : here for oasis coupling … … 54 54 #D- If you want to restart all components from the same simulation, 55 55 #D- put OveRule flag to 'y' and set the next 3 parameters 56 OverRule= n56 OverRule=y 57 57 #D- Last day of the experience used as restart for all components 58 RestartDate=18 99-12-3158 RestartDate=1849-12-31 59 59 #D- Define restart simulation name for all components 60 RestartJobName= EXP0060 RestartJobName=piControl2 61 61 #D- Path Server Group Login 62 RestartPath= ${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl62 RestartPath=/dmnfs/cont003/p86caub/IGCM_OUT/IPSLCM5A/PROD/piControl 63 63 64 64 #======================================================================== … … 191 191 #D- Do we rebuild parallel output, this flag determines 192 192 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 193 RebuildFrequency= 5Y193 RebuildFrequency=2Y 194 194 #D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer) 195 RebuildFromArchive= true195 RebuildFromArchive=NONE 196 196 #D- If you want to produce time series, this flag determines 197 197 #D- frequency of post-processing submission (NONE if you don't want)
Note: See TracChangeset
for help on using the changeset viewer.