Last change
on this file since 4 was
3,
checked in by slebonnois, 15 years ago
|
Creation de repertoires:
- chantiers : pour communiquer sur nos projets de modifs
- documentation : pour stocker les docs
Ajout de:
- libf/phytitan : physique de Titan
- libf/chimtitan: chimie de Titan
- libf/phyvenus : physique de Venus
|
File size:
363 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! $Header: /home/cvsroot/LMDZ4/libf/phylmd/dimphy.h,v 1.1.1.1 2004/05/19 12:53:07 lmdzadmin Exp $ |
---|
3 | ! |
---|
4 | c----------------------------------------------------------------------- |
---|
5 | INTEGER KIDIA, KFDIA, KLON, KLEV |
---|
6 | PARAMETER (KIDIA=1,KFDIA=iim*(jjm-1)+2-1/jjm, |
---|
7 | . KLON=KFDIA-KIDIA+1,KLEV=llm) |
---|
8 | REAL zmasq(KLON) |
---|
9 | COMMON/terreoce/zmasq |
---|
Note: See
TracBrowser
for help on using the repository browser.