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
Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM
Files:
1 deleted
4 edited
7 copied

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/config.def_actuel

    r4180 r4281  
    44soil_model=y 
    55## Pas de temps de couplage (s). 
    6 t_coupl= 86400 
     6t_coupl=_AUTO_ 
    77 
    88## Nombre  d'appels des routines de rayonnements ( par jour)                  
     
    1010 
    1111##  Facteur additif pour l'albedo 
    12 pmagic= 0.0 
     12pmagic =  _AUTO_: DEFAULT = 0.0 
    1313 
    1414# 
     
    1616# 
    1717### R_ecc =      Excentricite (lue dans Eccentricity.txt) 
    18 R_ecc= _AUTO_ : DEFAULT=0.016715 
     18R_ecc = _AUTO_: DEFAULT = 0.016715 
    1919### R_peri =     Equinoxe (lue dans Perihelie.txt) 
    20 R_peri= 102.7 
     20R_peri = _AUTO_: DEFAULT = 102.7 
    2121### R_incl =     Inclinaison (lue dans Obliquity.txt) 
    22 R_incl= 23.441 
     22R_incl = _AUTO_: DEFAULT = 23.441 
    2323### solaire =    Constante solaire 
    2424#solaire = _AUTO_ : DEFAULT = 1366.0896 
    25 solaire= 1361.20  
     25solaire = _AUTO_ : DEFAULT = 1361.20  
    2626# solaire est modifie avec les valeurs du fichier SOLARANDVOLCANOES.txt 
    2727### constante solaire lue dans un fichier par defaut 
     
    3131# 
    3232### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6 
    33 co2_ppm= 3.6912e+02 
     33co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 
    3434### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    35 co2_ppm_per= 14.7648e+02 
     35co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 
    3636### CH4_ppb =    taux CH4 en ppb, l'année 2000 forcage CMIP6 
    37 CH4_ppb= 1.7780e+03 
     37CH4_ppb = _AUTO_ : DEFAULT = 1.7780e+03 
    3838### N2O_ppb =    taux N2O en ppb, l'année 2000 forcage CMIP6 
    39 N2O_ppb= 3.1576e+02 
     39N2O_ppb = _AUTO_ : DEFAULT = 3.1576e+02 
    4040### CFC11_ppt = taux en ppt, l'année 2000 forcage CFC11eq_CMIP6 
    41 CFC11_ppt= 6.3990e+01 
     41CFC11_ppt = _AUTO_ : DEFAULT = 6.3990e+01 
    4242### CFC12_ppt =  taux en ppt, l'année 2000 forcage CFC12eq_CMIP6 
    43 CFC12_ppt= 1.0511e+03 
     43CFC12_ppt = _AUTO_ : DEFAULT = 1.0511e+03 
    4444# 
    4545# Parametres effets directs/indirects des "aerosols" 
    4646# 
    4747### ok_ade=y/n   flag Aerosol direct effect 
    48  
    49 #ym ok_ade= y 
    50 ok_ade= n 
    51  
     48ok_ade=_AUTO_ 
    5249### ok_aie=y/n   flag Aerosol indirect effect 
    53  
    54 #ym ok_aie= y 
    55 ok_aie= n 
    56  
     50ok_aie=_AUTO_ 
    5751### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    5852aer_type=actuel 
    5953### aerosol coupling = online (y) or offline (n) 
    60 aerosol_couple= n 
     54aerosol_couple=_AUTO_ 
     55### Ozone chemistry coupling = online (y) or offline (n) 
     56chemistry_couple=_AUTO_ 
    6157###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6258###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    63  
    64 #ym flag_aerosol= 6   
    65 flag_aerosol= 0 
    66  
     59flag_aerosol=_AUTO_  
    6760### ok_cdnc=y/n   Cloud droplet number concentration 
    68  
    69 #ym ok_cdnc= y 
    70 ok_cdnc= n 
    71  
     61ok_cdnc=_AUTO_ 
    7262# ok_alw=y flag pour activer l effet LW des poussieres 
    7363ok_alw=y 
     
    7969# 1: read a single ozone climatology that will be used day and night 
    8070# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    81 read_climoz=_AUTO_ : DEFAULT = 1 
    82  
     71read_climoz=_AUTO_ 
    8372#  
    8473# Aerosols stratospheriques utilises par defaut  
    85  
    86 #ym flag_aerosol_strat=2 
    87 flag_aerosol_strat=0 
    88  
     74flag_aerosol_strat=2 
     75# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
     76ok_volcan=n 
    8977# 
    9078# COSP 
    91 ok_cosp= n 
    92  
    93  
     79ok_cosp=_AUTO_ 
  • 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 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/traceur.def

    r4180 r4281  
    1 6 
     14 
    2214 14 H2Ov 
    3310 10 H2Ol 
    4410 10 H2Oi 
    5 10 10 Aga 
    6 10 10 RN 
    7 10 10 PB 
     500 00 Aga 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/vert.def_L79

    r4180 r4281  
    11# 
    2 # $Id: vert_L79.def 2482 2016-03-30 08:23:28Z idelkadi $ 
     2# $Id: vert_L79.def 2446 2016-02-16 12:32:59Z fairhead $ 
    33# 
    44#### Verticale discretisation 
     
    66## The new version can be controled by following parameters 
    77## Al the parameters are given in km assuming a given scalehigh 
     8vert_sampling=strato_custom 
    89## scale hight 
    910vert_scale=7. 
     
    3233##  Avec ou sans strato 
    3334ok_strato=y 
    34 ##  Parametrisation de Hines pour la strato 
     35##  Activation ou non de la parametrisation de Hines pour la strato 
    3536ok_hines=n 
    3637#  Couche eponge dans les couches de pression plus faible que 100 fois la pression de la derniere couche 
Note: See TracChangeset for help on using the changeset viewer.