Ignore:
Timestamp:
11/25/09 18:15:33 (14 years ago)
Author:
sdipsl
Message:
  • facttemps=0. (necessary for 1+1=2 , LMDZ only, JYG validated it)
  • read_climoz controls ozone options (same as before here : analytic Royer)
  • fft active (ran 100 years with it in IO intensive mode : CM5BETA)
  • export not needed in driver
  • prepare COSP output (CFMIP Observational Simulator Package), still need AA_make modifications for that.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/PARAM/physiq.def_L39

    r762 r814  
    129129fact_cldcon = 1. 
    130130### facttemps=   facteur de relaxation de ratqs (iflag_cldcon=1/2) et rnebcon (iflag_cldcon=3) 
    131 facttemps = 1.e-4 
     131facttemps = 0. 
    132132## ok_newmicro   =y appel newmicro , =n appel nuage (calcul epaisseur optique et emmissivite des nuages)  
    133133ok_newmicro = y 
     
    188188### ok_aie=y/n   flag Aerosol indirect effect 
    189189ok_aie=y 
    190 ### aer_type =   Aerosol variation type : actuel / preind / scenario 
     190### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    191191aer_type=actuel 
    192192###  type of coupled aerosol =1 (default) =2 => bc  only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 
     
    196196### bl95_b1 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995) 
    197197bl95_b1=0.2 
     198# 
     199# Parametre de lecture de l'ozone 
     200# 
     201# Allowed values are 0, 1 and 2 
     202# 0: do not read an ozone climatology 
     203# 1: read a single ozone climatology that will be used day and night 
     204# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
     205read_climoz=0 
     206# 
     207# Parametres simulateur COSP (CFMIP Observational Simulator Package) 
     208# 
     209### ok_cosp=y/n flag simulateur COSP 
     210ok_cosp=n 
     211## freq_COSP = frequence de sortie en seconde de COSP 
     212freq_COSP=10800. 
    198213# 
    199214# Parametres simulateur ISCCP 
Note: See TracChangeset for help on using the changeset viewer.