/[lmdze]/trunk/libf/phylmd/YOMCST.f90
ViewVC logotype

Contents of /trunk/libf/phylmd/YOMCST.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 38 - (show annotations)
Thu Jan 6 17:52:19 2011 UTC (13 years, 4 months ago) by guez
File size: 256 byte(s)
Extracted ASCII art from "inigeom" into a separate text file in the
documentation.

"test_disvert" now creates a separate file for layer thicknesses.

Moved variables from module "yomcst" to module "suphec_m" because this
is where those variables are defined. Kept in "yomcst" only parameters
of Earth orbit. Gave the attribute "parameter" to some variables of
module "suphec_m".

Variables of module "yoethf" were defined in procedure "suphec". Moved
these definitions to a new procedure "yoethf" in module "yoethf_m".

1 module YOMCST
2
3 implicit none
4
5 ! From phylmd/YOMCST.h, version 1.2 2005/06/06 13:16:33
6
7 ! A1.1.bis Constantes concernant l'orbite de la Terre:
8 REAL R_ecc ! excentricité
9 real R_peri ! équinoxe
10 real R_incl ! inclinaison
11
12 save
13
14 end module YOMCST

  ViewVC Help
Powered by ViewVC 1.1.21