Changeset 3641


Ignore:
Timestamp:
Feb 25, 2020, 4:30:43 PM (4 years ago)
Author:
jyg
Message:

Wake.F90 : Reading some population dynamic parameters from .def files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/wake.F90

    r3455 r3641  
    317317
    318318!!  DATA wapecut, sigmad, hwmin/5., .02, 10./
    319   DATA wapecut, sigmad, hwmin/1., .02, 10./
     319!!  DATA wapecut, sigmad, hwmin/1., .02, 10./
     320  DATA sigmad, hwmin/.02, 10./
    320321!!  DATA wdensmin/1.e-12/
    321322  DATA wdensmin/1.e-14/
     
    323324  DATA sigmaw_max/0.4/
    324325  DATA dens_rate/0.1/
    325   DATA rzero /5000./
    326326  ! cc
    327327  ! Longueur de maille (en m)
     
    360360  crep_sol = 1.0
    361361
    362   aa0 = 3.14*rzero*rzero
    363 
    364   tau_cv = 4000.
    365 
    366362  ! cc nrlmd Lecture du fichier wake_param.data
    367363  stark=0.33
     
    379375  CALL getin_p('wdens_ref_l',wdens_ref(2))    !wake number per unit area ; land
    380376!>jyg
     377!
     378!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     379!!!!!!!!!  Population dynamics parameters    !!!!!!!!!!!!!!!!!!!!!!!!!!!!
     380!------------------------------------------------------------------------
     381
    381382  iflag_wk_pop_dyn = 0
    382383  CALL getin_p('iflag_wk_pop_dyn',iflag_wk_pop_dyn) ! switch between wdens prescribed
     
    386387                                            ! 1: act(:)=1.
    387388                                            ! 2: act(:)=f(Wape)
     389  wapecut = 1.
     390  CALL getin_p('wapecut', wapecut)
     391!
     392  rzero = 5000.
     393  CALL getin_p('rzero_wk', rzero)
     394  aa0 = 3.14*rzero*rzero
     395!
     396  tau_cv = 4000.
     397  CALL getin_p('tau_cv', tau_cv)
     398
     399!------------------------------------------------------------------------
     400
    388401  coefgw=4.
    389402  CALL getin_p('coefgw',coefgw)
Note: See TracChangeset for help on using the changeset viewer.