1 | c |
---|
2 | c $Header$ |
---|
3 | c |
---|
4 | IF (ok_journe) THEN |
---|
5 | c |
---|
6 | ndex2d = 0 |
---|
7 | ndex3d = 0 |
---|
8 | c |
---|
9 | c Champs 2D: |
---|
10 | c |
---|
11 | itau_w = itau_phy + itap + start_time * day_step |
---|
12 | c |
---|
13 | CALL histwrite_phy(nid_bilKPave,"ue",itau_w,ue_lay) |
---|
14 | c |
---|
15 | CALL histwrite_phy(nid_bilKPave,"ve",itau_w,ve_lay) |
---|
16 | c |
---|
17 | CALL histwrite_phy(nid_bilKPave,"uq",itau_w,uq_lay) |
---|
18 | c |
---|
19 | CALL histwrite_phy(nid_bilKPave,"vq",itau_w,vq_lay) |
---|
20 | c |
---|
21 | c Champs 3D: |
---|
22 | C |
---|
23 | CALL histwrite_phy(nid_bilKPave,"temp",itau_w,t_seri) |
---|
24 | c |
---|
25 | CALL histwrite_phy(nid_bilKPave,"ovap",itau_w,qx(:,:,ivap)) |
---|
26 | c |
---|
27 | CALL histwrite_phy(nid_bilKPave,"geop",itau_w,zphi) |
---|
28 | c |
---|
29 | CALL histwrite_phy(nid_bilKPave,"vitu",itau_w,u_seri) |
---|
30 | c |
---|
31 | CALL histwrite_phy(nid_bilKPave,"vitv",itau_w,v_seri) |
---|
32 | c |
---|
33 | CALL histwrite_phy(nid_bilKPave,"vitw",itau_w,omega) |
---|
34 | c |
---|
35 | CALL histwrite_phy(nid_bilKPave,"pres",itau_w,pplay) |
---|
36 | c |
---|
37 | CALL histwrite_phy(nid_bilKPave,"play",itau_w,paprs) |
---|
38 | c |
---|
39 | CALL histwrite_phy(nid_bilKPave,"oliq",itau_w,cldliq) |
---|
40 | c |
---|
41 | CALL histwrite_phy(nid_bilKPave,"dtdyn",itau_w,d_t_dyn) |
---|
42 | c |
---|
43 | CALL histwrite_phy(nid_bilKPave,"dqdyn",itau_w,d_q_dyn) |
---|
44 | c |
---|
45 | CALL histwrite_phy(nid_bilKPave,"dtcon",itau_w,d_t_con) |
---|
46 | c |
---|
47 | CALL histwrite_phy(nid_bilKPave,"ducon",itau_w,d_u_con) |
---|
48 | c |
---|
49 | CALL histwrite_phy(nid_bilKPave,"dvcon",itau_w,d_v_con) |
---|
50 | c |
---|
51 | CALL histwrite_phy(nid_bilKPave,"dqcon",itau_w,d_q_con) |
---|
52 | c |
---|
53 | CALL histwrite_phy(nid_bilKPave,"dtlsc",itau_w,d_t_lsc) |
---|
54 | c |
---|
55 | CALL histwrite_phy(nid_bilKPave,"dqlsc",itau_w,d_q_lsc) |
---|
56 | c |
---|
57 | CALL histwrite_phy(nid_bilKPave,"dtvdf",itau_w,d_t_vdf) |
---|
58 | c |
---|
59 | CALL histwrite_phy(nid_bilKPave,"dqvdf",itau_w,d_q_vdf) |
---|
60 | c |
---|
61 | CALL histwrite_phy(nid_bilKPave,"dtajs",itau_w,d_t_ajs) |
---|
62 | c |
---|
63 | CALL histwrite_phy(nid_bilKPave,"dqajs",itau_w,d_q_ajs) |
---|
64 | c |
---|
65 | CALL histwrite_phy(nid_bilKPave,"dteva",itau_w,d_t_eva) |
---|
66 | c |
---|
67 | CALL histwrite_phy(nid_bilKPave,"dqeva",itau_w,d_q_eva) |
---|
68 | c |
---|
69 | CALL histwrite_phy(nid_bilKPave,"dtswr",itau_w,heat) |
---|
70 | c |
---|
71 | CALL histwrite_phy(nid_bilKPave,"dtsw0",itau_w,heat0) |
---|
72 | c |
---|
73 | CALL histwrite_phy(nid_bilKPave,"dtlwr",itau_w,cool) |
---|
74 | c |
---|
75 | CALL histwrite_phy(nid_bilKPave,"dtlw0",itau_w,cool0) |
---|
76 | c |
---|
77 | CALL histwrite_phy(nid_bilKPave,"duvdf",itau_w,d_u_vdf) |
---|
78 | c |
---|
79 | CALL histwrite_phy(nid_bilKPave,"dvvdf",itau_w,d_v_vdf) |
---|
80 | c |
---|
81 | IF (ok_orodr) THEN |
---|
82 | IF (ok_orolf) THEN |
---|
83 | c |
---|
84 | DO k = 1, klev |
---|
85 | DO i = 1, klon |
---|
86 | d_u_oli(i,k) = d_u_oro(i,k) + d_u_lif(i,k) |
---|
87 | d_v_oli(i,k) = d_v_oro(i,k) + d_v_lif(i,k) |
---|
88 | ENDDO |
---|
89 | ENDDO |
---|
90 | c |
---|
91 | CALL histwrite_phy(nid_bilKPave,"duoli",d_u_oli) |
---|
92 | c |
---|
93 | CALL histwrite_phy(nid_bilKPave,"dvoli",itau_w,d_v_oli) |
---|
94 | c |
---|
95 | ENDIF |
---|
96 | ENDIF |
---|
97 | C |
---|
98 | CALL histwrite_phy(nid_bilKPave,"duphy",itau_w,d_u) |
---|
99 | c |
---|
100 | CALL histwrite_phy(nid_bilKPave,"dvphy",itau_w,d_v) |
---|
101 | c |
---|
102 | CALL histwrite_phy(nid_bilKPave,"dtphy",itau_w,d_t) |
---|
103 | c |
---|
104 | CALL histwrite_phy(nid_bilKPave,"dqphy",itau_w,d_qx(:,:,1)) |
---|
105 | c |
---|
106 | CALL histwrite_phy(nid_bilKPave,"dqlphy",itau_w,d_qx(:,:,2)) |
---|
107 | c |
---|
108 | C |
---|
109 | if (ok_sync) then |
---|
110 | call histsync(nid_bilKPave) |
---|
111 | endif |
---|
112 | ENDIF |
---|
113 | |
---|