source: trunk/LMDZ.PLUTO.old/libf/dyn3d/comvert.h @ 3436

Last change on this file since 3436 was 3175, checked in by emillour, 11 months ago

Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM

File size: 520 bytes
Line 
1!-----------------------------------------------------------------------
2!   INCLUDE 'comvert.h'
3
4      COMMON/comvert/ap(llm+1),bp(llm+1),presnivs(llm),dpres(llm) ,      &
5     &               pa,preff,nivsigs(llm),nivsig(llm+1),                &
6     &               sig(llm+1),ds(llm),aps(llm),bps(llm),pseudoalt(llm)
7
8      REAL ap,bp,presnivs,dpres,pa,preff,nivsigs,nivsig
9! Mars Ce qui suit vient de gcm
10      REAL sig,ds,aps,bps,pseudoalt
11
12!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.