Ignore:
Timestamp:
Mar 19, 2008 9:41:30 AM (16 years ago)
Author:
steinfeld
Message:

Update for the plant canopy model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/header.f90

    r151 r153  
    371371
    372372       WRITE ( io, 280 ) canopy_mode, pch_index, drag_coefficient
     373       IF ( passive_scalar ) THEN
     374          WRITE ( io, 281 ) scalar_exchange_coefficient,   &
     375                            leaf_surface_concentration
     376       ENDIF
     377
     378!
     379!--    Heat flux at the top of vegetation
     380       WRITE ( io, 282 ) cthf
    373381
    374382!
     
    397405       ENDDO
    398406
    399        WRITE ( io, 281 )  TRIM( coordinates ), TRIM( learde ), &
     407       WRITE ( io, 283 )  TRIM( coordinates ), TRIM( learde ), &
    400408                          TRIM( gradients ), TRIM( slices )
    401409
     
    13791387              ' Canopy top: ',I4 / &
    13801388              ' Leaf drag coefficient: ',F6.2 /)
    1381 281 FORMAT (/ ' Characteristic levels of the leaf area density:'// &
     1389281 FORMAT (/ ' Scalar_exchange_coefficient: ',F6.2 / &
     1390              ' Scalar concentration at leaf surfaces in kg/m**3: ',F6.2 /)
     1391282 FORMAT (' Predefined constant heatflux at the top of the vegetation: ',F6.2,' K m/s')
     1392283 FORMAT (/ ' Characteristic levels of the leaf area density:'// &
    13821393              ' Height:              ',A,'  m'/ &
    13831394              ' Leaf area density:   ',A,'  m**2/m**3'/ &
Note: See TracChangeset for help on using the changeset viewer.