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

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

File:
1 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}/" \ 
Note: See TracChangeset for help on using the changeset viewer.