/[lmdze]/trunk/Sources/dyn3d/temps.f
ViewVC logotype

Annotation of /trunk/Sources/dyn3d/temps.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (hide annotations)
Fri Mar 26 18:33:04 2010 UTC (14 years, 2 months ago) by guez
Original Path: trunk/libf/dyn3d/temps.f90
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 guez 3 module temps
2    
3     implicit none
4    
5     INTEGER itau_dyn, itau_phy
6 guez 25 INTEGER day_end, annee_ref, day_ref
7 guez 3
8     end module temps

  ViewVC Help
Powered by ViewVC 1.1.21