Changeset 1601 for CONFIG/LMDZORINCA


Ignore:
Timestamp:
11/28/11 16:25:13 (12 years ago)
Author:
acosce
Message:

Add stomate in configuration LMDZORINCA - 39 levels - GES

Location:
CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES
Files:
2 added
2 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES/COMP/inca.card

    r1554 r1601  
    3636 
    3737[OutputFiles] 
    38 List=   (inca_avgr.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_avgr.nc,  NONE   ) 
    39  
     38List=   (inca_avgr.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_avgr.nc,    Post_1M_inca_avgr  ) 
    4039 
    4140[Post_1M_inca_avgr] 
  • CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES/COMP/lmdz.card

    r1554 r1601  
    55[UserChoices] 
    66LMDZ_NbPeriod_adjust=3 
    7 # LMDZ_NbPeriod_adjust=0 
    8 # To force usage of this Bands file, put LMDZ_NbPeriod_adjust=0 and replace XXXXXXX by Restart Job Name 
    9 # LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5/XXXXXXX/ATM/Debug/XXXXXXX_Bands_96x95x19_3prc.dat_3 
    10 #LMDZ_Bands_file_name=/dmnfs11/cont003/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER/LOI_NA_AR5WERF_co2/ATM/Debug/LOI_NA_AR5WERF_co2_20060501_20060531_Bands_96x95x19_4prc.dat 
     7#LMDZ_NbPeriod_adjust=0 
     8# To force usage of this Bands file, put LMDZ_NbPeriod_adjust=0 and replace XXXXXXX by Name/Resolution/NB Prco Job Restart 
     9# LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/LMDZORINCA/XXXXXXX/ATM/Debug/XXXXXXX_Bands_XXXXXXX_XXXprc.dat_3 
     10 
     11# Other specific parameters to this experience  
     12aer_type=scenario 
     13pmagic=0.0 
     14 
     15# Nugding : ok_guide=y/n 
     16ok_guide=n 
    1117 
    1218 
     
    1824 
    1925[BoundaryFiles] 
    20 List=   (/dmnfs/cont003/p86cozic/INPUT/39LEVELS/limit_365.nc , limit.nc)  
     26List=   (${R_BC}/CHM/LMDZORINCA/LMD9695_leap/EL-LMD9695_${year}1231_limit.nc    , limit.nc      ) 
     27 
    2128ListNonDel= () 
    2229 
    2330[ParametersFiles] 
    24 List=   (${SUBMIT_DIR}/PARAM/physiq.def, .), \ 
    25         (${SUBMIT_DIR}/PARAM/gcm.def, gcm.def), \ 
    26         (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    27         (${SUBMIT_DIR}/PARAM/traceur.def, .) 
     31List=   (${SUBMIT_DIR}/PARAM/physiq.def         , physiq.def            ), \ 
     32        (${SUBMIT_DIR}/PARAM/gcm.def            , gcm.def               ), \ 
     33        (${SUBMIT_DIR}/PARAM/run.def            , .                     ),\ 
     34        (${SUBMIT_DIR}/PARAM/guide.def          , .                     ) 
    2835 
    2936[RestartFiles] 
     
    3239 
    3340[OutputText] 
    34 List=   (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 
     41List=   (physiq.def, gcm.def, run.def, guide.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 
    3542 
    3643 
    3744[OutputFiles] 
    38 List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,    NONE  )   
     45List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,   Post_1M_histmth   )        
    3946 
    4047[Post_1M_histmth] 
  • CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES/COMP/lmdz.driver

    r1555 r1601  
    33 
    44#----------------------------------------------------------------- 
     5function LMDZ_sed 
     6{ 
     7    IGCM_debug_PushStack "LMDZ_sed" 
     8 
     9    sed -e "s/^${2}\ *=.*/${2}= ${3}/" ${1} > ${1}.tmp 
     10    RET=$? 
     11    echo "LMDZ_sed : ${1} ${2} ${3}" 
     12    \mv ${1}.tmp ${1} 
     13 
     14    IGCM_debug_PopStack "LMDZ_sed" 
     15    return $RET 
     16} 
     17 
     18#----------------------------------------------------------------- 
     19 
    520function ATM_Initialize 
    621{ 
     
    3146    fi 
    3247 
    33     ##--Frequency purpose .... 
     48 
     49    ##-- Output frequency purpose .... 
    3450    ##--  Initialisation  .... 
    35     OK_instan=n 
    36     ##--  
    37     OK_journe=n 
    38     OK_mensuel=y 
     51    ok_mensuel=y 
     52    ok_journe=n 
     53    ok_hf=n 
     54    ok_hf3h=n 
     55    ok_hf3hm=n 
     56    ok_stn=n 
    3957 
    40     case ${config_UserChoices_PeriodLength} in 
    41         1Y|1y|1M|1m) OK_mensuel=y ;; 
    42         5D|5d|1D|1d) OK_journe=n ;; 
    43     esac 
    44  
    45     for frequency in ${config_ATM_WriteFrequency} ; do 
    46         case ${frequency} in 
    47             5D|5d|1D|1d) OK_journe=n ;; 
    48         esac 
    49     done 
    50  
    51     ##--Variables used by LMDZ -- 
    52     PAT_INST=$(     grep 'OK_instan'   ${SUBMIT_DIR}/PARAM/physiq.def ) 
    53     PAT_JOUR=$(     grep 'OK_journe'   ${SUBMIT_DIR}/PARAM/physiq.def ) 
    54     PAT_MOIS=$(     grep 'OK_mensuel'  ${SUBMIT_DIR}/PARAM/physiq.def ) 
    55  
    56     PAT_iphysiq=$(  grep 'iphysiq'     ${SUBMIT_DIR}/PARAM/gcm.def ) 
    57     PAT_iperiod=$(  grep 'iperiod'     ${SUBMIT_DIR}/PARAM/gcm.def | tail -1) 
    58     PAT_day_step=$( grep 'day_step'    ${SUBMIT_DIR}/PARAM/gcm.def ) 
    59     PAT_ecritphy=$( grep 'ecritphy'    ${SUBMIT_DIR}/PARAM/gcm.def ) 
    6058 
    6159 
     
    7068 
    7169 
    72     ##-- This could be define in lmdz.card, inside section [UserChoices] 
    73     ##-- Otherwise we get the value in *.def 
    74     iperiod=$(grep iperiod ${SUBMIT_DIR}/PARAM/gcm.def | awk -F= '{print $2}' | tail -1) 
    75     iphysiq=$(grep iphysiq ${SUBMIT_DIR}/PARAM/gcm.def | awk -F= '{print $2}') 
    76     # day_step : number of steps per day (multiple of iperiod) 
    77     (( day_step = 48 * iphysiq )) 
    78  
    7970    IGCM_debug_PopStack "ATM_Initialize" 
    8071} 
     
    8677 
    8778    ecritphy=${PeriodLengthInDays} 
     79    LMDZ_ecrit_ISCCP=${PeriodLengthInDays}. 
     80    LMDZ_periodav=${PeriodLengthInDays}. 
    8881 
    8982    ##-- Remise ou non a zero de la date initiale de LMDZ pour le fichier run.def 
     
    9386        RAZ_DATE=0 
    9487    fi 
     88 
     89 
     90    ## algo : For CumulPeriod=1 ;  
     91    ##        IF NbPeriod_Adjust = 0, Get Bands file directly from server, store it with _0 suffix 
     92    ##        ELSE LMDZ_adjust=y ; save Bands file on file server ; 
     93    ##        For CumulPeriod=2 to LMDZ_NbPeriod_adjust ; Get Bands file from server (CumulPeriod-1) ; LMDZ_adjust=y ; save Bands file on file server ; 
     94    ##        For CumulPeriod > LMDZ_NbPeriod_adjust ; LMDZ_adjust=n ; Get Bands file from server (CumulPeriod=LMDZ_NbPeriod_adjust 0 to force it) ; Use Bands ; 
    9595 
    9696    if [ ${CumulPeriod} -eq 1 ] ; then 
     
    111111    [ ${CumulPeriod} -gt 1 ] && ( IGCM_sys_Get ${R_OUT_ATM_D}/${config_UserChoices_JobName}_Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat_${RefPeriod} Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat; IGCM_sys_Chmod u+w Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat ) 
    112112 
    113     ## Mise en forme du fichier physiq.def 
    114     sed -e "s/OK_instan=.*/OK_instan=${OK_instan}/"     \ 
    115         -e "s/OK_journe=.*/OK_journe=${OK_journe}/"     \ 
    116         -e "s/OK_mensuel=.*/OK_mensuel=${OK_mensuel}/"  \ 
    117         physiq.def > physiq.def.tmp 
    118     IGCM_sys_Mv physiq.def.tmp physiq.def 
    119113 
    120     ## Mise en forme du fichier gcm.def 
    121     sed  -e "s/${PAT_ecritphy}/ecritphy=${ecritphy}/"   \ 
    122         -e "s/${PAT_day_step}/day_step=${day_step}/"    \ 
    123         -e "s/${PAT_iperiod}/iperiod=${iperiod}/"       \ 
    124         -e "s/${PAT_iphysiq}/iphysiq=${iphysiq}/"       \ 
    125         gcm.def > gcm.def.tmp 
    126     IGCM_sys_Mv gcm.def.tmp gcm.def 
     114    ## physiq.def parameters modified from initial physiq.def 
     115    #  columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in output.def :   
     116    #                                            histmth       histday        histhf    histfh3h   histhf3hm   histstn 
     117    LMDZ_sed physiq.def phys_out_filekeys       "${ok_mensuel} ${ok_journe}   ${ok_hf}  ${ok_hf3h} ${ok_hf3hm} ${ok_stn}" 
     118    LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
    127119 
    128     greg_dat=$( IGCM_date_ConvertFormatToGregorian $PeriodDateBegin )  
    129     jul_dat=$( IGCM_date_ConvertGregorianDateToJulian $greg_dat ) 
    130     nbjour=$( expr \( $jul_dat \% 1000 \) )  
    131     yractu=$( expr $greg_dat / 10000  ) 
    132     echo  "dayref = " $nbjour  "year actu = " $yractu 
     120    if [ ! X${lmdz_UserChoices_ok_guide} = X ] ; then 
     121        LMDZ_sed guide.def ok_guide  ${lmdz_UserChoices_ok_guide} 
     122    fi 
    133123 
    134     ## Mise en forme du fichier run.def 
    135     sed -e "s/_dayref_/${nbjour}/"                      \ 
    136         -e "s/_anneeref_/${yractu}/"                    \ 
    137         -e "s/_calend_/${CalendarTypeForLmdz}/"         \ 
    138         -e "s/_nday_/${PeriodLengthInDays}/"            \ 
    139         -e "s/_raz_date_/${RAZ_DATE}/"                  \ 
    140         -e "s/_adjust_/${LMDZ_adjust}/"                 \ 
    141         run.def > run.def.tmp 
    142     IGCM_sys_Mv run.def.tmp run.def 
     124    ## run.def parameters 
     125    LMDZ_sed run.def dayref   ${InitDay} 
     126    LMDZ_sed run.def anneeref ${InitYear} 
     127    LMDZ_sed run.def calend   ${CalendarTypeForLmdz} 
     128    LMDZ_sed run.def nday     ${PeriodLengthInDays} 
     129    LMDZ_sed run.def raz_date ${RAZ_DATE} 
     130    LMDZ_sed run.def periodav ${LMDZ_periodav} 
     131    LMDZ_sed run.def adjust   ${LMDZ_adjust} 
     132 
     133    ## Other specific parameters to this experience  
     134    if [ ! X${lmdz_UserChoices_aer_type} = X ] ; then 
     135        LMDZ_sed physiq.def aer_type ${lmdz_UserChoices_aer_type} 
     136    fi 
     137    if [ ! X${lmdz_UserChoices_pmagic} = X ] ; then 
     138        LMDZ_sed physiq.def pmagic   ${lmdz_UserChoices_pmagic} 
     139    fi 
    143140 
    144141    IGCM_debug_PopStack "ATM_Update" 
  • CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES/COMP/orchidee.card

    r1073 r1601  
    44[UserChoices] 
    55NEWHYDROL=n 
    6 sechiba_LEVEL=10 
     6sechiba_LEVEL=11 
     7VEGET_UPDATE=1Y 
     8LAND_COVER_CHANGE=y 
    79 
    810[InitialStateFiles] 
    9 List=   (${R_INIT}/SRF/LMDZORINCA/soils_param.nc, .), \ 
    10         (${R_INIT}/SRF/LMDZORINCA/routing.nc, .) 
     11List=   (${R_INIT}/SRF/LMDZORINCA/soils_param.nc,      . ), \ 
     12        (${R_INIT}/SRF/LMDZORINCA/routing.nc,          . ) 
    1113 
    1214[BoundaryFiles] 
    13 List=   () 
    14 ListNonDel= (${R_BC}/SRF/LMDZORINCA/PFTmap.20C3M.nc, PFTmap.nc) 
     15List= (${BC_SRF_PFTmap}, PFTmap.nc) 
     16ListNonDel= () 
     17#Tous les 5 ans : 
     18#ListNonDel= (${BC_SRF_PFTmap}, PFTmap.nc) 
     19 
     20[SmoothFiles] 
     21List=() 
    1522 
    1623[ParametersFiles] 
     
    2229 
    2330[OutputText] 
    24 List=   (out_orchidee) 
     31List=   (out_orchidee, orchidee.def) 
    2532 
    2633[OutputFiles] 
    27 List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history) \ 
    28         (sechiba_out_2.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_out2.nc,    NONE) \ 
    29         (watchout.nc,        ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc,        NONE) 
     34List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \ 
     35        (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, Post_HF_sechiba_out_2), \ 
     36        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc, NONE) 
    3037 
    3138[Post_1M_sechiba_history] 
    32 Patches = () 
    33 GatherWithInternal = (lon, lat, veget, time_counter, time_counter_bnds, Areas) 
    34 TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snownobio, snowf, subli, tair, temp_sol, tsol_max, tsol_min, drainage) 
    35 ChunckJob2D = NONE 
    36 TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, CO2FLUX) 
    37 ChunckJob3D = NONE 
     39Patches= () 
     40GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac) 
     41TimeSeriesVars2D= (nobiofrac, alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snownobio, snowf, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac) 
     42ChunckJob2D= NONE 
     43TimeSeriesVars3D= (lai, maxvegetfrac, vegetfrac, CO2FLUX, ptn, nee) 
     44ChunckJob3D= NONE 
     45Seasonal= ON 
     46 
     47[Post_HF_sechiba_out_2] 
     48Patches= () 
     49GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac) 
     50TimeSeriesVars2D= (mrsos, mrro) 
     51ChunckJob2D= 50Y 
     52TimeSeriesVars3D= (ptn) 
     53ChunckJob3D= 10Y 
     54Seasonal= OFF 
  • CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES/COMP/orchidee.driver

    r858 r1601  
    2424    RESOL_SRF=ALL 
    2525 
     26    for frequency in ${config_SRF_WriteFrequency} ; do 
     27        case ${frequency} in 
     28            HF|hf) SRF_ok_hf=y ;; 
     29        esac 
     30    done 
     31 
    2632    IGCM_debug_PopStack "SRF_Initialize" 
     33} 
     34 
     35#----------------------------------------------------------------- 
     36function SRF_PeriodStart 
     37{ 
     38 
     39    IGCM_debug_PushStack "SRF_PeriodStart" 
     40    if [ ${year} -gt 2004 ] ; then 
     41 
     42        PFTmap="${R_BC}/SRF/LMDZORINCA/ORCHIDEE_PFTmap_2006to2100_AR5_RCP8.5_MESSAGE.nc" 
     43        if [ ${year} -eq 2005 ] ; then 
     44            IGCM_sys_Rm -f PFTmap.nc 
     45        fi 
     46 
     47    else 
     48        PFTmap="${R_BC}/SRF/LMDZORINCA/PFTmap_1850to2005_AR5_LUHa.rc2.nc" 
     49    fi 
     50 
     51    BC_SRF_PFTmap=${PFTmap} 
     52 
     53    IGCM_debug_PopStack "SRF_PeriodStart" 
     54 
    2755} 
    2856 
     
    3462    typeset SECHIBA_WRITE_STEP 
    3563 
    36     case ${config_SRF_WriteFrequency} in 
     64    SRF_WriteFrequency=$( echo ${config_SRF_WriteFrequency} | sed -e 's/\([0-9]*[yYmMdDs]\).*/\1/' )  
     65    case ${SRF_WriteFrequency} in 
    3766        *Y|*y)  
    38             WriteInYears=$( echo ${1} | awk -F '[yY]' "{print ${config_SRF_WriteFrequency}}" ) 
    39             PeriodLengthInYears=$( echo ${1} | awk -F '[yY]' "{print ${config_UserChoices_PeriodLength}}" ) 
     67            WriteInYears=$( echo ${SRF_WriteFrequency} | awk -F '[yY]' '{print $1}' ) 
     68            PeriodLengthInYears=$( echo ${config_UserChoices_PeriodLength} | awk -F '[yY]' '{print $1}' ) 
    4069            (( SECHIBA_WRITE_STEP = PeriodLengthInDays * WriteInYears / PeriodLengthInYears * 86400 )) ;; 
    41         *M|*m)  
    42             WriteInMonths=$( echo ${1} | awk -F '[mM]' "{print ${config_SRF_WriteFrequency}}" ) 
     70        1M) 
    4371            case ${config_UserChoices_PeriodLength} in 
    4472            *Y|*y) 
    45                 PeriodLengthInYears=$( echo ${1} | awk -F '[yY]' "{print ${config_UserChoices_PeriodLength}}" ) 
     73                SECHIBA_WRITE_STEP=-1. 
     74                ;; 
     75            *M|*m) 
     76                SECHIBA_WRITE_STEP=-1. 
     77                ;; 
     78            *) 
     79                (( SECHIBA_WRITE_STEP = $( IGCM_date_DaysInMonth $year $month ) * 86400 )) 
     80                ;; 
     81            esac 
     82            ;; 
     83        *M|*m)  
     84            WriteInMonths=$( echo ${SRF_WriteFrequency} | awk -F '[mM]' '{print $1}' ) 
     85            case ${config_UserChoices_PeriodLength} in 
     86            *Y|*y) 
     87                PeriodLengthInYears=$( echo ${config_UserChoices_PeriodLength} | awk -F '[yY]' '{print $1}' ) 
    4688                (( SECHIBA_WRITE_STEP = PeriodLengthInDays * 86400 / PeriodLengthInYears / 12  )) 
    4789                ;; 
    4890            *M|*m) 
    49                 PeriodLengthInMonths=$( echo ${1} | awk -F '[mM]' "{print ${config_UserChoices_PeriodLength}}" ) 
     91                PeriodLengthInMonths=$( echo ${config_UserChoices_PeriodLength} | awk -F '[mM]' '{print $1}' ) 
    5092                (( SECHIBA_WRITE_STEP = PeriodLengthInDays * WriteInMonths  * 86400 / PeriodLengthInMonths  )) 
    5193                ;; 
     
    60102            (( SECHIBA_WRITE_STEP = 86400 )) ;; 
    61103        *s) 
    62             WriteInSeconds=$( echo ${1} | awk -F '[s]' "{print ${config_SRF_WriteFrequency}}" ) 
     104            WriteInSeconds=$( echo ${SRF_WriteFrequency} | awk -F '[s]' '{print $1}' ) 
    63105            (( SECHIBA_WRITE_STEP = WriteInSeconds )) ;; 
    64106        *)  
    65             IGCM_debug_Exit "SRF_Update " ${config_SRF_WriteFrequency} " invalid WriteFrequency : choose in 1Y, 1M, 5D, 1D."  
     107            IGCM_debug_Exit "SRF_Update " ${SRF_WriteFrequency} " invalid WriteFrequency : choose in 1Y, 1M, 5D, 1D."  
    66108            IGCM_debug_Verif_Exit ;; 
    67109    esac 
    68110 
     111    # Dans le cas de test : 
     112#    if [ ${year} -eq 1979 ] ; then 
     113#       ORCHIDEE_sed VEGET_REINIT y 
     114#       ORCHIDEE_sed VEGET_YEAR 131 
     115#    fi 
     116#     
     117#    # Dans le cas historique : 
     118#    if [ ${year} -eq 2005 ] ; then 
     119#       ORCHIDEE_sed VEGET_REINIT y 
     120#       ORCHIDEE_sed VEGET_YEAR 1 
     121##      ORCHIDEE_sed VEGET_UPDATE '0Y' 
     122#    fi 
     123 
     124#     # Dans le cas sans changement de carte aprÚs 2005  
     125#     if [ ${year} -gt 2005 ] ; then 
     126#       ORCHIDEE_sed VEGET_UPDATE '0Y' 
     127#     fi 
     128  
    69129    ORCHIDEE_sed HYDROL_CWRR ${orchidee_UserChoices_NEWHYDROL} 
    70130 
     
    72132    ORCHIDEE_sed SECHIBA_HISTLEVEL ${orchidee_UserChoices_sechiba_LEVEL} 
    73133 
    74 ##    if [ ${year} -eq 1950 ] ; then 
    75 #       ORCHIDEE_sed SECHIBA_HISTFILE2 y 
    76 #       ORCHIDEE_sed SECHIBA_HISTLEVEL2 10 
    77 #       ORCHIDEE_sed WRITE_STEP2 86400.0 
    78 ##    fi 
     134    # Outputs HF in HISTFILE2 if required 
     135    [ X${SRF_ok_hf} = Xy ] && ORCHIDEE_sed SECHIBA_HISTFILE2 y 
     136    ORCHIDEE_sed SECHIBA_HISTLEVEL2 1 
     137    ORCHIDEE_sed WRITE_STEP2 10800.0 
    79138 
    80139    if ( [ ${CumulPeriod} -ne 1 ] || [ "${config_SRF_Restart}" != "n" ] ) ; then 
    81140        ORCHIDEE_sed SECHIBA_restart_in sechiba_rest_in.nc 
     141    fi 
     142 
     143# Desactaivate river routing for high resolution or very low resolution 
     144    if ( [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x19-ZIn" ] || [ ${RESOL_ATM_3D} = "32x24x11" ] ) ; then 
     145        ORCHIDEE_sed  RIVER_ROUTING n 
     146    fi 
     147 
     148# Parameters set in orchidee.card 
     149    if [ ! X${orchidee_UserChoices_VEGET_UPDATE} = X ] ; then 
     150        ORCHIDEE_sed VEGET_UPDATE   ${orchidee_UserChoices_VEGET_UPDATE} 
     151    fi 
     152    if [ ! X${orchidee_UserChoices_LAND_COVER_CHANGE} = X ] ; then 
     153        ORCHIDEE_sed LAND_COVER_CHANGE ${orchidee_UserChoices_LAND_COVER_CHANGE} 
    82154    fi 
    83155 
  • CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES/PARAM/gcm.def

    r1553 r1601  
    44## periode pour le pas Matsuno (en pas) 
    55iperiod=5 
    6 ## periode de la dissipation (en pas) 
    7 idissip=10 
    86## choix de l'operateur de dissipation (star ou  non star ) 
    97lstardis=y 
     
    2422## choix du shema d'integration temporelle (Matsuno ou Matsuno-leapfrog) 
    2523purmats=n 
    26 ## guide ou pas 
    27 ok_guide=.false. 
    28 ## avec ou sans physique 
    29 ##physic=n 
    30 iflag_phys=1 
    31 ## periode de la physique (en pas) 
     24## avec ou sans physique                                                  
     25physic=y 
     26## periode de la physique (en pas)                                        
    3227iphysiq=10 
    3328##  Avec ou sans strato 
    34 ok_strato=y  
     29ok_strato=y 
    3530#  Couche eponge dans les couches de pression plus faible que 100 fois la pression de la derniere couche 
    3631iflag_top_bound=2 
    3732#  Coefficient pour la couche eponge (valeur derniere couche) 
    3833tau_top_bound=5.e-5 
    39 ## frequence (en  jours ) de l'ecriture du fichier histphy                
    40 ecritphy=1 
    41 ## frequence (en  jours ) de l'ecriture du fichier histmth            
    42 ecrit_mth=1 
    43 ##  Cycle diurne  ou non                  
    44 cycle_diurne=y 
    45 ##  Soil Model  ou non                
    46 soil_model=y 
    47 ##  Choix ou non  de  New oliq                
    48 new_oliq=y 
    49 ##  Orodr  ou  non   pour l orographie               
    50 ok_orodr=y 
    51 ##  Orolf  ou  non   pour l orographie               
    52 ok_orolf=y 
    53 ##   Si = .T. ,  lecture du fichier limit avec la bonne annee              
    54 ok_limitvrai=n 
    55 ## longitude en degres du centre du zoom 
     34## longitude en degres du centre du zoom                                  
    5635clon=0. 
    5736## latitude en degres du centre du zoom 
  • CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES/PARAM/orchidee.def

    r858 r1601  
    248248STOMATE_HISTLEVEL = 10 
    249249# default = 10 
     250 
     251#-------------------------------------------------------------------- 
     252# STOMATE_IPCC_OUTPUT_FILE 
     253# This file is going to be created by the model 
     254#    and will contain the output from the model. 
     255#    This file is a truly COADS compliant netCDF file. 
     256#    It will be generated by the hist software from 
     257#    the IOIPSL package. 
     258# Name of file in which STOMATE's output is going 
     259# to be written 
     260STOMATE_IPCC_OUTPUT_FILE = stomate_ipcc_history.nc 
     261# default = stomate_ipcc_history.nc 
     262 
     263# STOMATE_IPCC_HIST_DT 
     264# Time step of the STOMATE IPCC history file 
     265# STOMATE IPCC history time step (d) 
     266STOMATE_IPCC_HIST_DT = -1 
     267# default = 0. 
    250268 
    251269# Write frequency for output files (SECHIBA in seconds et 
     
    572590 
    573591# Total depth of soil reservoir 
    574 HYDROL_SOIL_DEPTH = 2. 
     592HYDROL_SOIL_DEPTH = 4. 
    575593# default = 2. 
     594 
     595# Root profile 
     596# Default values were defined for 2 meters soil depth. 
     597# For 4 meters soil depth, you may use those ones : 
     598# 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. 
     599HYDROL_HUMCSTE = 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. 
     600# default =  5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4. 
    576601 
    577602# Initial restart deep soil moisture if not found in restart 
     
    682707# Add from Nathalie - the 28 of March 2006 - advice from Fred Hourdin 
    683708# By PFT. 
    684 RVEG_PFT = 1., 0.5, 0.5, 1., 1., 1., 1., 1., 1., 1., 0.5, 1., 0.5 
     709RVEG_PFT = 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1. 
    685710# default = 1. 
    686711 
     
    703728# Year of the land_use vegetation map readed 
    704729# year off the pft map 
    705 # If LAND_USE (11 = 1860 - 1850 +1 for PFTmap.20C3M.nc)  
    706 VEGET_YEAR = 151 
     730# If LAND_USE (11 = 1860 - 1850 +1 for PFTmap.20C3M.nc, 1 for PFTmap_IPCC_2000.nc)  
     731VEGET_YEAR = 1 
    707732# default = 282 
     733 
     734# booleen to indicate that a new LAND USE file will be used (since 1.9.5 version). 
     735# The parameter is used to bypass veget_year count  
     736# and reinitialize it with VEGET_YEAR parameter. 
     737# Then it is possible to change LAND USE file. 
     738# If LAND_USE 
     739VEGET_REINIT = n 
     740# default = n 
    708741 
    709742# Update vegetation frequency (since 2.0 version) 
    710743# The veget datas will be update each this time step. 
    711744# If LAND_USE 
    712 VEGET_UPDATE = 0Y 
     745VEGET_UPDATE = XY 
    713746# default = 1Y 
    714747 
     
    718751# deforestation.                                 
    719752# If LAND_USE 
    720 LAND_COVER_CHANGE = n 
     753LAND_COVER_CHANGE = x 
    721754# default = y 
    722755 
  • CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES/PARAM/physiq.def

    r1553 r1601  
    1 ##- $Id: physiq.def 71 2007-06-21 14:26:03Z acosce $ 
    2 type_ocean=force  
    3 VEGET=y 
    4 OK_journe=n 
    5 OK_mensuel=y 
    6 OK_instan=n 
    7 if_ebil=0 
    8 # 
    9 # parametres KE 
    10 # 
    11 epmax = .999 
    12 ok_adj_ema = n 
    13 iflag_clw = 1 
     1## $Id$ 
     2# 
     3# PARAMETRES ANCIENNEMENT DANS gcm.def 
     4##  Cycle diurne  ou non                  
     5cycle_diurne=y 
     6##  Soil Model  ou non                
     7soil_model=y 
     8##  Choix ou non  de  New oliq                
     9new_oliq=y 
    1410##  Activation ou non de la parametrisation de Hines pour la strato 
    1511ok_hines=y 
     12##  Orodr  ou  non   pour l orographie               
     13ok_orodr=y 
     14##  Orolf  ou  non   pour l orographie               
     15ok_orolf=y 
     16##   Si = .T. ,  lecture du fichier limit avec la bonne annee              
     17ok_limitvrai=n 
    1618## Nombre  d'appels des routines de rayonnements ( par jour)                  
    1719nbapp_rad=12 
    18 ##  Flag  pour la convection (1 pour LMD, 2 pour Tiedtke, 3 KE, 4 KE vect) 
     20##  Flag  pour la convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(nvlle version JYG), 30 KE(version IPCC AR4), 4 KE vect 
    1921iflag_con=30 
     22## Facteur multiplication des precip convectives dans KE 
     23cvl_corr=1.0 
     24##  Facteur additif pour l'albedo 
     25# variable modife avec lmdz.card 
     26pmagic=999.9 
     27# 
     28# 
     29# Parametres fichiers de sortie 
     30# 
     31# Noms des fichiers 
     32phys_out_filenames=      histmth histday histhf  histhf3h histhf3hm histstn 
     33# Sortir ou non les fichiers 
     34phys_out_filekeys=       y       y       y       y       y          n 
     35# Niveaux de sorties 
     36phys_out_filelevels=     5       5       5       5       5          5 
     37### Type de fichier : global (n) ou stations (y) 
     38phys_out_filestations =  n       n       n       n       n          y 
     39### Frequences des sorties 
     40phys_out_filetimesteps = 1.day,  1.day,  0.25day, 0.125day, 0.125day, 1800.s 
     41 
     42# more variables for level 5 : vitw and pres 
     43# Vertical wind 
     44flag_vitw         =  2, 3, 5, 5, 1 
     45name_vitw         =  vitw 
     46# Air pressure 
     47flag_pres         =  2, 3, 5, 5, 1 
     48name_pres         =  pres 
     49# 
     50### parametres pour hist*NMC.nc 
     51#lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier 
     52#                histdayNMC: 8 ou 17 
     53lev_histdayNMC=8 
     54### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 
     55ok_histNMC = y, n, n 
     56 
     57### freqin_isccp = frequence input en secondes du simulateur ISCCP 
     58freq_ISCCP=10800. 
     59### freqout_isccp = frequence output en jours du simulateur ISCCP 
     60ecrit_ISCCP=_ecrit-ISCCP_ 
     61### niveau du diagnostique de conservation d energie 
     62if_ebil=0 
     63# 
     64# parametres KE 
     65# 
     66### epmax = Efficacite precipitation maximale 
     67epmax = .999 
     68### ok_adj_ema = ?? pas utilise 
     69ok_adj_ema = n 
     70### iflag_clw Flag calcul eau liquide 
     71# - iflag_clw=0 : qcond_incld(i,l) = em_qcondc(l) 
     72# - iflag_clw=1 : qcond_incld(i,l) = em_qcond(l) 
     73# - iflag_clw=2 : eau liquide diagnostique en fonction de la Precip 
     74iflag_clw = 1 
    2075#  
    2176# parametres nuages 
    2277# 
     78### cld_lc_lsc  contenu en eau liquide des nuages large-scale (fisrtilp)  
    2379cld_lc_lsc = 4.16e-4 
     80### cld_lc_con  contenu en eau liquide des nuages convectifs (fisrtilp)  
    2481cld_lc_con = 4.16e-4 
     82### cld_tau_lsc cte de temps utilisee pour eliminer l eau large-scale (fisrtilp)  
    2583cld_tau_lsc = 1800. 
     84### cld_tau_con cte de temps utilisee pour eliminer l eau convective (fisrtilp)  
    2685cld_tau_con = 1800. 
     86### ffallv_lsc  cte utilisee dans calcul vitesse de chute cristaux de glace large-scale (fisrtilp)  
    2787ffallv_lsc = 0.5 
     88### ffallv_lsc  cte utilisee dans calcul vitesse de chute cristaux de glace convectifs (fisrtilp)  
    2889ffallv_con = 0.5 
    29 coef_eva = 0.00002 
     90### coef_eva coef evaporation precips eau/glace (fisrtilp/fisrtilp_tr?/conlmd?) 
     91coef_eva = 2.e-5 
     92### reevap_ice  reevaporation de toute la precip dans la couche du dessous pour la glace (fisrtilp)  
    3093reevap_ice = y 
     94### iflag_cldcon  flag pour calculer ratqsc=F(ratqsbas,fact_cldcon,q_seri) (physiq)  
     95# - iflag_cldcon<=-1 diag. rain_Tiedtke  
     96# - iflag_cldcon=1, ratqsc=ratqsbas+fact_cldcon*(q_seri(1)-q_seri(k))/q_seri(k) 
     97# - iflag_cldcon=1/2, ratqs=max(ratqs,ratqsc) 
     98# - iflag_cldcon=3,   ratqs=ratqss 
    3199iflag_cldcon = 3 
     100### iflag_pdf :  flag calcul distribution sous-maille de l eau et des nuages  
     101# - iflag_pdf=0, version ratqs,  
     102# - iflag_pdf=1, calcul eau condensee, fraction nuageuse, eau nuageuse a partir 
     103# -              des PDFS de Sandrine Bony  
    32104iflag_pdf = 1 
     105### fact_cldcon  constante calcul ratqsc (voir iflag_cldcon) et proprietes nuages convectifs, clwcon0 (physiq.F)  
    33106fact_cldcon = 1. 
    34 #facttemps = 1.e-4 
     107### facttemps=   facteur de relaxation de ratqs (iflag_cldcon=1/2) et rnebcon (iflag_cldcon=3) 
    35108facttemps = 0.0001 
     109## ok_newmicro   =y appel newmicro , =n appel nuage (calcul epaisseur optique et emmissivite des nuages)  
    36110ok_newmicro = y 
     111### iflag_ratqs=0 correspond a la version IPCC AR4  
     112iflag_ratqs=0 
     113### ratqsbas     ratqs en bas si iflag_cldcon=1  
    37114ratqsbas = 0.005 
     115### ratqshaut    ratqs en haut pour ratqss "stables"   
    38116ratqshaut = 0.33 
     117### rad_froid    rayon cristaux des nuages de glace "froids"  
    39118rad_froid = 35 
     119### rad_chau1    rayon goutelettes d eau chauds", en haut: k=4-klev  
    40120rad_chau1=12 
     121### rad_chau2    rayon goutelettes d eau chauds", en bas: k=1-3   
    41122rad_chau2=11 
    42 #ksta_ter=1.e-7 
    43 ksta_ter=0.0000001 
    44 # 
    45 # parametres outputs 
    46 # 
    47 #niveau de sortie "hf" lev_histhf avec 
    48 # - lev_histhf=3 => defaut 
    49 # - lev_histhf=4 => histhf3d.nc champs 3d niveaux modele 
    50 lev_histhf=3 
    51 #niveau de sortie "day" lev_histday 
    52 # - lev_histday=2 => defaut 
    53 # - lev_histday=3 => + champs 3D => F. Lott 
    54 # - lev_histday=4 => + champs sous-surfaces 
    55 lev_histday=2 
    56 #niveau de sortie "mth" lev_histmth avec 
    57 # - lev_histmth=2 => defaut 
    58 # - lev_histmth=3 => albedo, rugosite sous-surfaces 
    59 # - lev_histmth=4 => champs tendances 3d 
    60 lev_histmth=4 
    61 # 
    62 # parametres climatique 
    63 # 
     123#  
     124# Coefficient et parametres sur les drags 
     125# 
     126f_cdrag_ter=0.8 
     127f_cdrag_stable=1. 
     128f_cdrag_oce=0.8 
     129f_rugoro=0. 
     130### ksta_ter      coef.diffusion minimale sur terre/sic/lic  
     131ksta_ter=1.e-7 
     132### cdmmax =     cdrag maximum pour le moment 
     133cdmmax = 2.5E-3 
     134### cdhmax =     cdrag maximum pour l energie 
     135cdhmax = 2.0E-3 
     136# 
     137# Parametres "orbitaux/ ere geologique" 
     138# 
     139### R_ecc =      Excentricite 
    64140R_ecc = 0.016715 
     141### R_peri =     Equinoxe 
    65142R_peri = 102.7 
     143### R_incl =     Inclinaison 
    66144R_incl = 23.441 
     145### solaire =    Constante solaire 
    67146solaire = 1365. 
     147# 
     148# Taux gaz a effet de serre 
     149# 
     150### co2_ppm =    taux CO2 en ppm 
    68151co2_ppm = 348. 
     152### CH4_ppb =    taux CH4 en ppb 
    69153CH4_ppb = 1650. 
     154### N2O_ppb =    taux N2O en ppb 
    70155N2O_ppb = 306. 
     156### CFC11_ppt =  taux CFC11 en ppt 
    71157CFC11_ppt = 280. 
    72 CFC12_ppt = 484. 
    73 # 
    74 # parametres simulateur ISCCP 
    75 # 
     158### CFC12_ppt =  taux CFC12 en ppt 
     159CFC12_ppt = 484 
     160# 
     161# Parametres effets directs/indirects des "aerosols" 
     162# 
     163### ok_ade=y/n   flag Aerosol direct effect 
     164ok_ade=n 
     165### ok_aie=y/n   flag Aerosol indirect effect 
     166ok_aie=n 
     167### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
     168# variable modife avec lmdz.card 
     169aer_type=xxx 
     170###  type of coupled aerosol =1 (default) =2 => bc  only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 
     171flag_aerosol=1  
     172### bl95_b0 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995) 
     173bl95_b0=2 
     174### bl95_b1 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995) 
     175bl95_b1=0.2 
     176# 
     177# Parametre de lecture de l'ozone 
     178# 
     179# Allowed values are 0, 1 and 2 
     180# 0: do not read an ozone climatology 
     181# 1: read a single ozone climatology that will be used day and night 
     182# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
     183read_climoz=0 
     184# 
     185# Parametres simulateur COSP (CFMIP Observational Simulator Package) 
     186# 
     187### ok_cosp=y/n flag simulateur COSP 
     188ok_cosp=n 
     189### freq_COSP = frequence d'appel de COSP en secondes 
     190freq_COSP=10800. 
     191### ok_mensuelCOSP=y/n sortir fichier mensuel COSP histmthCOSP.nc, =n pas de fichier histmthCOSP.nc 
     192ok_mensuelCOSP=y 
     193### ok_journeCOSP=y/n sortir fichier journalier histdayCOSP.nc, =n pas de fichier histdayCOSP.nc 
     194ok_journeCOSP=y 
     195### ok_hfCOSP=y/n, ecrire sorties  haute frequence histhfCOSP.nc, =n pas de fichier histhfCOSP.nc 
     196ok_hfCOSP=n 
     197# 
     198# Parametres simulateur ISCCP 
     199# 
     200### ok_isccp=y/n flag simulateur ISCCP 
     201ok_isccp=n 
     202### top_height = flag choix calcul nuages par le simulateur en utilisant  
     203# -              les donnees IR et/ou VIS et l algorithme ISCCP-D1 
     204# - top_height = 1 -> algo IR-VIS 
     205# - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" 
     206# - top_height = 3 -> algo IR 
    76207top_height = 3 
    77 #overlap = 1, 2 ou 3 
     208### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP 
     209# - overlap=1    Max overlap 
     210# - overlap=2    Random overlap 
     211# - overlap=3    Max/Random overlap 
    78212overlap = 3 
    79 #cdmmax 
    80 #cdmmax = 2.5E-3 
    81 cdmmax = 0.0025 
    82 #cdhmax 
    83 #cdhmax = 2.0E-3 
    84 cdhmax = 0.002 
    85 #autres flags 
    86 iflag_pbl = 1 
    87 iflag_thermals = 0 
    88 iflag_ratqs=0 
    89 iflag_clos=0 
    90 # 
    91 # parametre chimie/aerosols 
    92 # 
    93213config_inca=chem 
    94214aerosol_couple=n 
    95 flag_aerosol=1 
    96 new_aod=.true. 
    97 ok_ade=n 
    98 ok_aie=n 
    99  
     215## frequence (en  jours ) de l'ecriture du fichier histphy                
     216ecritphy=1 
     217## frequence (en  jours ) de l'ecriture du fichier histmth            
     218ecrit_mth=1 
  • CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES/PARAM/run.def

    r1553 r1601  
    44INCLUDEDEF=orchidee.def 
    55INCLUDEDEF=guide.def 
    6 ## activation du calcul d equilibrage de charge 
    7 adjust=_adjust_ 
    86## Type de calendrier utilise 
    97## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
     
    1311##  Annee de l'etat  initial (   avec  4  chiffres   ) 
    1412anneeref=_anneeref_ 
    15 ## raz_date 
    16 raz_date=_raz_date_ 
    1713## Nombre de jours d'integration 
    1814nday=_nday_ 
     15## Remise a zero de la date initiale 
     16raz_date=_raz_date_ 
    1917## periode de sortie des variables de controle (en pas) 
    20 iconser= 480 
     18iconser=480 
    2119## periode d'ecriture du fichier histoire (en jour) 
    22 iecri=10 
    23 ## periode de stockage fichier histmoy (en jour) 
    24 periodav=1. 
    25 ## unite de sortie des impressions 
    26 lunout=6 
     20iecri=1 
     21## flag de sortie dynzon 
     22ok_dynzon=n 
     23## periode de stockage fichier dynzon (en jour) 
     24periodav=_periodav_ 
     25## activation du calcul d equilibrage de charge 
     26adjust=_adjust_ 
     27## activation du filtre fft 
     28use_filtre_fft=y 
     29## niveau d impression de controle 
     30prt_level=0 
     31### 
     32### Informations sur la configuration utilisee 
     33### 
     34### type_ocean = force / slab  /couple 
     35type_ocean=force 
     36### VEGET= y si ORCHIDEE, =n si bucket 
     37VEGET=y 
     38### Parameters read only by ce0l : 
     39### create file grilles_gcm.nc 
     40grilles_gcm_netcdf=y 
     41 
  • CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES/config.card

    r1553 r1601  
    11#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $ 
    22#======================================================================== 
    3 #D-- Carte pour un run GES en resolution 96x72  
     3#D-- Carte pour un run GES en resolution 96x95x39 
    44#======================================================================== 
    55#D-- Compatibility - 
     
    1212#D-- (<8 chars MAX for JobName) 
    1313JobName=LOIG3_39_00 
    14 LongName='LMDz-ORCHIDEE-INCA with New scripts' 
     14LongName='Ajout de Stomate (NEW) - Fichiers sflx / aircraft / start / startphy  créés par S.Szopa ' 
    1515TagName=LMDZORINCA/GES 
    1616#============================ 
     
    4040#D- For each component, Name of component, Tag of component 
    4141ATM= (lmdz, LMDZ4) 
    42 SRF= (orchidee, orchidee_1_9_2) 
     42SRF= (orchidee, orchidee_1_9_5) 
     43SBG= (stomate, ORCHIDEE_1_9_5) 
    4344CHM= (inca, INCA3)  
    4445 
     
    5051ATM= (gcm.e, gcm.e) 
    5152SRF= ("", "") 
     53SBG= ("", "") 
    5254CHM= (inca.dat, inca.dat) 
    5355 
     
    5860OverRule=n 
    5961#D- Last day of the experience used as restart 
    60 RestartDate=1869-12-30 
     62RestartDate=2005-12-31 
    6163#D- Define restart simulation name (=> JOB_OS) 
    62 RestartJobName=JobName 
     64RestartJobName=LOI_AR5WERF_E0_2006 
    6365#D- Path Server Group Login (=> PSGL) 
    64 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/GES 
     66RestartPath=/dmnfs/cont003/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER 
    6567# Attention login depend de la machine 
    6668 
     
    7274RebuildFrequency=1D 
    7375#D- Do we rebuild parallel output from archive 
    74 RebuildFromArchive=none 
     76RebuildFromArchive=NONE 
    7577#D- If you want to produce time series, this flag determines 
    7678#D- frequency of post-processing submission 
     
    108110OldName= 
    109111 
     112#======================================================================== 
     113#D-- SBG - STOMATE 
     114[SBG] 
     115WriteFrequency="1M" 
     116# If config_Restarts_OverRule == 'n' next 4 params are read 
     117Restart=n 
     118#-- Last day of the experience used as restart for this component if Restart=y 
     119RestartDate=2000-01-31 
     120# Define restart simulation name for this component 
     121RestartJobName=EXP00 
     122RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 
     123#-- Old component name for restart (if empty, use new name) 
     124OldName= 
    110125 
    111126#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.