Ignore:
Timestamp:
Feb 19, 2021 10:05:08 PM (3 years ago)
Author:
forkel
Message:

removed unused parameters and write statements in chemistry

File:
1 edited

Legend:

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

    r4877 r4881  
    2525! -----------------
    2626! $Id$
     27! removed constant_top_csflux option
     28!
     29!
     30! 4877 2021-02-17 16:17:35Z suehring
    2731! bugfix in init_single_surface_properties for vertical surfaces
    2832!
     
    29282932    IF ( passive_scalar .AND. constant_top_scalarflux )  surf%ssws(num_h) = top_scalarflux *       &
    29292933                                                                            rho_air_zw(nzt+1)
    2930 !
    2931 !-- Prescribe top chemical species' flux
    2932     DO  lsp = 1, nvar
    2933        IF ( air_chemistry  .AND.  constant_top_csflux(lsp) )  THEN
    2934           surf%cssws(lsp,num_h) = top_csflux(lsp) * rho_air_zw(nzt+1)
    2935        ENDIF
    2936     ENDDO
    29372934!
    29382935!-- Prescribe top salinity flux
Note: See TracChangeset for help on using the changeset viewer.