Ignore:
Timestamp:
Mar 28, 2019 4:55:58 PM (5 years ago)
Author:
knoop
Message:

Added module_interface for prognostic_equations

File:
1 edited

Legend:

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

    r3833 r3837  
    432432
    433433    USE module_interface,                                                      &
    434         ONLY:  module_interface_actions
     434        ONLY:  module_interface_actions, &
     435               module_interface_prognostic_equations
    435436
    436437    USE ocean_mod,                                                             &
     
    14201421!--       Calculate prognostic equations for turbulence closure
    14211422          CALL tcm_prognostic_equations( i, j, i_omp_start, tn )
     1423!
     1424!--       Calculate prognostic equations for all other modules
     1425          CALL module_interface_prognostic_equations( i, j, i_omp_start, tn )
    14221426
    14231427!
     
    26422646!-- Calculate prognostic equations for turbulence closure
    26432647    CALL tcm_prognostic_equations()
     2648!
     2649!-- Calculate prognostic equations for all other modules
     2650    CALL module_interface_prognostic_equations()
    26442651
    26452652!
Note: See TracChangeset for help on using the changeset viewer.