Changeset 62
- Timestamp:
- 06/18/07 14:25:42 (17 years ago)
- Location:
- CONFIG/trunk/IPSLCM4_v2/EXP00
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/trunk/IPSLCM4_v2/EXP00/COMP/oasis.driver
r46 r62 20 20 21 21 ############ Update Parameter Files ############## 22 sed -e "s/ 010101/${PeriodDateBegin}/" \23 -e "s/ 432000/${D_JOB_SEC}/" \24 -e "s/ nproc_atm/${NUM_PROC_ATM}/g\22 sed -e "s/<initial_date>/${PeriodDateBegin}/" \ 23 -e "s/<total_time>/${D_JOB_SEC}/" \ 24 -e "s/<nproc_atm>/${NUM_PROC_ATM}/g" \ 25 25 namcouple > namcouple.tmp 26 26 -
CONFIG/trunk/IPSLCM4_v2/EXP00/PARAM/namcouple_ORCA2xLMD144142
r41 r62 30 30 $CHANNEL 31 31 MPI2 32 1 1 32 <nproc_atm> <nproc_atm> 33 33 1 1 34 34 $END … … 59 59 # 60 60 $RUNTIME 61 43200061 <total_time> 62 62 $END 63 63 ############################################################################### … … 67 67 # 68 68 $INIDATE 69 0001010169 <initial_date> 70 70 $END 71 71 ############################################################################### -
CONFIG/trunk/IPSLCM4_v2/EXP00/PARAM/namcouple_ORCA2xLMD14496
r41 r62 18 18 # SEQMODE : 1 if all models run simultaneously 19 19 # n if n models run sequentially 20 21 22 20 $SEQMODE 21 1 22 $END 23 23 ############################################################################### 24 24 # … … 28 28 # MPI1/2 if MPI message passing is used for data exchange; 29 29 # 30 31 32 nproc_atm nproc_atm 30 $CHANNEL 31 MPI2 32 <nproc_atm> <nproc_atm> 33 33 1 1 34 34 $END 35 35 ############################################################################### 36 36 # 37 37 # NFIELDS : total number of fields being exchanged. 38 38 # 39 40 41 39 $NFIELDS 40 22 41 $END 42 42 ############################################################################### 43 43 # 44 44 # JOBNAME : acronym for the given simulation (CHAR*3) 45 45 # 46 47 48 46 $JOBNAME 47 EXP 48 $END 49 49 ############################################################################### 50 50 # 51 51 # NBMODEL : number of models and their names (CHAR*6). 52 52 # 53 54 55 53 $NBMODEL 54 2 lmdz.x opa.xx 55 $END 56 56 ############################################################################### 57 57 # 58 58 # RUNTIME: total simulated time for the actual run in seconds (<I8) 59 59 # 60 61 43200062 60 $RUNTIME 61 <total_time> 62 $END 63 63 ############################################################################### 64 64 # … … 66 66 # initial date of the run (YYYYMMDD) 67 67 # 68 69 0001010170 68 $INIDATE 69 <initial_date> 70 $END 71 71 ############################################################################### 72 72 # … … 74 74 # Indicates whether a header is encapsulated within the field 75 75 # 76 77 78 76 $MODINFO 77 NOT 78 $END 79 79 ############################################################################### 80 80 # … … 84 84 # 2 = complete output 85 85 # 86 87 88 86 $NLOGPRT 87 2 88 $END 89 89 ############################################################################### 90 90 # … … 94 94 # n (>1) = n day month calendar 95 95 # 96 97 98 96 $CALTYPE 97 30 98 $END 99 99 # 100 100 # 101 101 ############################################################################### 102 102 $STRINGS 103 103 ############################################################################### 104 104 # -
CONFIG/trunk/IPSLCM4_v2/EXP00/PARAM/namcouple_ORCA2xLMD7245
r41 r62 30 30 $CHANNEL 31 31 MPI2 32 1 1 32 <nproc_atm> <nproc_atm> 33 33 1 1 34 34 $END … … 59 59 # 60 60 $RUNTIME 61 43200061 <total_time> 62 62 $END 63 63 ############################################################################### … … 67 67 # 68 68 $INIDATE 69 0001010169 <initial_date> 70 70 $END 71 71 ############################################################################### -
CONFIG/trunk/IPSLCM4_v2/EXP00/PARAM/namcouple_ORCA2xLMD9671
r41 r62 30 30 $CHANNEL 31 31 MPI2 32 nproc_atm nproc_atm 32 <nproc_atm> <nproc_atm> 33 33 1 1 34 34 $END … … 59 59 # 60 60 $RUNTIME 61 43200061 <total_time> 62 62 $END 63 63 ############################################################################### … … 67 67 # 68 68 $INIDATE 69 0001010169 <initial_date> 70 70 $END 71 71 ############################################################################### -
CONFIG/trunk/IPSLCM4_v2/EXP00/PARAM/namcouple_ORCA4xLMD7245
r41 r62 30 30 $CHANNEL 31 31 MPI2 32 nproc_atm nproc_atm 32 <nproc_atm> <nproc_atm> 33 33 1 1 34 34 $END … … 59 59 # 60 60 $RUNTIME 61 43200061 <total_time> 62 62 $END 63 63 ############################################################################### … … 67 67 # 68 68 $INIDATE 69 0001010169 <initial_date> 70 70 $END 71 71 ###############################################################################
Note: See TracChangeset
for help on using the changeset viewer.