source: LMDZ5/trunk/libf/phylmd/compbl.h @ 2455

Last change on this file since 2455 was 2455, checked in by jyg, 8 years ago

Implementation of a second order distribution on

sub-surfaces of longwave net radiance (Alain
Lahellec).

Introduction of the flag iflag_order2_sollw:

=1 ==> second order distribution.
=0 ==> linear distribution (Default).

  • 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
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 301 bytes
Line 
1      !
2      ! $Header$
3      !
4!jyg+al1<
5!!      integer iflag_pbl,iflag_pbl_split
6!!      common/compbl/iflag_pbl,iflag_pbl_split
7      integer iflag_pbl, iflag_pbl_split, iflag_order2_sollw
8      common/compbl/iflag_pbl, iflag_pbl_split, iflag_order2_sollw
9!>jyg+al1
10!$OMP THREADPRIVATE(/compbl/)
Note: See TracBrowser for help on using the repository browser.