Ignore:
Timestamp:
Jun 14, 2019 2:04:35 PM (5 years ago)
Author:
raasch
Message:

bugfix: decycling of chemistry species after nesting data transfer, exchange of ghost points and boundary conditions separated for chemical species and SALSA module, nest_chemistry option removed, netcdf variable NF90_NOFILL is used as argument instead of 1 in calls to NF90_DEF_VAR_FILL

File:
1 edited

Legend:

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

    r4004 r4029  
    2727! -----------------
    2828! $Id$
     29! nest_chemistry option removed
     30!
     31! 4004 2019-05-24 11:32:38Z suehring
    2932! in subroutine chem_parin check emiss_lod / mod_emis only
    3033! when emissions_anthropogenic is activated in namelist (E.C. Chan)
     
    374377    SAVE
    375378
    376     LOGICAL ::  nest_chemistry = .TRUE.  !< flag for nesting mode of chemical species, independent on parent or not
    377 
    378379    REAL(kind=wp), ALLOCATABLE, DIMENSION(:,:,:,:), TARGET ::  spec_conc_1  !< pointer for swapping of timelevels for conc
    379380    REAL(kind=wp), ALLOCATABLE, DIMENSION(:,:,:,:), TARGET ::  spec_conc_2  !< pointer for swapping of timelevels for conc
     
    466467         3.25, -999., 2.8, 4.5/)
    467468
    468     PUBLIC nest_chemistry
    469469    PUBLIC nreact
    470470    PUBLIC nspec               !< number of gas phase chemical species including constant compound (e.g. N2)
     
    22342234         mode_emis,                        &
    22352235         my_steps,                         &
    2236          nest_chemistry,                   &
    22372236         rcntrl,                           &
    22382237         side_street_id,                   &
Note: See TracChangeset for help on using the changeset viewer.