Changeset 1575 for CONFIG/LMDZORINCA


Ignore:
Timestamp:
11/14/11 11:11:18 (12 years ago)
Author:
acosce
Message:

New experiment directory for INCA - use .chimie to new the chemistry

Location:
CONFIG/LMDZORINCA/tags/LMDZORINCA_v2/EXP_LOI
Files:
8 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZORINCA/tags/LMDZORINCA_v2/EXP_LOI/COMP/lmdz.card

    r1565 r1575  
    1313pmagic=0.0 
    1414 
     15# Nugding : ok_guide=y/n 
     16ok_guide=n 
     17 
     18 
    1519[InitialStateFiles] 
    1620# start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job 
     
    2630 
    2731[ParametersFiles] 
    28 List=   (${SUBMIT_DIR}/PARAM/physiq.def , .             ), \ 
    29         (${SUBMIT_DIR}/PARAM/gcm.def    , gcm.def       ), \ 
    30         (${SUBMIT_DIR}/PARAM/run.def    , .             ), \ 
    31         (${SUBMIT_DIR}/PARAM/traceur.def, .             ),\ 
    32         (${SUBMIT_DIR}/PARAM/guide.def  , .             ) 
     32List=   (${SUBMIT_DIR}/PARAM/physiq.def_${CHEM} , physiq.def            ), \ 
     33        (${SUBMIT_DIR}/PARAM/gcm.def            , gcm.def               ), \ 
     34        (${SUBMIT_DIR}/PARAM/run.def            , .                     ), \ 
     35        (${SUBMIT_DIR}/PARAM/traceur.def        , .                     ),\ 
     36        (${SUBMIT_DIR}/PARAM/guide.def          , .                     ) 
    3337  
    3438 
     
    3842 
    3943[OutputText] 
    40 List=   (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 
     44List=   (physiq.def, gcm.def, run.def, guide.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 
    4145 
    4246 
  • CONFIG/LMDZORINCA/tags/LMDZORINCA_v2/EXP_LOI/COMP/lmdz.driver

    r1557 r1575  
    9292    fi 
    9393 
     94 
     95    ## algo : For CumulPeriod=1 ;  
     96    ##        IF NbPeriod_Adjust = 0, Get Bands file directly from server, store it with _0 suffix 
     97    ##        ELSE LMDZ_adjust=y ; save Bands file on file server ; 
     98    ##        For CumulPeriod=2 to LMDZ_NbPeriod_adjust ; Get Bands file from server (CumulPeriod-1) ; LMDZ_adjust=y ; save Bands file on file server ; 
     99    ##        For CumulPeriod > LMDZ_NbPeriod_adjust ; LMDZ_adjust=n ; Get Bands file from server (CumulPeriod=LMDZ_NbPeriod_adjust 0 to force it) ; Use Bands ; 
     100 
    94101    if [ ${CumulPeriod} -eq 1 ] ; then 
    95102        if [ ${LMDZ_NbPeriod_adjust} -eq 0 ] ; then 
     
    116123    LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 
    117124 
     125    if [ ! X${lmdz_UserChoices_ok_guide} = X ] ; then 
     126        LMDZ_sed guide.def ok_guide  ${lmdz_UserChoices_ok_guide} 
     127    fi 
    118128 
    119129    ## run.def parameters 
  • CONFIG/LMDZORINCA/tags/LMDZORINCA_v2/EXP_LOI/PARAM/guide.def

    r1064 r1575  
     1# ok_guide=y : guidage active 
     2ok_guide=n 
     3# 
    14ncep=.false. # true si ncep (ou era 40) , false si ecmwf 
    25guide_u= y 
  • CONFIG/LMDZORINCA/tags/LMDZORINCA_v2/EXP_LOI/config.card

    r1565 r1575  
    1515#============================ 
    1616#D-- (<8 chars MAX for JobName) 
    17 JobName=LOI_NA_AR5WERF 
    18 LongName='run de reference : AR5WERF 2006 -- Fichiers sflx / aircraft / start / startphy  créés par S.Szopa ' 
    19 TagName=LMDZORINCA/NMHC_AER 
     17JobName=LOI_AR5WERF 
     18LongName='Ajout de Stomate (NEW) - Fichiers sflx / aircraft / start / startphy  créés par S.Szopa ' 
     19TagName=LMDZORINCA/${CHEM} 
    2020#============================ 
    2121#D-- leap, noleap, 360d 
     
    7878RebuildFrequency=1Y 
    7979#D- Do we rebuild parallel output from archive 
    80 RebuildFromArchive=none 
     80RebuildFromArchive=NONE 
    8181#D- If you want to produce time series, this flag determines 
    8282#D- frequency of post-processing submission 
Note: See TracChangeset for help on using the changeset viewer.