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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25 - (show annotations)
Fri Mar 5 16:43:45 2010 UTC (14 years, 3 months ago) by guez
File size: 334 byte(s)
Simplified "etat0_lim.sh" and "gcm.sh" because the full versions
depended on personal arrangements for directories and machines.

Translated included files into modules. Encapsulated procedures into modules.

Moved variables from module "comgeom" to local variables of
"inigeom". Deleted some unused variables in "comgeom".

Moved variable "day_ini" from module "temps" to module "dynetat0_m".

Removed useless test on variable "time" and useless "close" statement
in procedure "leapfrog".

Removed useless call to "inigeom" in procedure "limit".

1 module comdissipn
2
3 ! From dyn3d/comdissipn.h,v 1.1.1.1 2004/05/19 12:53:06
4 ! Les parametres de ce common proviennent des calculs effectues dans
5 ! Inidissip.
6
7 use dimens_m, only: llm
8
9 implicit none
10 private llm
11
12 real tetaudiv(llm),tetaurot(llm),tetah(llm)
13 real cdivu, crot, cdivh
14
15 end module comdissipn

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.21