Ignore:
Timestamp:
Apr 8, 2019 7:09:16 PM (5 years ago)
Author:
knoop
Message:

Added chem_actions module interface to chemistry_model_mod and moved photolysis_control call into it

File:
1 edited

Legend:

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

    r3875 r3877  
    166166              chem_init,                                                       &
    167167              chem_header,                                                     &
     168              chem_actions,                                                    &
    168169              chem_swap_timelevel,                                             &
    169170              chem_3d_data_averaging,                                          &
     
    889890
    890891    IF ( bulk_cloud_model    )  CALL bcm_actions( location )
     892    IF ( air_chemistry       )  CALL chem_actions( location )
    891893    IF ( gust_module_enabled )  CALL gust_actions( location )
    892894    IF ( ocean_mode          )  CALL ocean_actions( location )
     
    913915
    914916    IF ( bulk_cloud_model    )  CALL bcm_actions( i, j, location )
     917    IF ( air_chemistry       )  CALL chem_actions( i, j, location )
    915918    IF ( gust_module_enabled )  CALL gust_actions( i, j, location )
    916919    IF ( ocean_mode          )  CALL ocean_actions( i, j, location )
Note: See TracChangeset for help on using the changeset viewer.