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

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

Location:
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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="" 
Note: See TracChangeset for help on using the changeset viewer.