Ignore:
Timestamp:
08/23/11 16:40:59 (13 years ago)
Author:
jgipsl
Message:

Modifications in working configuration : Preparation for new physics in
LMDZ

  • Separated physiq.def_L39 into config.def and physiq.def_L39_AP
  • Added variable LMDZ_physic in lmdz.card. This variable has default value AP for old physics(current physics package). Later with this

variable the new physics package in LMDZ can be switch on.

19 level version on stand-by. Do not use this version for the moment!

  • Deleted physiq.def_L19 in all experience except EXP00. 19 level version has not been updated for these different experiences and all

files were a copy of EXP00/PARAM/physiq.def_L19. physiq.def_L19 is
seperated into physiq.def_L19 and config.def_L19. config.def_L19 is not
yet used.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/historical/PARAM/physiq.def_L39_AP

    r1540 r1541  
    11## $Id$ 
    22# 
    3 # PARAMETRES ANCIENNEMENT DANS gcm.def 
    4 ##  Cycle diurne  ou non                  
    5 cycle_diurne=y 
    6 ##  Soil Model  ou non                
    7 soil_model=y 
    83##  Choix ou non  de  New oliq                
    94new_oliq=y 
     
    1611##   Si = .T. ,  lecture du fichier limit avec la bonne annee              
    1712ok_limitvrai=n 
    18 ## Nombre  d'appels des routines de rayonnements ( par jour)                  
    19 nbapp_rad=24 
    2013##  Flag  pour la convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(nvlle version JYG), 30 KE(version IPCC AR4), 4 KE vect 
    2114iflag_con=30 
    2215## Facteur multiplication des precip convectives dans KE 
    2316cvl_corr=1.0 
    24 ##  Facteur additif pour l'albedo 
    25 pmagic=0.0 
    2617# 
    2718# 
     
    10293### cdhmax =     cdrag maximum pour l energie 
    10394cdhmax = 2.0E-3 
    104 # 
    105 # Parametres "orbitaux/ ere geologique" 
    106 # 
    107 ### R_ecc =      Excentricite 
    108 R_ecc = 0.016715 
    109 ### R_peri =     Equinoxe 
    110 R_peri = 102.7 
    111 ### R_incl =     Inclinaison 
    112 R_incl = 23.441 
    113 ### solaire =    Constante solaire 
    114 solaire = 1365.6537 
    115 # 
    116 # Taux gaz a effet de serre 
    117 # 
    118 ### co2_ppm =    taux CO2 en ppm 
    119 co2_ppm = 0.36886500E+03 
    120 ### CH4_ppb =    taux CH4 en ppb 
    121 CH4_ppb = 0.17510225E+04 
    122 ### N2O_ppb =    taux N2O en ppb 
    123 N2O_ppb = 0.31585000E+03 
    124 ### CFC11_ppt =  taux CFC11 en ppt 
    125 CFC11_ppt = 5.18015181E+01 
    126 ### CFC12_ppt =  taux CFC12 en ppt 
    127 CFC12_ppt = 0.99862742E+03 
    128 # 
    129 # Parametres effets directs/indirects des "aerosols" 
    130 # 
    131 ### ok_ade=y/n   flag Aerosol direct effect 
    132 ok_ade=y 
    133 ### ok_aie=y/n   flag Aerosol indirect effect 
    134 ok_aie=y 
    135 ### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    136 aer_type=annuel 
    137 ###  type of coupled aerosol =1 (default) =2 => bc  only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 
    138 flag_aerosol=6  
    139 ### bl95_b0 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995) 
    140 bl95_b0=1.7 
    141 ### bl95_b1 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995) 
    142 bl95_b1=0.2 
    143 # 
    144 # Parametre de lecture de l'ozone 
    145 # 
    146 # Allowed values are 0, 1 and 2 
    147 # 0: do not read an ozone climatology 
    148 # 1: read a single ozone climatology that will be used day and night 
    149 # 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    150 read_climoz=2 
Note: See TracChangeset for help on using the changeset viewer.