Changeset 841


Ignore:
Timestamp:
12/08/09 10:48:13 (14 years ago)
Author:
acosce
Message:

ACo: Update config LMDZINCA (Rebuild on Archive - LMDZ calendar

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  
    1313## Remise a zero de la date initiale 
    1414raz_date=_raz_date_ 
     15## Type de calendrier utilise  
     16## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
     17calend=_calend_ 
    1518## periode de sortie des variables de controle (en pas) 
    1619iconser=240 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_AER/COMP/lmdz.driver

    r626 r841  
    1414        LMD14496)  BandsResol=144x96x19  ;; 
    1515        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 
    1629    esac 
    1730 
     
    98111    sed -e "s/_dayref_/${nbjour}/" \ 
    99112        -e "s/_anneeref_/${yractu}/" \ 
     113        -e "s/_calend_/${CalendarTypeForLmdz}/"         \ 
    100114        -e "s/_nday_/${PeriodLengthInDays}/" \ 
    101115        -e "s/_raz_date_/${RAZ_DATE}/" \ 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_AER/PARAM/run.def

    r71 r841  
    1111## Nombre de jours d'integration 
    1212nday=_nday_ 
     13## Type de calendrier utilise  
     14## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
     15calend=_calend_ 
    1316## periode de sortie des variables de controle (en pas) 
    1417iconser= 480 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_AER/config.card

    r280 r841  
    99#============================ 
    1010#D-- (<8 chars MAX for JobName) 
    11 JobName=AER_AC00 
     11JobName=LI_A_00 
    1212LongName='LMDz4INCA with New scripts' 
    1313TagName=LMDZINCA/AER 
     
    5656RestartDate=1869-12-30 
    5757#D- Define restart simulation name (=> JOB_OS) 
    58 RestartJobName=CD1 
     58RestartJobName=JobName 
    5959#D- Path Server Group Login (=> PSGL) 
    60 RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/ 
     60RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/ 
    6161# Attention login depend de la machine 
    6262 
     
    6565[Post] 
    6666#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) 
     68RebuildFrequency=1M 
     69#D- Do we rebuild parallel output from archive 
     70RebuildFromArchive=true 
    7271#D- If you want to produce time series, this flag determines 
    7372#D- frequency of post-processing submission 
     
    8786RestartDate=2000-01-01 
    8887# Define restart simulation name 
    89 RestartJobName=Test_nvSc_AER 
    90 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     88RestartJobName=JobName 
     89RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/ 
    9190# Old component name for restart (if empty, use new name) 
    9291OldName="" 
     
    10099RestartDate=2000-01-01 
    101100#D-- Define restart simulation name 
    102 RestartJobName=Test_nvSc_AER 
    103 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     101RestartJobName=JobName 
     102RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/AER/ 
    104103#D-- Old component name for restart (if empty, use new name) 
    105104OldName="" 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4/COMP/lmdz.driver

    r626 r841  
    1515        LMD144142) BandsResol=144x142x19 ;; 
    1616    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 
    1730 
    1831    ##- Default number of processor for lmdz 
     
    98111    sed -e "s/_dayref_/${nbjour}/" \ 
    99112        -e "s/_anneeref_/${yractu}/" \ 
     113        -e "s/_calend_/${CalendarTypeForLmdz}/"         \ 
    100114        -e "s/_nday_/${PeriodLengthInDays}/" \ 
    101115        -e "s/_raz_date_/${RAZ_DATE}/" \ 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4/PARAM/run.def

    r119 r841  
    1111## Nombre de jours d'integration 
    1212nday=_nday_ 
     13## Type de calendrier utilise  
     14## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
     15calend=_calend_ 
    1316## periode de sortie des variables de controle (en pas) 
    1417iconser= 480 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4/config.card

    r266 r841  
    99#============================ 
    1010#D-- (<8 chars MAX for JobName) 
    11 JobName=CH4_AC00 
     11JobName=LI_C_00 
    1212LongName='LMDz4INCA with New scripts' 
    1313TagName=LMDZINCA/CH4 
     
    5656RestartDate=1869-12-30 
    5757#D- Define restart simulation name (=> JOB_OS) 
    58 RestartJobName=CD1 
     58RestartJobName=JobName 
    5959#D- Path Server Group Login (=> PSGL) 
    60 RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/ 
     60RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4/ 
    6161# Attention login depend de la machine 
    6262 
     
    6565[Post] 
    6666#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) 
     68RebuildFrequency=1M 
     69#D- Do we rebuild parallel output from archive 
     70RebuildFromArchive=true 
    7271#D- If you want to produce time series, this flag determines 
    7372#D- frequency of post-processing submission 
     
    8786RestartDate=2000-01-01 
    8887# Define restart simulation name 
    89 RestartJobName=Test_nvSc_AER 
    90 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     88RestartJobName=JobName 
     89RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4/ 
    9190# Old component name for restart (if empty, use new name) 
    9291OldName="" 
     
    10099RestartDate=2000-01-01 
    101100#D-- Define restart simulation name 
    102 RestartJobName=Test_nvSc_AER 
    103 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     101RestartJobName=JobName 
     102RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4/ 
    104103#D-- Old component name for restart (if empty, use new name) 
    105104OldName="" 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER/COMP/lmdz.driver

    r626 r841  
    1313        LMD14496)  BandsResol=144x96x19  ;; 
    1414        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 
    1528    esac 
    1629 
     
    97110    sed -e "s/_dayref_/${nbjour}/" \ 
    98111        -e "s/_anneeref_/${yractu}/" \ 
     112        -e "s/_calend_/${CalendarTypeForLmdz}/"         \ 
    99113        -e "s/_nday_/${PeriodLengthInDays}/" \ 
    100114        -e "s/_raz_date_/${RAZ_DATE}/" \ 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER/PARAM/run.def

    r74 r841  
    1111## Nombre de jours d'integration 
    1212nday=_nday_ 
     13## Type de calendrier utilise  
     14## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
     15calend=_calend_ 
    1316## periode de sortie des variables de controle (en pas) 
    1417iconser= 480 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER/config.card

    r266 r841  
    99#============================ 
    1010#D-- (<8 chars MAX for JobName) 
    11 JobName=CH4_AER_AC00 
     11JobName=LI_CA_00 
    1212LongName='LMDz4INCA with New scripts' 
    1313TagName=LMDZINCA/CH4_AER 
     
    5757RestartDate=1869-12-30 
    5858#D- Define restart simulation name (=> JOB_OS) 
    59 RestartJobName=CD1 
     59RestartJobName=JobName 
    6060#D- Path Server Group Login (=> PSGL) 
    61 RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/ 
     61RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4_AER/ 
    6262# Attention login depend de la machine 
    6363 
     
    6666[Post] 
    6767#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) 
     69RebuildFrequency=1M 
     70#D- Do we rebuild parallel output from archive 
     71RebuildFromArchive=true 
    7372#D- If you want to produce time series, this flag determines 
    7473#D- frequency of post-processing submission 
     
    8887RestartDate=2000-01-01 
    8988# Define restart simulation name 
    90 RestartJobName=Test_nvSc_AER 
    91 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     89RestartJobName=JobName 
     90RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4_AER/ 
    9291# Old component name for restart (if empty, use new name) 
    9392OldName="" 
     
    101100RestartDate=2000-01-01 
    102101#D-- Define restart simulation name 
    103 RestartJobName=Test_nvSc_AER 
    104 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     102RestartJobName=JobName 
     103RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/CH4_AER/ 
    105104#D-- Old component name for restart (if empty, use new name) 
    106105OldName="" 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/COMP/lmdz.driver

    r626 r841  
    1414        LMD144142) BandsResol=144x142x19 ;; 
    1515    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 
    1629 
    1730    ##- Default number of processor for lmdz 
     
    97110    sed -e "s/_dayref_/${nbjour}/" \ 
    98111        -e "s/_anneeref_/${yractu}/" \ 
     112        -e "s/_calend_/${CalendarTypeForLmdz}/"         \ 
    99113        -e "s/_nday_/${PeriodLengthInDays}/" \ 
    100114        -e "s/_raz_date_/${RAZ_DATE}/" \ 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/PARAM/run.def

    r119 r841  
    1111## Nombre de jours d'integration 
    1212nday=_nday_ 
     13## Type de calendrier utilise  
     14## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
     15calend=_calend_ 
    1316## periode de sortie des variables de controle (en pas) 
    1417iconser= 480 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/config.card

    r266 r841  
    99#============================ 
    1010#D-- (<8 chars MAX for JobName) 
    11 JobName=GES_AC00 
     11JobName=LI_G_00 
    1212LongName='LMDz4INCA with New scripts' 
    1313TagName=LMDZINCA/GES 
     
    5656RestartDate=1869-12-30 
    5757#D- Define restart simulation name (=> JOB_OS) 
    58 RestartJobName=CD1 
     58RestartJobName=JobName 
    5959#D- Path Server Group Login (=> PSGL) 
    60 RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/ 
     60RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/GES/ 
    6161# Attention login depend de la machine 
    6262 
     
    6565[Post] 
    6666#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) 
     68RebuildFrequency=1M 
     69#D- Do we rebuild parallel output from archive 
     70RebuildFromArchive=true 
    7271#D- If you want to produce time series, this flag determines 
    7372#D- frequency of post-processing submission 
     
    8786RestartDate=2000-01-01 
    8887# Define restart simulation name 
    89 RestartJobName=Test_nvSc_AER 
    90 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     88RestartJobName=JobName 
     89RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/GES/ 
    9190# Old component name for restart (if empty, use new name) 
    9291OldName="" 
     
    10099RestartDate=2000-01-01 
    101100#D-- Define restart simulation name 
    102 RestartJobName=Test_nvSc_AER 
    103 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     101RestartJobName=JobName 
     102RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/GES/ 
    104103#D-- Old component name for restart (if empty, use new name) 
    105104OldName="" 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC/COMP/lmdz.driver

    r626 r841  
    1515        LMD144142) BandsResol=144x142x19 ;; 
    1616    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 
    1732 
    1833    ##- Default number of processor for lmdz 
     
    98113    sed -e "s/_dayref_/${nbjour}/" \ 
    99114        -e "s/_anneeref_/${yractu}/" \ 
     115        -e "s/_calend_/${CalendarTypeForLmdz}/"         \ 
    100116        -e "s/_nday_/${PeriodLengthInDays}/" \ 
    101117        -e "s/_raz_date_/${RAZ_DATE}/" \ 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC/PARAM/run.def

    r119 r841  
    1111## Nombre de jours d'integration 
    1212nday=_nday_ 
     13## Type de calendrier utilise  
     14## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
     15calend=_calend_ 
    1316## periode de sortie des variables de controle (en pas) 
    1417iconser= 480 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC/config.card

    r266 r841  
    99#============================ 
    1010#D-- (<8 chars MAX for JobName) 
    11 JobName=NMHC_AC00 
     11JobName=LI_N_00 
    1212LongName='LMDz4INCA with New scripts' 
    1313TagName=LMDZINCA/NMHC 
     
    5656RestartDate=1869-12-30 
    5757#D- Define restart simulation name (=> JOB_OS) 
    58 RestartJobName=CD1 
     58RestartJobName=JobName 
    5959#D- Path Server Group Login (=> PSGL) 
    60 RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/ 
     60RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC/ 
    6161# Attention login depend de la machine 
    6262 
     
    6565[Post] 
    6666#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) 
     68RebuildFrequency=1M 
     69#D- Do we rebuild parallel output from archive 
     70RebuildFromArchive=true 
    7271#D- If you want to produce time series, this flag determines 
    7372#D- frequency of post-processing submission 
     
    8786RestartDate=2000-01-01 
    8887# Define restart simulation name 
    89 RestartJobName=Test_nvSc_AER 
    90 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     88RestartJobName=JobName 
     89RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC/ 
    9190# Old component name for restart (if empty, use new name) 
    9291OldName="" 
     
    10099RestartDate=2000-01-01 
    101100#D-- Define restart simulation name 
    102 RestartJobName=Test_nvSc_AER 
    103 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     101RestartJobName=JobName 
     102RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC/ 
    104103#D-- Old component name for restart (if empty, use new name) 
    105104OldName="" 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC_AER/COMP/lmdz.driver

    r626 r841  
    1414        LMD144142) BandsResol=144x142x19 ;; 
    1515    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 
    1630 
    1731    ##- Default number of processor for lmdz 
     
    98112    sed -e "s/_dayref_/${nbjour}/" \ 
    99113        -e "s/_anneeref_/${yractu}/" \ 
     114        -e "s/_calend_/${CalendarTypeForLmdz}/"         \ 
    100115        -e "s/_nday_/${PeriodLengthInDays}/" \ 
    101116        -e "s/_raz_date_/${RAZ_DATE}/" \ 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC_AER/PARAM/run.def

    r119 r841  
    1111## Nombre de jours d'integration 
    1212nday=_nday_ 
     13## Type de calendrier utilise  
     14## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
     15calend=_calend_ 
    1316## periode de sortie des variables de controle (en pas) 
    1417iconser= 480 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC_AER/config.card

    r266 r841  
    99#============================ 
    1010#D-- (<8 chars MAX for JobName) 
    11 JobName=NMHC_AER_AC00 
     11JobName=LI_NA_00 
    1212LongName='LMDz4INCA with New scripts' 
    1313TagName=LMDZINCA/NMHC_AER 
     
    5656RestartDate=1869-12-30 
    5757#D- Define restart simulation name (=> JOB_OS) 
    58 RestartJobName=CD1 
     58RestartJobName=JobName 
    5959#D- Path Server Group Login (=> PSGL) 
    60 RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/ 
     60RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC_AER/ 
    6161# Attention login depend de la machine 
    6262 
     
    6565[Post] 
    6666#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) 
     68RebuildFrequency=1M 
     69#D- Do we rebuild parallel output from archive 
     70RebuildFromArchive=true 
    7271#D- If you want to produce time series, this flag determines 
    7372#D- frequency of post-processing submission 
     
    8786RestartDate=2000-01-01 
    8887# Define restart simulation name 
    89 RestartJobName=Test_nvSc_AER 
    90 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     88RestartJobName=JobName 
     89RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC_AER/ 
    9190# Old component name for restart (if empty, use new name) 
    9291OldName="" 
     
    10099RestartDate=2000-01-01 
    101100#D-- Define restart simulation name 
    102 RestartJobName=Test_nvSc_AER 
    103 RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER 
     101RestartJobName=JobName 
     102RestartPath=${ARCHIVE}/IGCM_OUT/LMDZINCA/NMHC_AER/ 
    104103#D-- Old component name for restart (if empty, use new name) 
    105104OldName="" 
Note: See TracChangeset for help on using the changeset viewer.