/[lmdze]/trunk/libf/phylmd/Radlwsw/raddim.f90
ViewVC logotype

Annotation of /trunk/libf/phylmd/Radlwsw/raddim.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (hide annotations)
Wed Mar 3 13:23:49 2010 UTC (14 years, 3 months ago) by guez
File size: 228 byte(s)
Created directory "phylmd/Radlwsw". Split "radlwsw.f" in files
containing a single procedure.

Removed variable "itaufinp1" in "leapfrog".

1 guez 3 module raddim
2    
3     ! From phylmd/raddim.*.h, v 1.1.1.1 2004/05/19 12:53:08
4    
5     use dimens_m, only: llm
6 guez 24 use dimphy, only: klon
7 guez 3
8     implicit none
9    
10 guez 24 INTEGER, PARAMETER:: kdlon=klon, kflev=llm
11 guez 3
12 guez 24 private llm, klon
13 guez 3
14     end module raddim

  ViewVC Help
Powered by ViewVC 1.1.21