Ignore:
Timestamp:
07/10/18 14:53:09 (6 years ago)
Author:
acosce
Message:

update LMDZORINCA_v6 to follow NPv6.1.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/config.def_actuel

    r3897 r3967  
    11##  Cycle diurne  ou non                  
    2 cycle_diurne=y 
     2iflag_cycle_diurne=1 
     3 
     4## Pas de temps de couplage (s).  
     5t_coupl=_AUTO_ 
     6 
    37##  Soil Model  ou non                
    48soil_model=y 
    5 ## Pas de temps de couplage (s). 
    6 t_coupl=_AUTO_ 
    79 
    810## Nombre  d'appels des routines de rayonnements ( par jour)                  
     
    1517# Parametres "orbitaux/ ere geologique" 
    1618# 
    17 ### R_ecc =      Excentricite 
    18 R_ecc = 0.016715 
    19 ### R_peri =     Equinoxe 
    20 R_peri = 102.7 
    21 ### R_incl =     Inclinaison 
    22 R_incl = 23.441 
    23 ### solaire =    Constante solaire 
    24 #solaire = _AUTO_ : DEFAULT = 1366.0896 
    25 solaire = _AUTO_ : DEFAULT = 1361.20  
     19### R_ecc =      Excentricite (lue dans Eccentricity.txt) 
     20R_ecc = _AUTO_: DEFAULT = 0.016715 
     21### R_peri =     Equinoxe (lue dans Perihelie.txt) 
     22R_peri = _AUTO_: DEFAULT = 102.7 
     23### R_incl =     Inclinaison (lue dans Obliquity.txt) 
     24R_incl = _AUTO_: DEFAULT = 23.441 
     25### solaire =    Constante solaire (lue dans SOLARANDVOLCANOES.txt) 
     26solaire = _AUTO_: DEFAULT = 1361.20 
    2627### constante solaire lue dans un fichier par defaut 
    2728ok_suntime_rrtm=y 
     
    2930# Taux gaz a effet de serre 
    3031# 
    31 ### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6 
    32 co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 
     32### co2_ppm =    taux CO2 en ppm, l'année 1850 forcage CMIP6 
     33co2_ppm = _AUTO_: DEFAULT  = 2.8432e+02 
    3334### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    34 co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 
    35 ### CH4_ppb =    taux CH4 en ppb, l'année 2000 forcage CMIP6 
    36 CH4_ppb = _AUTO_ : DEFAULT = 1.7780e+03 
    37 ### N2O_ppb =    taux N2O en ppb, l'année 2000 forcage CMIP6 
    38 N2O_ppb = _AUTO_ : DEFAULT = 3.1576e+02 
    39 ### CFC11_ppt = taux en ppt, l'année 2000 forcage CFC11eq_CMIP6 
    40 CFC11_ppt = _AUTO_ : DEFAULT = 6.3990e+01 
    41 ### CFC12_ppt =  taux en ppt, l'année 2000 forcage CFC12eq_CMIP6 
    42 CFC12_ppt = _AUTO_ : DEFAULT = 1.0511e+03 
     35co2_ppm_per = _AUTO_: DEFAULT  =11.3728e+02 
     36### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6 
     37CH4_ppb = _AUTO_: DEFAULT = 8.0825e+02 
     38### N2O_ppb =    taux N2O en ppb, l'année 1850 forcage CMIP6 
     39N2O_ppb = _AUTO_: DEFAULT = 2.7302e+02 
     40### CFC11_ppt = taux en ppt, l'année 1850 forcage CFC11eq_CMIP6 
     41CFC11_ppt = _AUTO_: DEFAULT = 1.1726e+01 
     42### CFC12_ppt = taux en ppt, l'année 1850 forcage CFC12eq_CMIP6 
     43CFC12_ppt = _AUTO_: DEFAULT = 1.6513e+01 
    4344# 
    4445# Parametres effets directs/indirects des "aerosols" 
     
    4950ok_aie=_AUTO_ 
    5051### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    51 aer_type=actuel 
     52aer_type=preind 
    5253### aerosol coupling = online (y) or offline (n) 
    5354aerosol_couple=_AUTO_ 
     
    5657###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    5758###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    58 flag_aerosol=_AUTO_  
     59flag_aerosol=_AUTO_ 
    5960### ok_cdnc=y/n   Cloud droplet number concentration 
    6061ok_cdnc=_AUTO_ 
     
    6970# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    7071read_climoz=_AUTO_ 
    71 #  
     72# 
    7273# Aerosols stratospheriques utilises par defaut  
     74# 
    7375flag_aerosol_strat=2 
    7476# 
    7577# COSP 
     78# 
    7679ok_cosp=_AUTO_ 
    77  
    78  
Note: See TracChangeset for help on using the changeset viewer.