Last change
on this file since 2172 was
2126,
checked in by fhourdin, 10 years ago
|
Introduction du cas Dice couplé atmosphere/surface
+ nouveau paramètre de contrôle f_ri_cd_min, seuil minimum
sur la fonction f(Ri) en facteur du coefficient de traîné neutre.
Par défaut : f_ri_cd_min=0.1 (comme avant)
Introduction of the coupled atmosphere/surface dice case.
+ new parameter f_ri_cd_min, minimum threshold on the f(Ri) fonction
that multiply the neutral drag coefficient.
|
-
Property copyright set to
Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory
|
File size:
317 bytes
|
Rev | Line | |
---|
[1887] | 1 | ! |
---|
| 2 | ! $Id: flux_arp.h 2010-08-04 17:02:56Z lahellec $ |
---|
| 3 | ! |
---|
| 4 | logical :: ok_flux_surf |
---|
[2126] | 5 | logical :: ok_prescr_ust !for prescribed ustar |
---|
[1887] | 6 | real :: fsens |
---|
| 7 | real :: flat |
---|
[2126] | 8 | real :: ust |
---|
| 9 | real :: tg |
---|
[1887] | 10 | |
---|
[2126] | 11 | common /flux_arp/fsens,flat,ust,tg,ok_flux_surf,ok_prescr_ust |
---|
[1887] | 12 | |
---|
| 13 | !$OMP THREADPRIVATE(/flux_arp/) |
---|
| 14 | |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.