/[lmdze]/trunk/libf/phylmd/cv_flag.f90
ViewVC logotype

Contents of /trunk/libf/phylmd/cv_flag.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49 - (show annotations)
Wed Aug 24 11:43:14 2011 UTC (12 years, 9 months ago) by guez
File size: 294 byte(s)
LMDZE now uses library Jumble.

Removed all calls to "flinget". Replaced calls to "flinget",
"flininfo", "flinopen_nozoom" by calls to NetCDF95 and Jumble.

Split file "cv_driver.f" into "cv_driver.f90", "cv_flag.f90" and
"cv_thermo.f90".

Bug fix: "QANCIEN" was read twice in "phyeytat0".

In "physiq", initialization of "d_t", "d_u", "d_v" was useless.

1
2 !==================================================================
3 SUBROUTINE cv_flag
4 use cvflag
5 implicit none
6
7
8 ! -- si .TRUE., on rend la gravite plus explicite et eventuellement
9 ! differente de 10.0 dans convect3:
10 cvflag_grav = .TRUE.
11
12 return
13 end

  ViewVC Help
Powered by ViewVC 1.1.21