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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25 - (hide annotations)
Fri Mar 5 16:43:45 2010 UTC (14 years, 2 months ago) by guez
File size: 144 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 guez 3 module temps
2    
3     implicit none
4    
5     INTEGER itaufin
6     INTEGER itau_dyn, itau_phy
7 guez 25 INTEGER day_end, annee_ref, day_ref
8 guez 3 REAL dt
9    
10     end module temps

  ViewVC Help
Powered by ViewVC 1.1.21