/[lmdze]/trunk/libf/dyn3d/etat0_lim.f90
ViewVC logotype

Annotation of /trunk/libf/dyn3d/etat0_lim.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 2 months ago) by guez
File size: 342 byte(s)
Initial import
1 guez 3 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