source: LMDZ.3.3/trunk/libf/dyn3d/create_etat0_limit.F @ 259

Last change on this file since 259 was 259, checked in by lmdz, 23 years ago

Nouveaux programmes pour la creation des etats initiaux et des conditions aux limites. 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: 724 bytes
Line 
1C
2C $Header$
3C
4       PROGRAM create_etat0_limit
5c
6c
7c     Programme d'appel a etat0, creation des etats initiaux et limit_netcdf
8c   
9c
10c     interbar = .T . si appel a  interpol. barycentrique inter_barxy
11c
12c     extrap   = .T . si on fait une extrapolation de donnees , comme pour
13c       les  SST  lorsque  le fichier ne contient pas uniquement  des points
14c     oceaniques .
15c
16c     oldice   = .T. si l'on veut garder les anciennes glaces , obtenues
17c     par  grille_m  ( grid_atob ) .
18
19
20      LOGICAL interbar, extrap , oldice
21      PARAMETER ( interbar = .TRUE. , extrap = .FALSE. , oldice=.TRUE.)
22
23      CALL etat0_netcdf ( interbar )
24c
25      CALL  limit_netcdf ( interbar, extrap , oldice )
26
27      STOP
28      END
Note: See TracBrowser for help on using the repository browser.