/[lmdze]/trunk/dyn3d/ce0l.f
ViewVC logotype

Contents of /trunk/dyn3d/ce0l.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 2 months ago) by guez
Original Path: trunk/libf/dyn3d/etat0_lim.f90
File size: 342 byte(s)
Initial import
1 PROGRAM etat0_lim
2
3 ! This program sets the initial and boundary values.
4
5 use comconst, only: initialize
6 use conf_gcm_m, only: conf_gcm
7 use etat0_mod, only: etat0
8 use limit_mod, only: limit
9
10 implicit none
11
12 !-------------------------------------
13
14 call initialize
15 CALL conf_gcm
16 CALL etat0
17 CALL limit
18
19 END PROGRAM etat0_lim

  ViewVC Help
Powered by ViewVC 1.1.21