Changeset 1539 for LMDZ5/trunk/libf/phylmd/write_histhfNMC.h
- Timestamp:
- Jun 9, 2011, 12:13:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/write_histhfNMC.h
r1398 r1539 14 14 c nout=3 : in=pdtphys, out=hf 15 15 ccc 16 CALL histwrite_phy(nid_hfnmc,"tnondef",itau_w,tnondef(:,:,3)) 16 CALL histwrite_phy(nid_hfnmc,lNMC,"tnondef",itau_w, 17 $tnondef(:,:,3)) 17 18 c 18 CALL histwrite_phy(nid_hfnmc,"ta",itau_w,twriteSTD3) 19 CALL histwrite_phy(nid_hfnmc,lNMC,"ta",itau_w, 20 $twriteSTD3) 19 21 c 20 CALL histwrite_phy(nid_hfnmc,"zg",itau_w,phiwriteSTD3) 22 CALL histwrite_phy(nid_hfnmc,lNMC,"zg",itau_w, 23 $phiwriteSTD3) 21 24 c 22 CALL histwrite_phy(nid_hfnmc,"hus",itau_w,qwriteSTD3) 25 CALL histwrite_phy(nid_hfnmc,lNMC,"hus",itau_w, 26 $qwriteSTD3) 23 27 c 24 CALL histwrite_phy(nid_hfnmc,"hur",itau_w,rhwriteSTD3) 28 CALL histwrite_phy(nid_hfnmc,lNMC,"hur",itau_w, 29 $rhwriteSTD3) 25 30 c 26 CALL histwrite_phy(nid_hfnmc,"ua",itau_w,uwriteSTD3) 31 CALL histwrite_phy(nid_hfnmc,lNMC,"ua",itau_w, 32 $uwriteSTD3) 27 33 c 28 CALL histwrite_phy(nid_hfnmc,"va",itau_w,vwriteSTD3) 34 CALL histwrite_phy(nid_hfnmc,lNMC,"va",itau_w, 35 $vwriteSTD3) 29 36 c 30 CALL histwrite_phy(nid_hfnmc,"wap",itau_w,wwriteSTD3) 37 CALL histwrite_phy(nid_hfnmc,lNMC,"wap",itau_w, 38 $wwriteSTD3) 39 c 40 IF (1.EQ.0) THEN 31 41 c 32 42 DO k=1, nlevSTD … … 40 50 ENDDO !k=1, nlevSTD 41 51 c 42 CALL histwrite_phy(nid_hfnmc,"psbg",itau_w,zx_tmp_fiNC) 52 CALL histwrite_phy(nid_hfnmc,lNMC,"psbg",itau_w, 53 $zx_tmp_fiNC) 43 54 c 44 CALL histwrite_phy(nid_hfnmc,"uv",itau_w,uvsumSTD(:,:,3)) 55 CALL histwrite_phy(nid_hfnmc,lNMC,"uv",itau_w, 56 $uvsumSTD(:,:,3)) 45 57 c 46 CALL histwrite_phy(nid_hfnmc,"vq",itau_w,vqsumSTD(:,:,3)) 58 CALL histwrite_phy(nid_hfnmc,lNMC,"vq",itau_w, 59 $vqsumSTD(:,:,3)) 47 60 c 48 CALL histwrite_phy(nid_hfnmc,"vT",itau_w,vTsumSTD(:,:,3)) 61 CALL histwrite_phy(nid_hfnmc,lNMC,"vT",itau_w, 62 $vTsumSTD(:,:,3)) 49 63 c 50 CALL histwrite_phy(nid_hfnmc,"wq",itau_w,wqsumSTD(:,:,3)) 64 CALL histwrite_phy(nid_hfnmc,lNMC,"wq",itau_w, 65 $wqsumSTD(:,:,3)) 51 66 c 52 CALL histwrite_phy(nid_hfnmc,"vphi",itau_w,vphisumSTD(:,:,3)) 67 CALL histwrite_phy(nid_hfnmc,lNMC,"vphi",itau_w, 68 $vphisumSTD(:,:,3)) 53 69 c 54 CALL histwrite_phy(nid_hfnmc,"wT",itau_w,wTsumSTD(:,:,3)) 70 CALL histwrite_phy(nid_hfnmc,lNMC,"wT",itau_w, 71 $wTsumSTD(:,:,3)) 55 72 c 56 CALL histwrite_phy(nid_hfnmc,"uxu",itau_w,u2sumSTD(:,:,3)) 73 CALL histwrite_phy(nid_hfnmc,lNMC,"uxu",itau_w, 74 $u2sumSTD(:,:,3)) 57 75 c 58 CALL histwrite_phy(nid_hfnmc,"vxv",itau_w,v2sumSTD(:,:,3)) 76 CALL histwrite_phy(nid_hfnmc,lNMC,"vxv",itau_w, 77 $v2sumSTD(:,:,3)) 59 78 c 60 CALL histwrite_phy(nid_hfnmc,"TxT",itau_w,T2sumSTD(:,:,3)) 79 CALL histwrite_phy(nid_hfnmc,lNMC,"TxT",itau_w, 80 $T2sumSTD(:,:,3)) 61 81 c 62 c ENDIF !type_run 82 ENDIF !(1.EQ.0) THEN 63 83 c 64 84 if (ok_sync) then
Note: See TracChangeset
for help on using the changeset viewer.