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

Annotation of /trunk/dyn3d/comconst.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 39 - (hide annotations)
Tue Jan 25 15:11:05 2011 UTC (13 years, 4 months ago) by guez
Original Path: trunk/libf/dyn3d/comconst.f90
File size: 658 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 guez 3 module comconst
2    
3     use dimens_m, only: jjm
4 guez 39 use nr_util, only: pi
5 guez 3
6     implicit none
7    
8     INTEGER im, jm, lllm, imp1
9     integer, parameter:: jmp1 = jjm + 1
10     integer lllmm1, lllmp1, lcl
11     REAL dtvr ! time step for dynamics (in s)
12     real, parameter:: daysec = 86400. ! number of seconds per day
13 guez 39 REAL dtphys
14 guez 3 real, parameter:: rad = 6371229. ! radius of the Earth (in m)
15     real r
16     real, parameter:: cpp = 1004.70885, kappa = 0.2857143
17     REAL cotot, unsim
18     real, parameter:: g = 9.8 ! acceleration of gravity (in m s-2)
19    
20 guez 39 real, parameter:: omeg = 2 * pi / daysec
21     ! angular speed of rotation of the Earth (in rad s-1)
22 guez 3
23 guez 39 private jjm, pi
24 guez 3
25     end module comconst

  ViewVC Help
Powered by ViewVC 1.1.21