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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (show annotations)
Fri Mar 26 18:33:04 2010 UTC (14 years, 2 months ago) by guez
File size: 116 byte(s)
Removed unused "diagedyn.f" and "undefSTD.f".

In "etat0", the variable "dt" of module "temps" was defined from
"landicered.nc", which was meaningless and useless. Replaced "dt" by a
local trash variable.

Removed variable "dt" from module "temps" and created instead a local
variable of "leapfrog" and an argument of "integrd".

1 module temps
2
3 implicit none
4
5 INTEGER itau_dyn, itau_phy
6 INTEGER day_end, annee_ref, day_ref
7
8 end module temps

  ViewVC Help
Powered by ViewVC 1.1.21