source: LMDZ4/trunk/libf/dyn3d/comconst.h @ 1279

Last change on this file since 1279 was 1279, checked in by Laurent Fairhead, 14 years ago

Merged LMDZ4-dev branch changes r1241:1278 into the trunk
Running trunk and LMDZ4-dev in LMDZOR configuration on local
machine (sequential) and SX8 (4-proc) yields identical results
(restart and restartphy are identical binarily)
Log history from r1241 to r1278 is available by switching to
source:LMDZ4/branches/LMDZ4-dev-20091210

  • 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 1279 2009-12-10 09:02:56Z fairhead $
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.