Changeset 3840 for palm/trunk/SOURCE/module_interface.f90
- Timestamp:
- Mar 29, 2019 10:35:52 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/module_interface.f90
r3837 r3840 240 240 ocean_init, & 241 241 ocean_header, & 242 ocean_prognostic_equations, & 242 243 ocean_swap_timelevel, & 243 244 ocean_3d_data_averaging, & … … 907 908 908 909 IF ( gust_module_enabled ) CALL gust_prognostic_equations() 910 IF ( ocean_mode ) CALL ocean_prognostic_equations() 909 911 910 912 … … 927 929 928 930 IF ( gust_module_enabled ) CALL gust_prognostic_equations( i, j, i_omp_start, tn ) 931 IF ( ocean_mode ) CALL ocean_prognostic_equations( i, j, i_omp_start, tn ) 929 932 930 933
Note: See TracChangeset
for help on using the changeset viewer.