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

Contents of /trunk/Sources/phylmd/CV30_routines/cvflag.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 187 - (show annotations)
Mon Mar 21 18:01:02 2016 UTC (8 years, 1 month ago) by guez
File size: 232 byte(s)
Made variable nl of module cv30_param_m a parameter. There was no
coding allowing it to change.

Removed arguments nloc and nd of cv30_undilute2, arguments nloc, nd
and na of cv30_unsat. Just use klon and klev directly (going for
clarity).

Removed the option cvflag_grav = f. This was a lot of redundant code,
probably obsolete, and cvflag_grav was initialized to true with no
provision for changing it (as in LMDZ).

In cv30_unsat, downdraft_loop started at i = nl + 1, but for i >= nl,
i > inb, so num1 = 0.

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

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.21