1 | |
---|
2 | c |
---|
3 | c $Header$ |
---|
4 | c |
---|
5 | c sorties hf 3d |
---|
6 | c |
---|
7 | zstohf = ecrit_hf |
---|
8 | zout = ecrit_hf |
---|
9 | c |
---|
10 | c PRINT*, 'La frequence de sortie hf3d est de ', ecrit_hf |
---|
11 | c |
---|
12 | idayref = day_ref |
---|
13 | CALL ymds2ju(annee_ref, 1, idayref, 0.0, zjulian) |
---|
14 | c |
---|
15 | |
---|
16 | cym CALL gr_fi_ecrit(1,klon,iim,jjmp1,rlon,zx_lon) |
---|
17 | cym DO i = 1, iim |
---|
18 | cym zx_lon(i,1) = rlon(i+1) |
---|
19 | cym zx_lon(i,jjmp1) = rlon(i+1) |
---|
20 | cym ENDDO |
---|
21 | |
---|
22 | cym CALL gr_fi_ecrit(1,klon,iim,jjmp1,rlat,zx_lat) |
---|
23 | |
---|
24 | cccIM CALL histbeg("histhf", iim,zx_lon, jjmp1,zx_lat, |
---|
25 | cym CALL histbeg("histhf3d", iim,zx_lon(:,1), jjmp1,zx_lat(1,:), |
---|
26 | cym . 1,iim,1,jjmp1, itau_phy, zjulian, dtime, |
---|
27 | cym . nhori, nid_hf3d) |
---|
28 | CALL histbeg_phy("histhf3d", itau_phy, zjulian, dtime, |
---|
29 | . nhori, nid_hf3d) |
---|
30 | |
---|
31 | CALL histvert(nid_hf3d, "presnivs", "Vertical levels", "mb", |
---|
32 | . klev, presnivs/100., nvert) |
---|
33 | c |
---|
34 | c Champs 3D: |
---|
35 | c |
---|
36 | CALL histdef(nid_hf3d, "temp", "Air temperature", "K", |
---|
37 | . iim,jjphy_nb,nhori, klev,1,klev,nvert, 32, |
---|
38 | . "ave(X)", zstohf,zout) |
---|
39 | c |
---|
40 | CALL histdef(nid_hf3d, "ovap", "Specific humidity", "kg/kg", |
---|
41 | . iim,jjphy_nb,nhori, klev,1,klev,nvert, 32, |
---|
42 | . "ave(X)", zstohf,zout) |
---|
43 | c |
---|
44 | CALL histdef(nid_hf3d, "vitu", "Zonal wind", "m/s", |
---|
45 | . iim,jjphy_nb,nhori, klev,1,klev,nvert, 32, |
---|
46 | . "ave(X)", zstohf,zout) |
---|
47 | c |
---|
48 | CALL histdef(nid_hf3d, "vitv", "Meridional wind", "m/s", |
---|
49 | . iim,jjphy_nb,nhori, klev,1,klev,nvert, 32, |
---|
50 | . "ave(X)", zstohf,zout) |
---|
51 | c |
---|
52 | CALL histend(nid_hf3d) |
---|
53 | c |
---|