Changeset 4581 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Jun 29, 2020 8:49:58 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r4578 r4581 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Omit explicit pressure forcing via geostrophic wind components in case of 28 ! mesoscale nesting. 29 ! 30 ! 4578 2020-06-25 15:43:32Z gronemeier 27 31 ! bugfix: removed unused variables 28 32 ! … … 343 347 USE nesting_offl_mod, & 344 348 ONLY: nesting_offl_bc, & 345 nesting_offl_geostrophic_wind, &346 349 nesting_offl_input, & 347 350 nesting_offl_interpolation_factor, & … … 1006 1009 CALL nesting_offl_interpolation_factor 1007 1010 CALL nesting_offl_bc 1008 CALL nesting_offl_geostrophic_wind1011 ! CALL nesting_offl_geostrophic_wind 1009 1012 ENDIF 1010 1013 !
Note: See TracChangeset
for help on using the changeset viewer.