Ignore:
Timestamp:
02/14/19 15:35:36 (5 years ago)
Author:
jgipsl
Message:

Update config:

  • Before the component ATM was used for DYNAMCIO-LMDZphysics together. Now they have been seperated in 2 components: ICO for the icosahedral part which is here DYNAMCIO. ATM is kept for LMDZ phyiscs. Note that when running without DYNMACIO, the component ICO is not present and the component ATM represents both LMDZ dynamics and physics.
  • lmdz.driver and lmdz.card are copied from LMDZOR_v6.2. Small changes are done to work with or without DYNAMCIO.
  • .def files for LMDZ are copied from LMDZOR_v6.2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run.def

    r4180 r4281  
    1 # $Id: run.def 1403 2010-07-01 09:02:53Z fairhead $ 
     1# $Id$ 
    22# 
    3 ## Fichier de configuration general 
    4 ##  
    5 INCLUDEDEF=physiq.def 
    6 INCLUDEDEF=config.def 
    7 INCLUDEDEF=traceur.def 
    83INCLUDEDEF=run_icosa.def 
    94INCLUDEDEF=earth_const.def 
     5INCLUDEDEF=physiq.def 
     6INCLUDEDEF=gcm.def 
    107INCLUDEDEF=vert.def 
    11  
     8INCLUDEDEF=orchidee.def 
     9INCLUDEDEF=config.def 
     10INCLUDEDEF=reprobus.def 
     11INCLUDEDEF=guide.def 
     12INCLUDEDEF=inca.def 
    1213## Type de calendrier utilise 
    1314## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
    14 calend=_AUTOBLOCKER_ 
    15 ## Jour de l'etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici ) 
    16 dayref=_AUTOBLOCKER_ 
    17 ##  Annee de l'etat  initial (   avec  4  chiffres   ) 
    18 anneeref=_AUTOBLOCKER_ 
    19  
     15calend= _AUTOBLOCKER_ 
     16## Jour de l etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici ) 
     17dayref= _AUTOBLOCKER_ 
     18##  Annee de l etat  initial (   avec  4  chiffres   ) 
     19anneeref= _AUTOBLOCKER_ 
     20## Nombre de jours d integration 
     21nday= _AUTOBLOCKER_ 
    2022## Remise a zero de la date initiale 
    21 raz_date=_AUTOBLOCKER_ 
    22  
    23 ## niveau d'impression de controle 
     23raz_date= _AUTOBLOCKER_ 
     24## periode de sortie des variables de controle (en pas) 
     25iconser=240 
     26## periode d ecriture du fichier histoire (en jour) 
     27iecri=1 
     28## flag de sortie dynzon 
     29ok_dynzon=n 
     30## activation du calcul d equilibrage de charge 
     31adjust= n 
     32## activation du filtre fft 
     33use_filtre_fft=y 
     34## niveau d impression de controle 
    2435prt_level=0 
    25  
    2636### 
    2737### Informations sur la configuration utilisee 
    2838### 
    2939### type_ocean = force / slab  /couple 
    30 ### type_ocean is modified automatically by the lmdz.driver 
    31 type_ocean= force 
     40### type_ocean is modified automatically by the lmdz.driver  
     41type_ocean=_AUTOBLOCKER_ 
    3242### version_ocean = nemo / opa8 
    3343version_ocean=nemo 
     
    3545cpl_current=y 
    3646### VEGET= y si ORCHIDEE, =n si bucket 
    37 ### VEGET is modified automatically by the lmdz.driver 
    38 VEGET= n 
     47### VEGET is modified automatically by the lmdz.driver  
     48VEGET=_AUTOBLOCKER_ 
     49### Choice of tracers type_trac=lmdz/inca/repr 
     50### type_trac is set automatically by the lmdz.driver 
     51type_trac=_AUTOBLOCKER_ 
     52### config_inca=aero/chem needed only if type_trac=inca 
     53config_inca=_AUTOBLOCKER_  
    3954### To activate XIOS ouputs only, set n to use IOIPSL 
    4055ok_all_xml= y 
     
    4257no_ter_antartique=y 
    4358### Do not call phytrac to speed things up 
    44 iflag_phytrac=0 
     59iflag_phytrac=_AUTO_: DEFAULT = 0 
    4560 
Note: See TracChangeset for help on using the changeset viewer.