Ignore:
Timestamp:
Apr 24, 2019 12:52:08 PM (5 years ago)
Author:
banzhafs
Message:

Correct/complete module_interface introduction for chemistry model and bug fix in chem_depo subroutine

File:
1 edited

Legend:

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

    r3887 r3929  
    2525! -----------------
    2626! $Id$
     27! Correct/complete module_interface introduction for chemistry model
     28!
     29! 3887 2019 -04-12 08:47:41Z schwenkel
    2730! Changes related to global restructuring of location messages and introduction
    2831! of additional debug messages
    29 !
    30 ! 3880 2019-04-08 21:43:02Z knoop
     32!  
     33! 3880 2019 -04-08 21:43:02Z knoop
    3134! Add a call for salsa_prognostic_equations
    3235!
     
    168171              chem_check_data_output_pr,                                       &
    169172              chem_check_data_output,                                          &
     173              chem_exchange_horiz_bounds,                                      &
    170174              chem_init_arrays,                                                &
    171175              chem_init,                                                       &
     
    988992
    989993    IF ( bulk_cloud_model    )  CALL bcm_exchange_horiz()
    990 
     994    IF ( air_chemistry       )  CALL chem_exchange_horiz_bounds()
    991995
    992996 END SUBROUTINE module_interface_exchange_horiz
Note: See TracChangeset for help on using the changeset viewer.