Ignore:
Timestamp:
Apr 24, 2019 2:57:18 PM (5 years ago)
Author:
forkel
Message:

changed subroutine name from chem_non_transport_physics to chem_non_advective_processes

File:
1 edited

Legend:

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

    r3929 r3930  
    2020! Current revisions:
    2121! -----------------
     22! Changed chem_non_transport_physics to chem_non_advective_processes
    2223!
    2324!
     
    176177              chem_header,                                                     &
    177178              chem_actions,                                                    &
    178               chem_non_transport_physics,                                      &
     179              chem_non_advective_processes,                                    &
    179180              chem_prognostic_equations,                                       &
    180181              chem_swap_timelevel,                                             &
     
    959960
    960961    IF ( bulk_cloud_model    )  CALL bcm_non_transport_physics()
    961     IF ( air_chemistry       )  CALL chem_non_transport_physics()
     962    IF ( air_chemistry       )  CALL chem_non_advective_processes()
    962963
    963964
     
    977978
    978979
    979     IF ( air_chemistry       )  CALL chem_non_transport_physics( i, j )
     980    IF ( air_chemistry       )  CALL chem_non_advective_processes( i, j )
    980981    IF ( bulk_cloud_model    )  CALL bcm_non_transport_physics( i, j )
    981982
Note: See TracChangeset for help on using the changeset viewer.