/[lmdze]/trunk/phylmd/printflag.f
ViewVC logotype

Annotation of /trunk/phylmd/printflag.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 98 - (hide annotations)
Tue May 13 17:23:16 2014 UTC (10 years ago) by guez
File size: 616 byte(s)
Split inter_barxy.f : one procedure per module, one module per
file. Grouped the files into a directory.

Split orbite.f.

Value of raz_date read from the namelist is taken into account
(resetting the step counter) even if annee_ref == anneeref and day_ref
== dayref. raz_date is no longer modified by gcm main unit. (Following
LMDZ.)

Removed argument klon of interfsur_lim. Renamed arguments lmt_alb,
lmt_rug to alb_new, z0_new (same name as corresponding actual
arguments in interfsurf_hq).

Removed argument klon of interfsurf_hq.

Removed arguments qs and d_qs of diagetpq. Were always
zero. Downgraded arguments d_qw, d_ql of diagetpq to local variables,
they were not used in physiq. Removed all computations for solid water
in diagetpq, was just zero.


Downgraded arguments fs_bound, fq_bound of diagphy to local variables,
they were not used in physiq. Encapsulated in a test on iprt all
computations in diagphy.

Removed parameter nbtr of module dimphy. Replaced it everywhere in the
program by nqmx - 2.

Removed parameter rnpb of procedure physiq. Kept the true case in
physiq and phytrac. Could not work with false case anyway.

Removed arguments klon, llm, airephy of qcheck. Removed argument ftsol
of initrrnpb, was not used.

1 guez 98 SUBROUTINE printflag(radpas, ok_ocean, ok_journe, ok_instan, &
2 guez 12 ok_region)
3 guez 3
4 guez 12 ! From phylmd/printflag.F, v 1.1.1.1 2004/05/19 12:53:09
5     ! Auteur : P. Le Van
6 guez 3
7 guez 12 IMPLICIT NONE
8 guez 3
9 guez 12 INTEGER, INTENT (IN) :: radpas
10 guez 98 LOGICAL, INTENT (IN) :: ok_ocean, ok_journe, ok_instan, ok_region
11 guez 3
12 guez 12 !--------------------------------------------------
13 guez 3
14 guez 13 PRINT *, 'Choix des principales clés de la physique'
15 guez 3
16 guez 12 PRINT 8, radpas
17 guez 98 PRINT *, "ok_ocean = ", ok_ocean
18 guez 12 PRINT 4, ok_journe, ok_instan, ok_region
19 guez 3
20 guez 12 4 FORMAT ('ok_journe= ', L3, ', ok_instan = ', L3, ', ok_region = ', L3)
21     8 FORMAT ('radpas = ', I4)
22 guez 3
23 guez 12 END SUBROUTINE printflag

  ViewVC Help
Powered by ViewVC 1.1.21