Ignore:
Timestamp:
Jan 30, 2018 2:12:54 PM (6 years ago)
Author:
suehring
Message:

Nesting for chemical species implemented; Bugfix passive scalar boundary condition after anterpolation; Timeseries output of surface temperature; Enable initialization of 3D topography (was commented out so far)

File:
1 edited

Legend:

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

    r2766 r2773  
    2525! -----------------
    2626! $Id$
     27! - Nesting for chemical species
     28!
     29! 2766 2018-01-22 17:17:47Z kanani
    2730! Removed preprocessor directive __chem
    2831!
     
    756759                IF ( passive_scalar )  CALL exchange_horiz( s, nbgp )
    757760                IF ( .NOT. constant_diffusion )  CALL exchange_horiz( e, nbgp )
     761
     762                IF ( air_chemistry )  THEN
     763                   DO  n = 1, nspec     
     764                      CALL exchange_horiz( chem_species(n)%conc, nbgp )
     765                   ENDDO
     766                ENDIF
     767
    758768             ENDIF
    759769!
Note: See TracChangeset for help on using the changeset viewer.