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

Annotation of /trunk/phylmd/printflag.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 99 - (hide annotations)
Wed Jul 2 18:39:15 2014 UTC (9 years, 10 months ago) by guez
File size: 554 byte(s)
Created procedure test_disvert (following LMDZ). Added procedures
hybrid and funcd in module disvert_m. Upgraded compute_ab from
internal procedure of disvert to module procedure. Added variables y,
ya in module disvert_m. Upgraded s from local variable of procedure
disvert to module variable.

Renamed allowed value of variable vert_sampling in procedure disvert
from "read" to "read_hybrid". Added possibility to read pressure
values, value "read_pressure". Replaced vertical distribution for
value "param" by the distribution "strato_correct" from LMDZ (but kept
the value "param"). In case "tropo", replaced 1 by dsigmin (following
LMDZ). In case "strato", replaced 0.3 by dsigmin (following LMDZ).

Changed computation of bp in procedure compute_ab.

Removed debugindex case in clmain. Removed useless argument rlon of
procedure clmain. Removed useless variables ytaux, ytauy of procedure
clmain.

Removed intermediary variables tsol, qsol, tsolsrf, tslab in procedure
etat0.

Removed variable ok_veget:. coupling with the model Orchid is not
possible. Removed variable ocean: modeling an ocean slab is not
possible.

Removed useless variables tmp_rriv and tmp_rcoa from module
interface_surf.

Moved initialization of variables da, mp, phi in procedure physiq to
to inside the test iflag_con >= 3.

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

  ViewVC Help
Powered by ViewVC 1.1.21