Changeset 3498 for LMDZ6/trunk/DefLists


Ignore:
Timestamp:
May 10, 2019, 12:37:26 PM (5 years ago)
Author:
jyg
Message:

second complement to revision 3496

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/DefLists/physiq.def_NPv6.1

    r3474 r3498  
    11#
    2 # $Id: physiq.def_NPv6.1 3668 2018-03-20 14:55:33Z lfairhead $
     2# $Id: physiq.def_NPv6.0.15_S 3593 2018-02-20 10:07:02Z jgipsl $
    33#
    44
     
    163163inertie_lic=2000
    164164inertie_sic=2000
    165     # tau_gl = constante de rappel de la temperature a la surface de la glace (en nombre de jours)
    166     # Utilise celon le forcage : tau_gl=2 pour Amip et tau_gl=1 pour Hadisst2
    167 tau_gl= 2.
     165
     166
    168167          # ???
    169168iflag_albedo=1
     
    369368ptcrit=500
    370369
     370          # Precipitation ejection from adiabatic ascents
     371          # cvflag_prec_eject: when TRUE ejection is activated. Default: False
     372          # ejectliq : 0. =>liquid precipitation is carried up in the adiab updraughts
     373          #            1. =>liquid precipitation is ejected from adiab updraughts
     374          # ejectice   0. =>solid precipitation is carried up in the adiab updraughts
     375          #            1. =>solid precipitation is ejected from adiab updraughts
     376          # ejectliq may take only 0. and 1. values
     377          # ejectice may take any value between 0. and 1.
     378          #   Default : cvflag_prec_eject=n, ejectliq=0., ejectice=0.
     379cvflag_prec_eject=n
     380ejectliq=0.
     381ejectice=0.
     382
     383
     384          # Check whether parcel level temperature and specific humidity
     385          # are reasonable and demand that LCL be high enough
     386cv_flag_feed=2
     387
     388          # save 20% CPU
     389ok_optim_yield=y
     390
     391          # Convective clouds
     392iflag_cld_cv=0
     393
     394          # To get back to bug where convective output variables
     395          # were set to 0 at the start of the physics
     396ok_bug_cv_trac=n
     397
     398           # solving of the temperature equation for the adiabatic ascent
     399           # 0 -> AJ scheme in two loops ; ice fraction given by envt. temp.
     400           # 1 -> JYG scheme in one loop ; ice fraction given by envt. temp.
     401           # 2 -> JYG scheme in one loop ; ice fraction given by adiab. asc. temp.
     402           # Default: 0
     403           # 2 is costly and ill tested; experts only.
     404icvflag_Tpa=0
     405
     406           # taking into account the dependence of qv on qt at saturation
     407           # Default: n
     408qsat_depends_on_qt=n
     409
     410##########################################################
     411# Fermeture convective et couplages
     412##########################################################
     413
     414          # Appel separe des thermiques
     415iflag_pbl_split=10
     416
     417          #rendement sur la puissance fournie par les thermiques a la convection
     418alp_bl_k=0.5
     419
     420          #Constant value to be added to Alp (D: 0.)
     421alp_offset=0
     422
     423          #Convection must reach a level at which T<t_top_max to be active
     424t_top_max=1000
     425
     426          ### nrlmd le 10/04/2012: Declenchement ###
     427          #Declenchement par couche-limite (0: deterministe, 1: stochastique)
     428iflag_trig_bl=1
     429
     430          #Surface critique au LCL
     431s_trig=12000000
     432
     433          #Temps de decorrelation entre scenes de cumulus
     434tau_trig_shallow=1200
     435
     436          #Temps de decorrelation entre scenes de cumulonimbus
     437tau_trig_deep=1200
     438
     439          # Pour la stabilisation
     440random_notrig_max=0.99
     441
     442          # Temperature a la quelle on fond les descentes glacees
     443tmax_fonte_cv=278.15
     444
     445          #Fermeture par couche-limite (Nicolas Rochetin)
     446          #(0: deterministe, 1: statistique, 2: statistique+convergence
     447          # grande echelle)
     448iflag_clos_bl=1
     449
     450          #coefficient in Wape->C_star formula: C_star=stark*sqrt(2*Wape),
     451          # def: 0.33
     452stark=0.33
     453
     454          #lifting efficiency of wakes; Alp=Alpk*Fip, Fip=power provided
     455          # by wakes, def: 0.25
     456alpk=0.25
     457
     458#
     459##########################################################
     460# Couche limite convective / modele du thermique
     461##########################################################
     462
     463          # Convection seche (D:0, 0:ajustement sec,=>1:modele du thermique)
     464iflag_thermals=18
     465
     466          # pas de temps du spliting pour les thermiques
     467          # TOURNE MAIS POSE PLUS DE PROBLEME QU ELLE N EN RESOUD
     468nsplit_thermals=1
     469
     470          # tau_thermals pour avoir une constante de temps sur les thermiques.
     471          # Non valide
     472tau_thermals=0
     473
     474          # Flag controlant le detrainement et l entrainement
     475iflag_thermals_ed=8
     476
     477          # On va chercher l air a z * ( 1+fact_thermals_ed_dz) pour calculer
     478          # le detrainement (A. Jam)
     479fact_thermals_ed_dz=0.07
     480
     481          # Une option de plus sur les thermiques.
     482iflag_thermals_optflux=0
     483
     484          #couplage ou non avec la convection
     485iflag_coupl=5
     486
     487          # Seuil pour desactiver les thermiques en cas de forte inversion
     488          # en sommet de couche limite. Actif si iflag_thermals impair.
     489seuil_inversion=-0.08
     490
     491          # Reactivation du calcul d un zmax continu pour les thermiques
     492          # reactivation d une fermeture humide des thermiques
     493          # iflag_thermals_closure=2 (D=1)
     494iflag_thermals_closure=2
     495
     496
     497##########################################################
     498# Flags wakes
     499##########################################################
     500
     501          #Wake scheme switch (D:0, 0:AR4, 1:New Physics)
     502iflag_wake=1
     503
     504          #multiplicative factor of the damping by gravity waves, def: 4.
     505coefgw=4
     506
     507          #wake density = number of wake centers per m2, def: 8.E-12
     508          #wdens_ref=8.E-12
     509wdens_ref_o=1e-09
     510wdens_ref_l=8e-12
     511
     512          # Ajustement convectif prealable au calcul des poches
     513ok_adjwk=y
     514
    371515          # Prevent some crashes
    372516          # Filter out bad wakes
     
    375519iflag_alp_wk_cond=1
    376520
    377 
    378           # Check whether parcel level temperature and specific humidity
    379           # are reasonable and demand that LCL be high enough
    380 cv_flag_feed=2
    381 
    382           # save 20% CPU
    383 ok_optim_yield=y
    384 
    385           # Convective clouds
    386 iflag_cld_cv=0
    387 
    388           # To get back to bug where convective output variables
    389           # were set to 0 at the start of the physics
    390 ok_bug_cv_trac=n
    391 
    392 ##########################################################
    393 # Fermeture convective et couplages
    394 ##########################################################
    395 
    396           # Appel separe des thermiques
    397 iflag_pbl_split=10
    398 
    399           #rendement sur la puissance fournie par les thermiques a la convection
    400 alp_bl_k=0.5
    401 
    402           #Constant value to be added to Alp (D: 0.)
    403 alp_offset=0
    404 
    405           #Convection must reach a level at which T<t_top_max to be active
    406 t_top_max=1000
    407 
    408           ### nrlmd le 10/04/2012: Declenchement ###
    409           #Declenchement par couche-limite (0: deterministe, 1: stochastique)
    410 iflag_trig_bl=1
    411 
    412           #Surface critique au LCL
    413 s_trig=12000000
    414 
    415           #Temps de decorrelation entre scenes de cumulus
    416 tau_trig_shallow=1200
    417 
    418           #Temps de decorrelation entre scenes de cumulonimbus
    419 tau_trig_deep=1200
    420 
    421           # Pour la stabilisation
    422 random_notrig_max=0.99
    423 
    424           # Temperature a la quelle on fond les descentes glacees
    425 tmax_fonte_cv=278.15
    426 
    427           #Fermeture par couche-limite (Nicolas Rochetin)
    428           #(0: deterministe, 1: statistique, 2: statistique+convergence
    429           # grande echelle)
    430 iflag_clos_bl=1
    431 
    432           #coefficient in Wape->C_star formula: C_star=stark*sqrt(2*Wape),
    433           # def: 0.33
    434 stark=0.33
    435 
    436           #lifting efficiency of wakes; Alp=Alpk*Fip, Fip=power provided
    437           # by wakes, def: 0.25
    438 alpk=0.25
    439 
    440 #
    441 ##########################################################
    442 # Couche limite convective / modele du thermique
    443 ##########################################################
    444 
    445           # Convection seche (D:0, 0:ajustement sec,=>1:modele du thermique)
    446 iflag_thermals=18
    447 
    448           # pas de temps du spliting pour les thermiques
    449           # TOURNE MAIS POSE PLUS DE PROBLEME QU ELLE N EN RESOUD
    450 nsplit_thermals=1
    451 
    452           # tau_thermals pour avoir une constante de temps sur les thermiques.
    453           # Non valide
    454 tau_thermals=0
    455 
    456           # Flag controlant le detrainement et l entrainement
    457 iflag_thermals_ed=8
    458 
    459           # On va chercher l air a z * ( 1+fact_thermals_ed_dz) pour calculer
    460           # le detrainement (A. Jam)
    461 fact_thermals_ed_dz=0.07
    462 
    463           # Une option de plus sur les thermiques.
    464 iflag_thermals_optflux=0
    465 
    466           #couplage ou non avec la convection
    467 iflag_coupl=5
    468 
    469           # Seuil pour desactiver les thermiques en cas de forte inversion
    470           # en sommet de couche limite. Actif si iflag_thermals impair.
    471 seuil_inversion=-0.08
    472 
    473           # Reactivation du calcul d un zmax continu pour les thermiques
    474           # reactivation d une fermeture humide des thermiques
    475           # iflag_thermals_closure=2 (D=1)
    476 iflag_thermals_closure=2
    477 
    478 
    479 ##########################################################
    480 # Flags wakes
    481 ##########################################################
    482 
    483           #Wake scheme switch (D:0, 0:AR4, 1:New Physics)
    484 iflag_wake=1
    485 
    486           #multiplicative factor of the damping by gravity waves, def: 4.
    487 coefgw=4
    488 
    489           #wake density = number of wake centers per m2, def: 8.E-12
    490           #wdens_ref=8.E-12
    491 wdens_ref_o=1e-09
    492 wdens_ref_l=8e-12
    493 
    494           # Ajustement convectif prealable au calcul des poches
    495 ok_adjwk=y
    496521
    497522
     
    531556
    532557cdnc_min=10.
     558
     559
Note: See TracChangeset for help on using the changeset viewer.