Ignore:
Timestamp:
Apr 8, 2019 9:43:02 PM (5 years ago)
Author:
knoop
Message:

Moved chem_prognostic_equations into module_interface

File:
1 edited

Legend:

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

    r3878 r3880  
    168168              chem_actions,                                                    &
    169169              chem_non_transport_physics,                                      &
     170              chem_prognostic_equations,                                       &
    170171              chem_swap_timelevel,                                             &
    171172              chem_3d_data_averaging,                                          &
     
    970971
    971972    IF ( bulk_cloud_model    )  CALL bcm_prognostic_equations()
     973    IF ( air_chemistry       )  CALL chem_prognostic_equations()
    972974    IF ( gust_module_enabled )  CALL gust_prognostic_equations()
    973975    IF ( ocean_mode          )  CALL ocean_prognostic_equations()
     
    993995
    994996    IF ( bulk_cloud_model    )  CALL bcm_prognostic_equations( i, j, i_omp_start, tn )
     997    IF ( air_chemistry       )  CALL chem_prognostic_equations( i, j, i_omp_start, tn )
    995998    IF ( gust_module_enabled )  CALL gust_prognostic_equations( i, j, i_omp_start, tn )
    996999    IF ( ocean_mode          )  CALL ocean_prognostic_equations( i, j, i_omp_start, tn )
Note: See TracChangeset for help on using the changeset viewer.