Changeset 814


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.
Location:
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/COMP/oasis.driver

    r811 r814  
    1818    IGCM_sys_build_run_file ${LIBMPI} 
    1919 
    20     export CPL_OkDay="n" 
    21     export CPL_OkMonth="n" 
     20    CPL_OkDay="n" 
     21    CPL_OkMonth="n" 
    2222 
    2323    for CPL_Frequency in ${config_CPL_WriteFrequency} ; do 
     
    5555    ############ Update Other Parameters  ############## 
    5656    ## Read Output_mode option in ${compname}.card --> Put "y" to have coupling variables in ouptut files 
    57     export CPL_OutputMode="n" 
     57    CPL_OutputMode="n" 
    5858    IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/${compname}.card UserChoices OutputMode  
    5959    eval CPL_OutputMode=\${${compname}_UserChoices_OutputMode} > /dev/null 2>&1 
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/PARAM/physiq.def_L19

    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 
  • 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 
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/PARAM/run.def

    r769 r814  
    2626adjust=_adjust_ 
    2727## activation du filtre fft 
    28 use_filtre_fft=n 
     28use_filtre_fft=y 
Note: See TracChangeset for help on using the changeset viewer.