Last change
on this file since 5306 was
269,
checked in by lmdz, 23 years ago
|
Remplacement des allocates par des dimensionnements classiques. LeVan?
LF
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
898 bytes
|
Rev | Line | |
---|
[259] | 1 | PROGRAM create_etat0_limit |
---|
| 2 | c |
---|
| 3 | c |
---|
| 4 | c Programme d'appel a etat0, creation des etats initiaux et limit_netcdf |
---|
| 5 | c |
---|
| 6 | c |
---|
| 7 | c interbar = .T . si appel a interpol. barycentrique inter_barxy |
---|
| 8 | c |
---|
| 9 | c extrap = .T . si on fait une extrapolation de donnees , comme pour |
---|
| 10 | c les SST lorsque le fichier ne contient pas uniquement des points |
---|
| 11 | c oceaniques . |
---|
| 12 | c |
---|
| 13 | c oldice = .T. si l'on veut garder les anciennes glaces , obtenues |
---|
| 14 | c par grille_m ( grid_atob ) . |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | LOGICAL interbar, extrap , oldice |
---|
| 18 | PARAMETER ( interbar = .TRUE. , extrap = .FALSE. , oldice=.TRUE.) |
---|
| 19 | |
---|
| 20 | CALL etat0_netcdf ( interbar ) |
---|
| 21 | c |
---|
[269] | 22 | WRITE(6,1) |
---|
| 23 | WRITE(6,*) ' ********************* ' |
---|
| 24 | WRITE(6,*) ' *** Limit_netcdf *** ' |
---|
| 25 | WRITE(6,*) ' ********************* ' |
---|
| 26 | WRITE(6,1) |
---|
| 27 | c |
---|
[259] | 28 | CALL limit_netcdf ( interbar, extrap , oldice ) |
---|
| 29 | |
---|
[269] | 30 | 1 FORMAT(//) |
---|
| 31 | |
---|
[259] | 32 | STOP |
---|
| 33 | END |
---|
Note: See
TracBrowser
for help on using the repository browser.