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/chemistry_model_mod.f90

    r2772 r2773  
    2727! -----------------
    2828! $Id$
     29! Declare variables required for nesting as public
     30!
     31! 2772 2018-01-29 13:10:35Z suehring
    2932! Bugfix in string handling
    3033!
     
    152155   PUBLIC nspec
    153156   PUBLIC nvar       
    154    PUBLIC spc_names 
     157   PUBLIC spc_names
     158   PUBLIC spec_conc_2 
    155159
    156160!- Interface section
Note: See TracChangeset for help on using the changeset viewer.