Changeset 4154 for palm/trunk/SOURCE/chemistry_model_mod.f90
- Timestamp:
- Aug 13, 2019 1:35:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r4115 r4154 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Bugfix in decycling 30 ! 31 ! 4115 2019-07-24 12:50:49Z suehring 29 32 ! Fix faulty IF statement in decycling initialization 30 33 ! … … 2729 2732 DO WHILE ( TRIM( cs_name( lsp_usr ) ) /= 'novalue' ) 2730 2733 IF ( TRIM(chem_species(lsp)%name) == TRIM(cs_name(lsp_usr)) ) THEN 2731 2732 CALL chem_boundary_conds( chem_species(lsp)%conc_p, & 2733 chem_species(lsp)%conc_pr_init ) 2734 ! 2735 !-- As chem_exchange_horiz_bounds is called at the beginning 2736 !-- of prognostic_equations, boundary conditions are set on 2737 !-- %conc. 2738 CALL chem_boundary_conds( chem_species(lsp)%conc, & 2739 chem_species(lsp)%conc_pr_init ) 2734 2740 2735 2741 ENDIF 2736 lsp_usr = lsp_usr + 12742 lsp_usr = lsp_usr + 1 2737 2743 ENDDO 2738 2744
Note: See TracChangeset
for help on using the changeset viewer.