Ignore:
Timestamp:
Apr 24, 2019 4:34:28 PM (5 years ago)
Author:
schwenkel
Message:

renamed module interface from non_transport_physics to non_advective_processes

File:
1 edited

Legend:

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

    r3929 r3931  
    447447    USE module_interface,                                                      &
    448448        ONLY:  module_interface_actions, &
    449                module_interface_non_transport_physics, &
     449               module_interface_non_advective_processes, &
    450450               module_interface_exchange_horiz, &
    451451               module_interface_prognostic_equations
     
    544544       DO  j = nys, nyn
    545545!
    546 !--       Calculate non transport physics for all other modules
    547           CALL module_interface_non_transport_physics( i, j )
     546!--       Calculate non advective processes for all other modules
     547          CALL module_interface_non_advective_processes( i, j )
    548548       ENDDO
    549549    ENDDO
    550550!
    551 !-- Module Inferface for exchange horiz after non_transport_physics but before
    552 !-- advection. Therefore, non_transport_physics must not run for ghost points.
     551!-- Module Inferface for exchange horiz after non_advective_processes but before
     552!-- advection. Therefore, non_advective_processes must not run for ghost points.
    553553    CALL module_interface_exchange_horiz()
    554554    !$OMP END PARALLEL
     
    12181218
    12191219!
    1220 !-- Calculate non transport physics for all other modules
    1221     CALL module_interface_non_transport_physics
    1222 !
    1223 !-- Module Inferface for exchange horiz after non_transport_physics but before
    1224 !-- advection. Therefore, non_transport_physics must not run for ghost points.     
     1220!-- Calculate non advective processes for all other modules
     1221    CALL module_interface_non_advective_processes
     1222!
     1223!-- Module Inferface for exchange horiz after non_advective_processes but before
     1224!-- advection. Therefore, non_advective_processes must not run for ghost points.     
    12251225    CALL module_interface_exchange_horiz()
    12261226   
Note: See TracChangeset for help on using the changeset viewer.