source: LMDZ4/branches/LMDZ4-dev-20091210/libf/dyn3d/comvert.h

Last change on this file was 1167, checked in by Laurent Fairhead, 15 years ago

Les options de compilation pour g95 et pgf90 avec makegcm FH
une correction dans guide_p.F AJ
LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 372 bytes
Line 
1!
2! $Id: comvert.h 1167 2009-05-29 13:37:46Z abarral $
3!
4!-----------------------------------------------------------------------
5!   INCLUDE 'comvert.h'
6
7      COMMON/comvert/ap(llm+1),bp(llm+1),presnivs(llm),dpres(llm),      &
8     &               pa,preff,nivsigs(llm),nivsig(llm+1)
9
10      REAL ap,bp,presnivs,dpres,pa,preff,nivsigs,nivsig
11
12 !-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.