source: LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/comconst.h @ 1191

Last change on this file since 1191 was 1190, checked in by yann meurdesoif, 15 years ago

Correction de FH sur la sponge layer de top_bound + parallelisation des corrections.

YM

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 790 bytes
Line 
1!
2! $Id: comconst.h 1190 2009-06-23 21:35:20Z jghattas $
3!
4!-----------------------------------------------------------------------
5! INCLUDE comconst.h
6
7      COMMON/comconst/im,jm,lllm,imp1,jmp1,lllmm1,lllmp1,lcl,           &
8     & dtvr,daysec,                                                     &
9     & pi,dtphys,dtdiss,rad,r,cpp,kappa,cotot,unsim,g,omeg              &
10     &                   ,dissip_factz,dissip_deltaz,dissip_zref        &
11     &                   ,iflag_top_bound,tau_top_bound
12
13
14      INTEGER im,jm,lllm,imp1,jmp1,lllmm1,lllmp1,lcl
15      REAL dtvr,daysec
16      REAL pi,dtphys,dtdiss,rad,r,cpp,kappa
17      REAL cotot,unsim,g,omeg
18      REAL dissip_factz,dissip_deltaz,dissip_zref
19      INTEGER iflag_top_bound
20      REAL tau_top_bound
21
22
23!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.