Changeset 2847


Ignore:
Timestamp:
05/12/16 16:18:19 (8 years ago)
Author:
lfairhead
Message:

Parameters that were in convection.def file are now in physiq.def file
No need to include a convection.def file anymore
LF

Location:
CONFIG/UNIFORM/v6
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/lmdz.card

    r2820 r2847  
    7070[ParametersFiles] 
    7171List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def),       \ 
    72         (${SUBMIT_DIR}/PARAM/convection.def_${LMDZ_Physics}, convection.def), \ 
    7372        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY},    gcm.def),          \ 
    7473        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),         \ 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/physiq.def_NPv5.4

    r2750 r2847  
    11# 
    2 # $Id: physiq.def_NPv5.4 2446 2016-02-16 12:32:59Z fairhead $ 
     2# $Id: physiq.def_NPv5.4 2511 2016-05-12 13:34:32Z fairhead $ 
    33# 
    44#PARAMETRES ET CLES DE LA PHYSIQUE LMDZ 
     
    185185iflag_cloudth_vert=1 
    186186 
     187### Convection: le fichier convection.def 
     188#altitude, in hPa, above LCL at which buoybase is computed, def = original: -40 
     189dpbase=-40. 
     190#altitude, in hPa, above LCL below which Ep=0, def = original: 150, used only if flag_epKEorig=0 
     191pbcrit=150.0 
     192#altitude, in hPa, above LCL above which Ep=Epmax, def = original: 500, used only if flag_epKEorig=0 
     193ptcrit=500.0 
     194#reference fractional area of precipitating downdraughts, def = original: 0.01 
     195sigdz=0.01 
     196#unsaturated fraction of precipitating downdraughts, def = original: 0.15 
     197spfac=0.15 
     198#relaxation time of cloud base mass flux, def = original: 8000 
     199tau=8000. 
     200#flag for wb (= vert velocity at LFC); 0->wb=wbmax, 1->wb=f(plfc) bounded, 2->wb=f(plfc) linear, def = 1 
     201flag_wb=1 
     202#parameter used in the computation of wb, def = 6. 
     203wbmax=6. 
     204# 
     205ok_convstop=.False. 
     206# 
     207tau_stop=15000. 
     208# 
     209ok_intermittent=.False. 
     210#shedding coefficient (used when iflag_mix_adiab=1) 
     211coef_peel=0.25 
     212# 
     213### Clouds 
     214#Conversion cld water->precip: Ep=f(pressure) if 0; Ep=f(temperature) if 1, def=1 
     215flag_epKEorig=1 
     216#max condensed water concentration in kg/kg, def=0.0003, original: 0.0011, used only if flag_epKEorig=1 
     217elcrit=0.0003 
     218#temperature in degre Celsius, at which Ep=Epmax, def=-55., original: -55, used only if flag_epKEorig=1 
     219tlcrit=-55.0 
     220 
     221### Wakes 
     222#coefficient in Wape->C_star formula: C_star=stark*sqrt(2*Wape), def: 0.33 
     223stark=0.33 
     224#lifting efficiency of wakes; Alp=Alpk*Fip, Fip=power provided by wakes, def: 0.25 
     225alpk=0.25 
     226#wake density = number of wake centers per m2, def: 8.E-12 
     227wdens_ref=8.E-12 
     228#multiplicative factor of the damping by gravity waves, def: 4. 
     229coefgw=4. 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/physiq.def_NPv5.5

    r2838 r2847  
    1 ############################################################################## 
     1q############################################################################## 
    22# PARAMETRES ET CLES DE LA PHYSIQUE LMDZ 
    33############################################################################## 
     
    188188#Bergeron 
    189189iflag_bergeron=1 
     190 
     191################################################################################ 
     192### Convection.def file 
     193#altitude, in hPa, above LCL at which buoybase is computed, def = original: -40 
     194dpbase=-40. 
     195#altitude, in hPa, above LCL below which Ep=0, def = original: 150, used only if flag_epKEorig=0 
     196pbcrit=150.0 
     197#altitude, in hPa, above LCL above which Ep=Epmax, def = original: 500, used only if flag_epKEorig=0 
     198ptcrit=500.0 
     199#reference fractional area of precipitating downdraughts, def = original: 0.01 
     200sigdz=0.01 
     201#unsaturated fraction of precipitating downdraughts, def = original: 0.15 
     202spfac=0.15 
     203#relaxation time of cloud base mass flux, def = original: 8000 
     204tau=8000. 
     205#flag for wb (= vert velocity at LFC); 0->wb=wbmax, 1->wb=f(plfc) bounded, 2->wb=f(plfc) linear, def = 1 
     206flag_wb=1 
     207#parameter used in the computation of wb, def = 6. 
     208wbmax=6. 
     209# 
     210ok_convstop=.False. 
     211# 
     212tau_stop=15000. 
     213# 
     214ok_intermittent=.False. 
     215#shedding coefficient (used when iflag_mix_adiab=1) 
     216coef_peel=0.25 
     217# 
     218### Clouds 
     219#Conversion cld water->precip: Ep=f(pressure) if 0; Ep=f(temperature) if 1, def=1 
     220flag_epKEorig=1 
     221#max condensed water concentration in kg/kg, def=0.0003, original: 0.0011, used only if flag_epKEorig=1 
     222elcrit=0.0003 
     223#temperature in degre Celsius, at which Ep=Epmax, def=-55., original: -55, used only if flag_epKEorig=1 
     224tlcrit=-55.0 
     225 
     226### Wakes 
     227#coefficient in Wape->C_star formula: C_star=stark*sqrt(2*Wape), def: 0.33 
     228stark=0.33 
     229#lifting efficiency of wakes; Alp=Alpk*Fip, Fip=power provided by wakes, def: 0.25 
     230alpk=0.25 
     231#wake density = number of wake centers per m2, def: 8.E-12 
     232wdens_ref=8.E-12 
     233#multiplicative factor of the damping by gravity waves, def: 4. 
     234coefgw=4. 
     235################################################################################## 
     236#### End of convection.def inclusion 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/run.def

    r2802 r2847  
    44INCLUDEDEF=gcm.def 
    55INCLUDEDEF=vert.def 
    6 INCLUDEDEF=convection.def 
    76INCLUDEDEF=orchidee.def 
    87INCLUDEDEF=config.def 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/physiq.def_NPv5.4

    r2736 r2847  
    11# 
    2 # $Id: physiq.def_NPv5.4 2446 2016-02-16 12:32:59Z fairhead $ 
     2# $Id: physiq.def_NPv5.4 2511 2016-05-12 13:34:32Z fairhead $ 
    33# 
    44#PARAMETRES ET CLES DE LA PHYSIQUE LMDZ 
     
    185185iflag_cloudth_vert=1 
    186186 
     187### Convection: le fichier convection.def 
     188#altitude, in hPa, above LCL at which buoybase is computed, def = original: -40 
     189dpbase=-40. 
     190#altitude, in hPa, above LCL below which Ep=0, def = original: 150, used only if flag_epKEorig=0 
     191pbcrit=150.0 
     192#altitude, in hPa, above LCL above which Ep=Epmax, def = original: 500, used only if flag_epKEorig=0 
     193ptcrit=500.0 
     194#reference fractional area of precipitating downdraughts, def = original: 0.01 
     195sigdz=0.01 
     196#unsaturated fraction of precipitating downdraughts, def = original: 0.15 
     197spfac=0.15 
     198#relaxation time of cloud base mass flux, def = original: 8000 
     199tau=8000. 
     200#flag for wb (= vert velocity at LFC); 0->wb=wbmax, 1->wb=f(plfc) bounded, 2->wb=f(plfc) linear, def = 1 
     201flag_wb=1 
     202#parameter used in the computation of wb, def = 6. 
     203wbmax=6. 
     204# 
     205ok_convstop=.False. 
     206# 
     207tau_stop=15000. 
     208# 
     209ok_intermittent=.False. 
     210#shedding coefficient (used when iflag_mix_adiab=1) 
     211coef_peel=0.25 
     212# 
     213### Clouds 
     214#Conversion cld water->precip: Ep=f(pressure) if 0; Ep=f(temperature) if 1, def=1 
     215flag_epKEorig=1 
     216#max condensed water concentration in kg/kg, def=0.0003, original: 0.0011, used only if flag_epKEorig=1 
     217elcrit=0.0003 
     218#temperature in degre Celsius, at which Ep=Epmax, def=-55., original: -55, used only if flag_epKEorig=1 
     219tlcrit=-55.0 
     220 
     221### Wakes 
     222#coefficient in Wape->C_star formula: C_star=stark*sqrt(2*Wape), def: 0.33 
     223stark=0.33 
     224#lifting efficiency of wakes; Alp=Alpk*Fip, Fip=power provided by wakes, def: 0.25 
     225alpk=0.25 
     226#wake density = number of wake centers per m2, def: 8.E-12 
     227wdens_ref=8.E-12 
     228#multiplicative factor of the damping by gravity waves, def: 4. 
     229coefgw=4. 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/physiq.def_NPv5.5

    r2838 r2847  
    1 ############################################################################## 
     1q############################################################################## 
    22# PARAMETRES ET CLES DE LA PHYSIQUE LMDZ 
    33############################################################################## 
     
    188188#Bergeron 
    189189iflag_bergeron=1 
     190 
     191################################################################################ 
     192### Convection.def file 
     193#altitude, in hPa, above LCL at which buoybase is computed, def = original: -40 
     194dpbase=-40. 
     195#altitude, in hPa, above LCL below which Ep=0, def = original: 150, used only if flag_epKEorig=0 
     196pbcrit=150.0 
     197#altitude, in hPa, above LCL above which Ep=Epmax, def = original: 500, used only if flag_epKEorig=0 
     198ptcrit=500.0 
     199#reference fractional area of precipitating downdraughts, def = original: 0.01 
     200sigdz=0.01 
     201#unsaturated fraction of precipitating downdraughts, def = original: 0.15 
     202spfac=0.15 
     203#relaxation time of cloud base mass flux, def = original: 8000 
     204tau=8000. 
     205#flag for wb (= vert velocity at LFC); 0->wb=wbmax, 1->wb=f(plfc) bounded, 2->wb=f(plfc) linear, def = 1 
     206flag_wb=1 
     207#parameter used in the computation of wb, def = 6. 
     208wbmax=6. 
     209# 
     210ok_convstop=.False. 
     211# 
     212tau_stop=15000. 
     213# 
     214ok_intermittent=.False. 
     215#shedding coefficient (used when iflag_mix_adiab=1) 
     216coef_peel=0.25 
     217# 
     218### Clouds 
     219#Conversion cld water->precip: Ep=f(pressure) if 0; Ep=f(temperature) if 1, def=1 
     220flag_epKEorig=1 
     221#max condensed water concentration in kg/kg, def=0.0003, original: 0.0011, used only if flag_epKEorig=1 
     222elcrit=0.0003 
     223#temperature in degre Celsius, at which Ep=Epmax, def=-55., original: -55, used only if flag_epKEorig=1 
     224tlcrit=-55.0 
     225 
     226### Wakes 
     227#coefficient in Wape->C_star formula: C_star=stark*sqrt(2*Wape), def: 0.33 
     228stark=0.33 
     229#lifting efficiency of wakes; Alp=Alpk*Fip, Fip=power provided by wakes, def: 0.25 
     230alpk=0.25 
     231#wake density = number of wake centers per m2, def: 8.E-12 
     232wdens_ref=8.E-12 
     233#multiplicative factor of the damping by gravity waves, def: 4. 
     234coefgw=4. 
     235################################################################################## 
     236#### End of convection.def inclusion 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/run.def

    r2801 r2847  
    44INCLUDEDEF=gcm.def 
    55INCLUDEDEF=vert.def 
    6 INCLUDEDEF=convection.def 
    76INCLUDEDEF=orchidee.def 
    87INCLUDEDEF=config.def 
Note: See TracChangeset for help on using the changeset viewer.