/[lmdze]/trunk/Sources/phylmd/cvflag.f
ViewVC logotype

Annotation of /trunk/Sources/phylmd/cvflag.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 186 - (hide annotations)
Mon Mar 21 15:36:26 2016 UTC (8 years, 2 months ago) by guez
File size: 232 byte(s)
Removed variables nlm and nlp of module cv30_param_m. We do not
believe much in the benefit of these intermediary variables so we go
for clarity.

Removed variable noff of module cv30_param_m. Never used anywhere
else. Just set the value of nl explicitly in cv30_param.

Removed argument nd of cv30_param. Only called with nd = klev.

Replaced calls to zilch by array assignments. There was a strange
double call to zilch with the same arguments in cv30_mixing.

Removed procedure cv_flag. Just set the value of variable cvflag_grav
of module cvflag at declaration.

1 guez 47 module cvflag
2 guez 3
3 guez 47 ! From LMDZ4/libf/phylmd/cvflag.h,v 1.1.1.1 2004/05/19 12:53:09
4    
5     implicit none
6    
7 guez 186 logical:: cvflag_grav = .TRUE.
8     ! rend la gravit\'e plus explicite et \'eventuellement diff\'erente
9     ! de 10.
10 guez 47
11     end module cvflag

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.21