Last change
on this file since 4122 was
338,
checked in by lmdzadmin, 23 years ago
|
Rendu compatible avec le create_etat0_limit
LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
399 bytes
|
Line | |
---|
1 | c |
---|
2 | c $Header$ |
---|
3 | c |
---|
4 | PROGRAM create_etat0 |
---|
5 | C |
---|
6 | C Programme d'appel a etat0, creation des etats initiaux |
---|
7 | C |
---|
8 | C |
---|
9 | LOGICAL interbar |
---|
10 | PARAMETER ( interbar = .TRUE. ) |
---|
11 | #include "dimensions.h" |
---|
12 | #include "paramet.h" |
---|
13 | #include "indicesol.h" |
---|
14 | #include "dimphy.h" |
---|
15 | REAL :: masque(iip1,jjp1) |
---|
16 | REAL :: pctsrf(klon, nbsrf) |
---|
17 | |
---|
18 | CALL etat0_netcdf( interbar, masque, pctsrf ) |
---|
19 | STOP |
---|
20 | END |
---|
Note: See
TracBrowser
for help on using the repository browser.