Ignore:
Timestamp:
11/25/14 15:10:12 (10 years ago)
Author:
acosce
Message:

Add modification to manage output with xios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/NMHC_AER/COMP/lmdz.card

    r2330 r2366  
    44 
    55[UserChoices] 
    6 # Physics package to use : 
    7 # AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources with 19 or 39 levels 
    8 # NPv3.1 for new physics, to be used with LMDZ5/trunk revision 1554 or later with 39 levels 
     6# Physics package to use :  
     7# AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources  
     8# NPv3.1 for new physics, to be used with LMDZ5/trunk revision 1554 or later 
    99LMDZ_Physics=AP 
    1010#LMDZ_Physics=NPv3.1 
    1111 
     12# Use XIOS as output library 
     13XIOS=y 
    1214 
     15# Set the variable CREATE needed further below to find the initial and boundary condition files. 
     16CREATE=ELC-${RESOL_ATM_3D} 
     17 
     18# ByPass_hgardfou_teta=y : modify teta_ parameters for following CumulPeriod only 
     19ByPass_hgardfou_teta=n 
     20 
     21# ByPass_hgardfou_mats=y : set parameter purmats=y for following CumulPeriod only 
     22ByPass_hgardfou_mats=n 
     23 
     24# Number of periods where to set parameter adjust=y before switching to adjust=n 
     25# For adjust=n, set LMDZ_NbPeriod_ajust=0.  
    1326LMDZ_NbPeriod_adjust=3 
    1427# LMDZ_NbPeriod_adjust=0 
     
    4659 
    4760# Nugding : ok_guide=y/n 
     61# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
    4862ok_guide=n 
    4963 
     
    6478 
    6579[ParametersFiles] 
    66 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics} , physiq.def    ), \ 
    67         (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}                    , gcm.def       ), \ 
    68         (${SUBMIT_DIR}/PARAM/run.def                                    , .             ), \ 
    69         (${SUBMIT_DIR}/PARAM/output.def_${OutLevel},                    output.def      ), \ 
    70         (${SUBMIT_DIR}/PARAM/config.def_${ConfType},                    config.def      ), \ 
    71         (${SUBMIT_DIR}/PARAM/guide.def                                  , .             ) 
     80List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 
     81        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \ 
     82        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
     83        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \ 
     84        (${SUBMIT_DIR}/PARAM/output.def_${OutLevel},  output.def),    \ 
     85        (${SUBMIT_DIR}/PARAM/config.def_${ConfType},  config.def),    \ 
     86        (${SUBMIT_DIR}/PARAM/guide.def, .), \ 
     87        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
     88        (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 
     89        (${SUBMIT_DIR}/PARAM/iodef.xml, . ),\ 
     90        (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . )            ,\ 
     91        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . )          ,\ 
     92        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histday_lmdz.xml, . )   ,\ 
     93        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhf_lmdz.xml, . )    ,\ 
     94        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histins_lmdz.xml, . )   ,\ 
     95        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histLES_lmdz.xml, . )   ,\ 
     96        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . )   ,\ 
     97        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstn_lmdz.xml, . )   ,\ 
     98        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthNMC_lmdz.xml, . ),\ 
     99        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayNMC_lmdz.xml, . ),\ 
     100        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfNMC_lmdz.xml, . ) 
    72101 
    73102[RestartFiles] 
     
    76105 
    77106[OutputText] 
    78 List=   (physiq.def, gcm.def, run.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, config.def, output.def) 
    79  
     107List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, config.def, used_run.def, iodef.xml, context_lmdz.xml,field_def_lmdz.xml) 
    80108 
    81109[OutputFiles] 
Note: See TracChangeset for help on using the changeset viewer.