Ignore:
Timestamp:
Aug 27, 2018 4:58:37 PM (6 years ago)
Author:
suehring
Message:

Additional namelist parameter to switch on/off the nesting of chemical species; Enable the input of soil data from dynamic input files independent on atmosphere in order to initialize soil properties in nested child domains from dynamic input; Revise error message number for static/dynamic input; Revise and add checks for static/dynamic input; Bugfix, add netcdf4_parallel directive for collective read operation

File:
1 edited

Legend:

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

    r3183 r3209  
    2222! Current revisions:
    2323! -----------------
    24 !
     24! +nest_chemistry
    2525!
    2626! Former revisions:
     
    148148   SAVE
    149149
     150   LOGICAL ::  nest_chemistry = .TRUE. !< flag for nesting mode of chemical species, independent on parent or not
     151!
    150152!- Define chemical variables
    151 
    152153   TYPE   species_def
    153154      CHARACTER(LEN=8)                                   :: name
     
    194195                                         ! 'fastj'  (Wild et al., 2000, J. Atmos. Chem., 37, 245-282) STILL NOT IMPLEMENTED
    195196
    196    PUBLIC nspec
     197   PUBLIC nest_chemistry, nspec
    197198   PUBLIC nvar       
    198199   PUBLIC spc_names
     
    834835                                        max_street_id,                    &
    835836                                        my_steps,                         &
     837                                        nest_chemistry,                   &
    836838                                        rcntrl,                           &
    837839                                        side_street_id,                   &
Note: See TracChangeset for help on using the changeset viewer.