Ignore:
Timestamp:
Nov 13, 2007, 3:37:28 PM (17 years ago)
Author:
lsce
Message:

ACo : ajout clef CPP (COUPLE + AER) pour le modele couple avec les aerosol (IPSL_ESM_V1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phytherm/write_histmth.h

    r858 r864  
    846846      ENDIF
    847847C
     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
    848865      IF (nqmax.GE.3) THEN
    849866      DO iq=3,nqmax
     
    852869      ENDDO
    853870      ENDIF
     871#endif
    854872c
    855873      ENDIF !lev_histmth.GE.4
     
    18511869      ENDIF
    18521870C
     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
    18531888      IF (nqmax.GE.3) THEN
    18541889      DO iq=3,nqmax
     
    18571892      ENDDO
    18581893      ENDIF
     1894#endif
    18591895c
    18601896      ENDIF !lev_histmth.GE.4
Note: See TracChangeset for help on using the changeset viewer.