Changeset 4872
- Timestamp:
- Feb 12, 2021 3:49:02 PM (4 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/bulk_cloud_model_mod.f90
r4843 r4872 24 24 ! ----------------- 25 25 ! $Id$ 26 ! internal switch removed from namelist 27 ! 28 ! 4843 2021-01-15 15:22:11Z raasch 26 29 ! local namelist parameter added to switch off the module although the respective module namelist 27 30 ! appears in the namelist file … … 688 691 NAMELIST /bulk_cloud_parameters/ & 689 692 aerosol_bulk, & 690 bulk_cloud_model, &691 693 c_sedimentation, & 692 694 call_microphysics_at_all_substeps, & -
palm/trunk/SOURCE/parin.f90
r4845 r4872 24 24 ! ----------------- 25 25 ! $Id$ 26 ! internal switch removed from namelist 27 ! 28 ! 4845 2021-01-18 11:15:37Z raasch 26 29 ! -use_cmax 27 30 ! … … 270 273 ny, & 271 274 nz, & 272 ocean_mode, &273 275 omega, & 274 276 omega_sor, & -
palm/trunk/SOURCE/urban_surface_mod.f90
r4850 r4872 27 27 ! ----------------- 28 28 ! $Id$ 29 ! internal switch removed from namelist 30 ! 31 ! 4850 2021-01-21 17:59:25Z suehring 29 32 ! - Add restart data for previous indoor temperature 30 33 ! - Bugfix in mpi-io restart mechanism for waste-heat flux … … 5843 5846 soil_inner_temperature, & 5844 5847 switch_off_module, & 5845 urban_surface, &5846 5848 usm_wall_mod, & 5847 5849 wall_category, &
Note: See TracChangeset
for help on using the changeset viewer.