Changeset 841 for CONFIG/LMDZINCA/branches/LMDZINCA_v3_1
- Timestamp:
- 12/08/09 10:48:13 (15 years ago)
- Location:
- CONFIG/LMDZINCA/branches/LMDZINCA_v3_1
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/CREATE/PARAM/run.def
r223 r841 13 13 ## Remise a zero de la date initiale 14 14 raz_date=_raz_date_ 15 ## Type de calendrier utilise 16 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d 17 calend=_calend_ 15 18 ## periode de sortie des variables de controle (en pas) 16 19 iconser=240 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_AER/COMP/lmdz.driver
r626 r841 14 14 LMD14496) BandsResol=144x96x19 ;; 15 15 LMD144142) BandsResol=144x142x19 ;; 16 esac 17 18 19 ##-- Calendar type for LMDZ 20 case ${config_UserChoices_CalendarType} in 21 leap|gregorian) 22 CalendarTypeForLmdz=earth_366d;; 23 noleap) 24 CalendarTypeForLmdz=earth_365d;; 25 360d) 26 CalendarTypeForLmdz=earth_360d;; 27 *) 28 CalendarTypeForLmdz=earth_360d 16 29 esac 17 30 … … 98 111 sed -e "s/_dayref_/${nbjour}/" \ 99 112 -e "s/_anneeref_/${yractu}/" \ 113 -e "s/_calend_/${CalendarTypeForLmdz}/" \ 100 114 -e "s/_nday_/${PeriodLengthInDays}/" \ 101 115 -e "s/_raz_date_/${RAZ_DATE}/" \ -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_AER/PARAM/run.def
r71 r841 11 11 ## Nombre de jours d'integration 12 12 nday=_nday_ 13 ## Type de calendrier utilise 14 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d 15 calend=_calend_ 13 16 ## periode de sortie des variables de controle (en pas) 14 17 iconser= 480 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_AER/config.card
r280 r841 9 9 #============================ 10 10 #D-- (<8 chars MAX for JobName) 11 JobName= AER_AC0011 JobName=LI_A_00 12 12 LongName='LMDz4INCA with New scripts' 13 13 TagName=LMDZINCA/AER … … 56 56 RestartDate=1869-12-30 57 57 #D- Define restart simulation name (=> JOB_OS) 58 RestartJobName= CD158 RestartJobName=JobName 59 59 #D- Path Server Group Login (=> PSGL) 60 RestartPath= /dmnfs/p86denv/SORTIES_CPL_IPSL/60 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/ 61 61 # Attention login depend de la machine 62 62 … … 65 65 [Post] 66 66 #D- Do we rebuild parallel output, this flag determines 67 #D- frequency of rebuild submission 68 RebuildFrequency=NONE 69 #D- If you want to monitor variables, this flag determines 70 #D- frequency of post-processing submission 71 MonitoringFrequency=NONE 67 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 68 RebuildFrequency=1M 69 #D- Do we rebuild parallel output from archive 70 RebuildFromArchive=true 72 71 #D- If you want to produce time series, this flag determines 73 72 #D- frequency of post-processing submission … … 87 86 RestartDate=2000-01-01 88 87 # Define restart simulation name 89 RestartJobName= Test_nvSc_AER90 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER88 RestartJobName=JobName 89 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/ 91 90 # Old component name for restart (if empty, use new name) 92 91 OldName="" … … 100 99 RestartDate=2000-01-01 101 100 #D-- Define restart simulation name 102 RestartJobName= Test_nvSc_AER103 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER101 RestartJobName=JobName 102 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/ 104 103 #D-- Old component name for restart (if empty, use new name) 105 104 OldName="" -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4/COMP/lmdz.driver
r626 r841 15 15 LMD144142) BandsResol=144x142x19 ;; 16 16 esac 17 18 ##-- Calendar type for LMDZ 19 case ${config_UserChoices_CalendarType} in 20 leap|gregorian) 21 CalendarTypeForLmdz=earth_366d;; 22 noleap) 23 CalendarTypeForLmdz=earth_365d;; 24 360d) 25 CalendarTypeForLmdz=earth_360d;; 26 *) 27 CalendarTypeForLmdz=earth_360d 28 esac 29 17 30 18 31 ##- Default number of processor for lmdz … … 98 111 sed -e "s/_dayref_/${nbjour}/" \ 99 112 -e "s/_anneeref_/${yractu}/" \ 113 -e "s/_calend_/${CalendarTypeForLmdz}/" \ 100 114 -e "s/_nday_/${PeriodLengthInDays}/" \ 101 115 -e "s/_raz_date_/${RAZ_DATE}/" \ -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4/PARAM/run.def
r119 r841 11 11 ## Nombre de jours d'integration 12 12 nday=_nday_ 13 ## Type de calendrier utilise 14 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d 15 calend=_calend_ 13 16 ## periode de sortie des variables de controle (en pas) 14 17 iconser= 480 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4/config.card
r266 r841 9 9 #============================ 10 10 #D-- (<8 chars MAX for JobName) 11 JobName= CH4_AC0011 JobName=LI_C_00 12 12 LongName='LMDz4INCA with New scripts' 13 13 TagName=LMDZINCA/CH4 … … 56 56 RestartDate=1869-12-30 57 57 #D- Define restart simulation name (=> JOB_OS) 58 RestartJobName= CD158 RestartJobName=JobName 59 59 #D- Path Server Group Login (=> PSGL) 60 RestartPath= /dmnfs/p86denv/SORTIES_CPL_IPSL/60 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4/ 61 61 # Attention login depend de la machine 62 62 … … 65 65 [Post] 66 66 #D- Do we rebuild parallel output, this flag determines 67 #D- frequency of rebuild submission 68 RebuildFrequency=NONE 69 #D- If you want to monitor variables, this flag determines 70 #D- frequency of post-processing submission 71 MonitoringFrequency=NONE 67 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 68 RebuildFrequency=1M 69 #D- Do we rebuild parallel output from archive 70 RebuildFromArchive=true 72 71 #D- If you want to produce time series, this flag determines 73 72 #D- frequency of post-processing submission … … 87 86 RestartDate=2000-01-01 88 87 # Define restart simulation name 89 RestartJobName= Test_nvSc_AER90 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER88 RestartJobName=JobName 89 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4/ 91 90 # Old component name for restart (if empty, use new name) 92 91 OldName="" … … 100 99 RestartDate=2000-01-01 101 100 #D-- Define restart simulation name 102 RestartJobName= Test_nvSc_AER103 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER101 RestartJobName=JobName 102 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4/ 104 103 #D-- Old component name for restart (if empty, use new name) 105 104 OldName="" -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER/COMP/lmdz.driver
r626 r841 13 13 LMD14496) BandsResol=144x96x19 ;; 14 14 LMD144142) BandsResol=144x142x19 ;; 15 esac 16 17 18 ##-- Calendar type for LMDZ 19 case ${config_UserChoices_CalendarType} in 20 leap|gregorian) 21 CalendarTypeForLmdz=earth_366d;; 22 noleap) 23 CalendarTypeForLmdz=earth_365d;; 24 360d) 25 CalendarTypeForLmdz=earth_360d;; 26 *) 27 CalendarTypeForLmdz=earth_360d 15 28 esac 16 29 … … 97 110 sed -e "s/_dayref_/${nbjour}/" \ 98 111 -e "s/_anneeref_/${yractu}/" \ 112 -e "s/_calend_/${CalendarTypeForLmdz}/" \ 99 113 -e "s/_nday_/${PeriodLengthInDays}/" \ 100 114 -e "s/_raz_date_/${RAZ_DATE}/" \ -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER/PARAM/run.def
r74 r841 11 11 ## Nombre de jours d'integration 12 12 nday=_nday_ 13 ## Type de calendrier utilise 14 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d 15 calend=_calend_ 13 16 ## periode de sortie des variables de controle (en pas) 14 17 iconser= 480 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER/config.card
r266 r841 9 9 #============================ 10 10 #D-- (<8 chars MAX for JobName) 11 JobName= CH4_AER_AC0011 JobName=LI_CA_00 12 12 LongName='LMDz4INCA with New scripts' 13 13 TagName=LMDZINCA/CH4_AER … … 57 57 RestartDate=1869-12-30 58 58 #D- Define restart simulation name (=> JOB_OS) 59 RestartJobName= CD159 RestartJobName=JobName 60 60 #D- Path Server Group Login (=> PSGL) 61 RestartPath= /dmnfs/p86denv/SORTIES_CPL_IPSL/61 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4_AER/ 62 62 # Attention login depend de la machine 63 63 … … 66 66 [Post] 67 67 #D- Do we rebuild parallel output, this flag determines 68 #D- frequency of rebuild submission 69 RebuildFrequency=NONE 70 #D- If you want to monitor variables, this flag determines 71 #D- frequency of post-processing submission 72 MonitoringFrequency=NONE 68 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 69 RebuildFrequency=1M 70 #D- Do we rebuild parallel output from archive 71 RebuildFromArchive=true 73 72 #D- If you want to produce time series, this flag determines 74 73 #D- frequency of post-processing submission … … 88 87 RestartDate=2000-01-01 89 88 # Define restart simulation name 90 RestartJobName= Test_nvSc_AER91 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER89 RestartJobName=JobName 90 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4_AER/ 92 91 # Old component name for restart (if empty, use new name) 93 92 OldName="" … … 101 100 RestartDate=2000-01-01 102 101 #D-- Define restart simulation name 103 RestartJobName= Test_nvSc_AER104 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER102 RestartJobName=JobName 103 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4_AER/ 105 104 #D-- Old component name for restart (if empty, use new name) 106 105 OldName="" -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/COMP/lmdz.driver
r626 r841 14 14 LMD144142) BandsResol=144x142x19 ;; 15 15 esac 16 17 ##-- Calendar type for LMDZ 18 case ${config_UserChoices_CalendarType} in 19 leap|gregorian) 20 CalendarTypeForLmdz=earth_366d;; 21 noleap) 22 CalendarTypeForLmdz=earth_365d;; 23 360d) 24 CalendarTypeForLmdz=earth_360d;; 25 *) 26 CalendarTypeForLmdz=earth_360d 27 esac 28 16 29 17 30 ##- Default number of processor for lmdz … … 97 110 sed -e "s/_dayref_/${nbjour}/" \ 98 111 -e "s/_anneeref_/${yractu}/" \ 112 -e "s/_calend_/${CalendarTypeForLmdz}/" \ 99 113 -e "s/_nday_/${PeriodLengthInDays}/" \ 100 114 -e "s/_raz_date_/${RAZ_DATE}/" \ -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/PARAM/run.def
r119 r841 11 11 ## Nombre de jours d'integration 12 12 nday=_nday_ 13 ## Type de calendrier utilise 14 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d 15 calend=_calend_ 13 16 ## periode de sortie des variables de controle (en pas) 14 17 iconser= 480 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/config.card
r266 r841 9 9 #============================ 10 10 #D-- (<8 chars MAX for JobName) 11 JobName= GES_AC0011 JobName=LI_G_00 12 12 LongName='LMDz4INCA with New scripts' 13 13 TagName=LMDZINCA/GES … … 56 56 RestartDate=1869-12-30 57 57 #D- Define restart simulation name (=> JOB_OS) 58 RestartJobName= CD158 RestartJobName=JobName 59 59 #D- Path Server Group Login (=> PSGL) 60 RestartPath= /dmnfs/p86denv/SORTIES_CPL_IPSL/60 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/GES/ 61 61 # Attention login depend de la machine 62 62 … … 65 65 [Post] 66 66 #D- Do we rebuild parallel output, this flag determines 67 #D- frequency of rebuild submission 68 RebuildFrequency=NONE 69 #D- If you want to monitor variables, this flag determines 70 #D- frequency of post-processing submission 71 MonitoringFrequency=NONE 67 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 68 RebuildFrequency=1M 69 #D- Do we rebuild parallel output from archive 70 RebuildFromArchive=true 72 71 #D- If you want to produce time series, this flag determines 73 72 #D- frequency of post-processing submission … … 87 86 RestartDate=2000-01-01 88 87 # Define restart simulation name 89 RestartJobName= Test_nvSc_AER90 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER88 RestartJobName=JobName 89 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/GES/ 91 90 # Old component name for restart (if empty, use new name) 92 91 OldName="" … … 100 99 RestartDate=2000-01-01 101 100 #D-- Define restart simulation name 102 RestartJobName= Test_nvSc_AER103 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER101 RestartJobName=JobName 102 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/GES/ 104 103 #D-- Old component name for restart (if empty, use new name) 105 104 OldName="" -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC/COMP/lmdz.driver
r626 r841 15 15 LMD144142) BandsResol=144x142x19 ;; 16 16 esac 17 18 19 ##-- Calendar type for LMDZ 20 case ${config_UserChoices_CalendarType} in 21 leap|gregorian) 22 CalendarTypeForLmdz=earth_366d;; 23 noleap) 24 CalendarTypeForLmdz=earth_365d;; 25 360d) 26 CalendarTypeForLmdz=earth_360d;; 27 *) 28 CalendarTypeForLmdz=earth_360d 29 esac 30 31 17 32 18 33 ##- Default number of processor for lmdz … … 98 113 sed -e "s/_dayref_/${nbjour}/" \ 99 114 -e "s/_anneeref_/${yractu}/" \ 115 -e "s/_calend_/${CalendarTypeForLmdz}/" \ 100 116 -e "s/_nday_/${PeriodLengthInDays}/" \ 101 117 -e "s/_raz_date_/${RAZ_DATE}/" \ -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC/PARAM/run.def
r119 r841 11 11 ## Nombre de jours d'integration 12 12 nday=_nday_ 13 ## Type de calendrier utilise 14 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d 15 calend=_calend_ 13 16 ## periode de sortie des variables de controle (en pas) 14 17 iconser= 480 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC/config.card
r266 r841 9 9 #============================ 10 10 #D-- (<8 chars MAX for JobName) 11 JobName= NMHC_AC0011 JobName=LI_N_00 12 12 LongName='LMDz4INCA with New scripts' 13 13 TagName=LMDZINCA/NMHC … … 56 56 RestartDate=1869-12-30 57 57 #D- Define restart simulation name (=> JOB_OS) 58 RestartJobName= CD158 RestartJobName=JobName 59 59 #D- Path Server Group Login (=> PSGL) 60 RestartPath= /dmnfs/p86denv/SORTIES_CPL_IPSL/60 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC/ 61 61 # Attention login depend de la machine 62 62 … … 65 65 [Post] 66 66 #D- Do we rebuild parallel output, this flag determines 67 #D- frequency of rebuild submission 68 RebuildFrequency=NONE 69 #D- If you want to monitor variables, this flag determines 70 #D- frequency of post-processing submission 71 MonitoringFrequency=NONE 67 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 68 RebuildFrequency=1M 69 #D- Do we rebuild parallel output from archive 70 RebuildFromArchive=true 72 71 #D- If you want to produce time series, this flag determines 73 72 #D- frequency of post-processing submission … … 87 86 RestartDate=2000-01-01 88 87 # Define restart simulation name 89 RestartJobName= Test_nvSc_AER90 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER88 RestartJobName=JobName 89 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC/ 91 90 # Old component name for restart (if empty, use new name) 92 91 OldName="" … … 100 99 RestartDate=2000-01-01 101 100 #D-- Define restart simulation name 102 RestartJobName= Test_nvSc_AER103 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER101 RestartJobName=JobName 102 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC/ 104 103 #D-- Old component name for restart (if empty, use new name) 105 104 OldName="" -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC_AER/COMP/lmdz.driver
r626 r841 14 14 LMD144142) BandsResol=144x142x19 ;; 15 15 esac 16 17 ##-- Calendar type for LMDZ 18 case ${config_UserChoices_CalendarType} in 19 leap|gregorian) 20 CalendarTypeForLmdz=earth_366d;; 21 noleap) 22 CalendarTypeForLmdz=earth_365d;; 23 360d) 24 CalendarTypeForLmdz=earth_360d;; 25 *) 26 CalendarTypeForLmdz=earth_360d 27 esac 28 29 16 30 17 31 ##- Default number of processor for lmdz … … 98 112 sed -e "s/_dayref_/${nbjour}/" \ 99 113 -e "s/_anneeref_/${yractu}/" \ 114 -e "s/_calend_/${CalendarTypeForLmdz}/" \ 100 115 -e "s/_nday_/${PeriodLengthInDays}/" \ 101 116 -e "s/_raz_date_/${RAZ_DATE}/" \ -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC_AER/PARAM/run.def
r119 r841 11 11 ## Nombre de jours d'integration 12 12 nday=_nday_ 13 ## Type de calendrier utilise 14 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d 15 calend=_calend_ 13 16 ## periode de sortie des variables de controle (en pas) 14 17 iconser= 480 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC_AER/config.card
r266 r841 9 9 #============================ 10 10 #D-- (<8 chars MAX for JobName) 11 JobName= NMHC_AER_AC0011 JobName=LI_NA_00 12 12 LongName='LMDz4INCA with New scripts' 13 13 TagName=LMDZINCA/NMHC_AER … … 56 56 RestartDate=1869-12-30 57 57 #D- Define restart simulation name (=> JOB_OS) 58 RestartJobName= CD158 RestartJobName=JobName 59 59 #D- Path Server Group Login (=> PSGL) 60 RestartPath= /dmnfs/p86denv/SORTIES_CPL_IPSL/60 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC_AER/ 61 61 # Attention login depend de la machine 62 62 … … 65 65 [Post] 66 66 #D- Do we rebuild parallel output, this flag determines 67 #D- frequency of rebuild submission 68 RebuildFrequency=NONE 69 #D- If you want to monitor variables, this flag determines 70 #D- frequency of post-processing submission 71 MonitoringFrequency=NONE 67 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 68 RebuildFrequency=1M 69 #D- Do we rebuild parallel output from archive 70 RebuildFromArchive=true 72 71 #D- If you want to produce time series, this flag determines 73 72 #D- frequency of post-processing submission … … 87 86 RestartDate=2000-01-01 88 87 # Define restart simulation name 89 RestartJobName= Test_nvSc_AER90 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER88 RestartJobName=JobName 89 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC_AER/ 91 90 # Old component name for restart (if empty, use new name) 92 91 OldName="" … … 100 99 RestartDate=2000-01-01 101 100 #D-- Define restart simulation name 102 RestartJobName= Test_nvSc_AER103 RestartPath= /dmnfs11/p86cozic/IGCM_OUT/AER101 RestartJobName=JobName 102 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC_AER/ 104 103 #D-- Old component name for restart (if empty, use new name) 105 104 OldName=""
Note: See TracChangeset
for help on using the changeset viewer.