25 character(len=50) :: MOTIVATION
28 real(kind=real8) :: RelHum
44 write(4,50) motivation
45 50
format(3(/,1
x),
' OUTPUT for VERIFICATION: ',a50, &
46 & /,1
x ,
' ***********************',/,1
x)
49 55
format(3
x,2(i2,
'-'),i4,4
x,3(i2,
'-'),
' Simulation Iteration No ',i6)
53 60
format(7
x,
'|',
' sigma ',
' |',
' Z ',
' |',
' T ',
' |' &
54 & ,
' U ',
' |',
' V ',
' |',
' RH ',
' |',
' Qv ',
' |' &
55 & ,
' Qw ',
' |',
' Qi ',
' |' &
56 & ,
' TKE ',
' |',
' eps ',
' |' &
57 & ,
' Kzh L',
' |',
' Kzh ',
' |' &
58 &,/,
' |',
' ',
' |',
' [km] ',
' |',
' [K] ',
' |' &
59 & ,
' [m/s]',
' |',
' [m/s]',
' |',
' [-] ',
' |',
' [g/kg]',
' |' &
60 & ,
' [g/kg]',
' |',
' [g/kg]',
' |' &
61 & ,
'[m2/s2]',
' |',
'[m3/s2]',
' |' &
62 & ,
' [m2/s]',
' |',
' [m2/s]',
' |' &
63 &,/,
' ------+',
'---------',
'-+',
'---------',
'-+',
'---------',
'-+' &
64 & ,
'------',
'-+',
'------',
'-+',
'------',
'-+',
'-------',
'-+' &
65 & ,
'-------',
'-+',
'-------',
'-+' &
66 & ,
'-------',
'-+',
'-------',
'-+' &
67 & ,
'-------',
'-+',
'-------',
'-+')
73 & ,relhum , 1.e3*
qv__dy(ikl,k) &
77 61
format(i6,
' |',f9.6,
' |', f9.4,
' |' , f9.3,
' |' ,2(f6.1,
' |') &
78 & ,f6.2,
' |', f7.3,
' |' ,2(f7.3,
' |') &
79 & ,2(f7.2,
' |'),2(f7.3,
' |') )
80 IF (mod(k,15).EQ.0)
THEN
83 &
' ------+',
'---------',
'-+',
'---------',
'-+',
'---------',
'-+' &
84 & ,
'------',
'-+',
'------',
'-+',
'------',
'-+',
'-------',
'-+' &
85 & ,
'-------',
'-+',
'-------',
'-+' &
86 & ,
'-------',
'-+',
'-------',
'-+' &
87 & ,
'-------',
'-+',
'-------',
'-+')
97 & 6
x,
' |', 9
x ,
' |', ( 9
x ,
' |'),
' u*T* |' &
98 & ,2( 6
x ,
' |'),
' u*q* |' &
99 & , 7
x ,
' |' ,2( 7
x ,
' |'),
' u* |' &
100 & , 7
x ,
' |' ,2( 7
x ,
' |') &
101 & ,/,6
x,
' |', 9
x ,
' |', ( 9
x ,
' |'), f9.6,
' |' &
102 & ,2( 6
x ,
' |'),f6.3,
' |' &
103 & , 7
x ,
' |' ,2( 7
x ,
' |'),f7.2,
' |' &
104 & , 7
x ,
' |' ,2( 7
x ,
' |') &
105 & ,/,6
x,
' |', 9
x ,
' |', ( 9
x ,
' |'), f9.3,
' |' &
106 & ,2( 6
x ,
' |'),f6.0,
' |' &
107 & , 7
x ,
' |' ,2( 7
x ,
' |'), 7
x ,
' |' &
108 & , 7
x ,
' |' ,2( 7
x ,
' |') &
109 & ,/,6
x,
' |', 9
x ,
' |', ( 9
x ,
' |'),
' [W/m2] |' &
110 & ,2( 6
x ,
' |'),
' [W/m2]|' &
111 & , 7
x ,
' |' ,2( 7
x ,
' |'),
' |' &
112 & , 7
x ,
' |' ,2( 7
x ,
' |') )
119 & ,relhum , 1.e3*
qv__dy(ikl,k)
120 64
format(i6,
' |',f9.6,
' |', f9.4,
' |' , f9.3,
' |' ,2(f6.1,
' |') &
121 & ,f6.2,
' |', f7.3,
' |' ,2( 7
x ,
' |') &
122 & ,2( 7
x ,
' |'),2( 7
x ,
' |') )
real(kind=real8), dimension(:,:), allocatable, save qvswcm
real(kind=real8), dimension(:,:), allocatable, save kzh0at
real(kind=real8), dimension(:), allocatable, save us__sv_gpt
real(kind=real8), save un_1
real(kind=real8), dimension(:,:), allocatable, save ua__dy
real(kind=real8), dimension(:,:), allocatable, save kzh_at
real(kind=real8), dimension(:,:), allocatable, save qv__dy
real(kind=real8), dimension(:,:), allocatable, save qw__cm
real(kind=real8), dimension(:,:), allocatable, save va__dy
real(kind=real8), dimension(:,:), allocatable, save eps_at
real(kind=real8), dimension(:), allocatable, save hlatsv_gpt
real(kind=real8), dimension(:,:), allocatable, save z___dy
real(kind=real8), dimension(:), allocatable, save hsensv_gpt
real(kind=real8), dimension(:,:), allocatable, save ta__dy
!$Header!c c INCLUDE fxyprim h c c c Fonctions in line c c REAL fyprim REAL rj c c il faut la calculer avant d appeler ces fonctions c c c Fonctions a changer selon x(x) et y(y) choisis.c-----------------------------------------------------------------c c.....ici
real(kind=real8), dimension(:,:), allocatable, save tke_at
real(kind=real8), dimension(:), allocatable, save sigma
real(kind=real8), dimension(:,:), allocatable, save qi__cm
subroutine phy________out(MOTIVATION)
real(kind=real8), save eps6
real(kind=real8), save zer0
real(kind=real8), dimension(:), allocatable, save uqs_sv_gpt
real(kind=real8), dimension(:), allocatable, save uts_sv_gpt