Changeset 864 for LMDZ4/trunk/libf/phytherm/write_histmth.h
- Timestamp:
- Nov 13, 2007, 3:37:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phytherm/write_histmth.h
r858 r864 846 846 ENDIF 847 847 C 848 #if defined(INCA_AER) && defined(CPP_COUPLE) 849 CALL histwrite_phy(nid_mth,"tau",itau_w,cldtau) 850 CALL histwrite_phy(nid_mth,"CCM1",itau_w,ccm(:,:,1)) 851 CALL histwrite_phy(nid_mth,"CCM2",itau_w,ccm(:,:,2)) 852 CALL histwrite_phy(nid_mth,"taupi",itau_w,cldtaupi) 853 CALL histwrite_phy(nid_mth,"cldemi",itau_w,cldemi) 854 CALL histwrite_phy(nid_mth,"SWTOAAS_ZERO",itau_w,topsw_inca(:,1)) 855 CALL histwrite_phy(nid_mth,"SWTOAAS_AER",itau_w,topsw_inca(:,2)) 856 CALL histwrite_phy(nid_mth,"SWTOAAS_NAT",itau_w,topsw_inca(:,3)) 857 CALL histwrite_phy(nid_mth,"SWTOAAS_AD",itau_w,topswad_inca(:)) 858 CALL histwrite_phy(nid_mth,"SWTOAAS_AI",itau_w,topswai_inca(:)) 859 CALL histwrite_phy(nid_mth,"SWTOACS_ZERO",itau_w,topsw0_inca(:,1)) 860 CALL histwrite_phy(nid_mth,"SWTOACS_AER",itau_w,topsw0_inca(:,2)) 861 CALL histwrite_phy(nid_mth,"SWTOACS_AD",itau_w,topswad0_inca(:)) 862 CALL histwrite_phy(nid_mth,"SWTOACS_NAT",itau_w,topsw0_inca(:,3)) 863 #endif 864 #ifndef INCA 848 865 IF (nqmax.GE.3) THEN 849 866 DO iq=3,nqmax … … 852 869 ENDDO 853 870 ENDIF 871 #endif 854 872 c 855 873 ENDIF !lev_histmth.GE.4 … … 1851 1869 ENDIF 1852 1870 C 1871 #if defined(INCA_AER) && defined(CPP_COUPLE) 1872 CALL histwrite_phy(nid_mth,"tau",itau_w,cldtau) 1873 CALL histwrite_phy(nid_mth,"CCM1",itau_w,ccm(:,:,1)) 1874 CALL histwrite_phy(nid_mth,"CCM2",itau_w,ccm(:,:,2)) 1875 CALL histwrite_phy(nid_mth,"taupi",itau_w,cldtaupi) 1876 CALL histwrite_phy(nid_mth,"cldemi",itau_w,cldemi) 1877 CALL histwrite_phy(nid_mth,"SWTOAAS_ZERO",itau_w,topsw_inca(:,1)) 1878 CALL histwrite_phy(nid_mth,"SWTOAAS_AER",itau_w,topsw_inca(:,2)) 1879 CALL histwrite_phy(nid_mth,"SWTOAAS_NAT",itau_w,topsw_inca(:,3)) 1880 CALL histwrite_phy(nid_mth,"SWTOAAS_AD",itau_w,topswad_inca(:)) 1881 CALL histwrite_phy(nid_mth,"SWTOAAS_AI",itau_w,topswai_inca(:)) 1882 CALL histwrite_phy(nid_mth,"SWTOACS_ZERO",itau_w,topsw0_inca(:,1)) 1883 CALL histwrite_phy(nid_mth,"SWTOACS_AER",itau_w,topsw0_inca(:,2)) 1884 CALL histwrite_phy(nid_mth,"SWTOACS_AD",itau_w,topswad0_inca(:)) 1885 CALL histwrite_phy(nid_mth,"SWTOACS_NAT",itau_w,topsw0_inca(:,3)) 1886 #endif 1887 #ifndef INCA 1853 1888 IF (nqmax.GE.3) THEN 1854 1889 DO iq=3,nqmax … … 1857 1892 ENDDO 1858 1893 ENDIF 1894 #endif 1859 1895 c 1860 1896 ENDIF !lev_histmth.GE.4
Note: See TracChangeset
for help on using the changeset viewer.