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_NMHC
Files:
3 edited

Legend:

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