Changeset 867 for palm/trunk
- Timestamp:
- Mar 28, 2012 6:54:50 AM (13 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r866 r867 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 866 2012-03-28 06:44:41Z raasch 6 13 ! use only 60% of the geostrophic wind as translation speed in case of Galilean 7 14 ! transformation and use_ug_for_galilei_tr = .T. in order to mimimize the 8 15 ! timestep 9 !10 ! Former revisions:11 ! -----------------12 ! $Id$13 16 ! 14 17 ! 861 2012-03-26 14:18:34Z suehring -
palm/trunk/SOURCE/global_min_max.f90
r866 r867 5 5 ! Current revisions: 6 6 ! ------------------ 7 ! new mode "absoff" accounts for an offset in the respective array7 ! 8 8 ! 9 9 ! Former revisions: 10 10 ! ----------------- 11 11 ! $Id$ 12 ! 13 ! 866 2012-03-28 06:44:41Z raasch 14 ! new mode "absoff" accounts for an offset in the respective array 12 15 ! 13 16 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/modules.f90
r866 r867 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! interface for global_min_max changed6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 866 2012-03-28 06:44:41Z raasch 13 ! interface for global_min_max changed 11 14 ! 12 15 ! 861 2012-03-26 14:18:34Z suehring … … 163 166 ! +large_scale_subsidence, ws_vertical_gradient, ws_vertical_gradient_level, 164 167 ! ws_vertical_gradient_level_ind, w_subs 165 !166 ! Branch revisions:167 ! -----------------168 ! Masked data output: + dt_domask, mask_01~20_x|y|z, mask_01~20_x|y|z_loop,169 ! mask_scale|_x|y|z, masks, skip_time_domask170 !171 ! control_parameters: scalar and momentum advection set to 'ws-scheme' as172 ! default scheme173 ! indices: nbgp=3 set as default value174 !175 ! Former revisions:176 ! -----------------177 ! $Id$178 168 ! 179 169 ! 388 2009-09-23 09:40:33Z raasch -
palm/trunk/SOURCE/timestep.f90
r866 r867 4 4 ! Current revisions: 5 5 ! ------------------ 6 ! bugfix for timestep calculation in case of Galilei transformation, 7 ! special treatment in case of mirror velocity boundary condition removed 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 866 2012-03-28 06:44:41Z raasch 13 ! bugfix for timestep calculation in case of Galilei transformation, 14 ! special treatment in case of mirror velocity boundary condition removed 12 15 ! 13 16 ! 707 2011-03-29 11:39:40Z raasch
Note: See TracChangeset
for help on using the changeset viewer.