Ignore:
Timestamp:
12/18/09 15:26:08 (14 years ago)
Author:
acosce
Message:

ACo: update

  • LMDZ calendar
  • rebuild on archive
  • orchidee cards
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZORINCA/trunk/EXP_AER/COMP/lmdz.driver

    r633 r858  
    1 #- $Id: lmdz.driver 591 2009-03-27 08:41:41Z acosce $ 
     1#- $Id: lmdz.driver 841 2009-12-08 09:48:13Z acosce $ 
    22#!/bin/ksh 
    33 
     
    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}/" \ 
Note: See TracChangeset for help on using the changeset viewer.