|
Last change
on this file since 822 was
338,
checked in by lmdzadmin, 24 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
|
| Rev | Line | |
|---|
| [338] | 1 | c |
|---|
| 2 | c $Header$ |
|---|
| 3 | c |
|---|
| [2] | 4 | PROGRAM create_etat0 |
|---|
| 5 | C |
|---|
| 6 | C Programme d'appel a etat0, creation des etats initiaux |
|---|
| 7 | C |
|---|
| 8 | C |
|---|
| [338] | 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 ) |
|---|
| [2] | 19 | STOP |
|---|
| 20 | END |
|---|
Note: See
TracBrowser
for help on using the repository browser.