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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 39 - (show annotations)
Tue Jan 25 15:11:05 2011 UTC (13 years, 3 months ago) by guez
File size: 291 byte(s)
"pi" comes from "nr_util". Removed subroutine "initialize" in module
"comconst".

Copied the content of "fxy_sin.h" into "fxysinus", instead of getting
it from an "include" line. Removed file "fxy_sin.h".

"ps" has rank 2 in "gcm" and "dynetat0".

Assumed-shape for argument "q" of "integrd".

1 PROGRAM etat0_lim
2
3 ! This program sets the initial and boundary values.
4
5 use conf_gcm_m, only: conf_gcm
6 use etat0_mod, only: etat0
7 use limit_mod, only: limit
8
9 implicit none
10
11 !-------------------------------------
12
13 CALL conf_gcm
14 CALL etat0
15 CALL limit
16
17 END PROGRAM etat0_lim

  ViewVC Help
Powered by ViewVC 1.1.21