Changeset 3641
- Timestamp:
- Feb 25, 2020, 4:30:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/wake.F90
r3455 r3641 317 317 318 318 !! 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./ 320 321 !! DATA wdensmin/1.e-12/ 321 322 DATA wdensmin/1.e-14/ … … 323 324 DATA sigmaw_max/0.4/ 324 325 DATA dens_rate/0.1/ 325 DATA rzero /5000./326 326 ! cc 327 327 ! Longueur de maille (en m) … … 360 360 crep_sol = 1.0 361 361 362 aa0 = 3.14*rzero*rzero363 364 tau_cv = 4000.365 366 362 ! cc nrlmd Lecture du fichier wake_param.data 367 363 stark=0.33 … … 379 375 CALL getin_p('wdens_ref_l',wdens_ref(2)) !wake number per unit area ; land 380 376 !>jyg 377 ! 378 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 379 !!!!!!!!! Population dynamics parameters !!!!!!!!!!!!!!!!!!!!!!!!!!!! 380 !------------------------------------------------------------------------ 381 381 382 iflag_wk_pop_dyn = 0 382 383 CALL getin_p('iflag_wk_pop_dyn',iflag_wk_pop_dyn) ! switch between wdens prescribed … … 386 387 ! 1: act(:)=1. 387 388 ! 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 388 401 coefgw=4. 389 402 CALL getin_p('coefgw',coefgw)
Note: See TracChangeset
for help on using the changeset viewer.