Changeset 3589
- Timestamp:
- Nov 30, 2018 3:09:51 PM (6 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_ws.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! - Computation of vertical fluxes separated from computation of horizontal 29 32 ! fluxes. Loops are splitted in order to avoid indirect indexing and allow -
palm/trunk/SOURCE/average_3d_data.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! dom_dwd_user: 29 32 ! Clean up biometeorology call -
palm/trunk/SOURCE/boundary_conds.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! variables documented 29 32 ! -
palm/trunk/SOURCE/check_parameters.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters23 ! (M. Kurppa)24 22 ! 25 23 ! … … 27 25 ! ----------------- 28 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 31 ! 3582 2018-11-29 19:16:36Z suehring 29 32 ! Call nesting_offl_check_parameters 30 33 ! -
palm/trunk/SOURCE/chem_emissions_mod.f90
r3582 r3589 22 22 ! Current revisions: 23 23 ! ------------------ 24 ! 25 ! 26 ! Former revisions: 27 ! ----------------- 28 ! $Id$ 24 29 ! - Removed salsa dependency. 25 30 ! - Enabled PARAMETRIZED mode for default surfaces when LSM is not applied but 26 31 ! salsa is (M. Kurppa) 27 32 ! 28 ! Former revisions: 29 ! ----------------- 30 ! $Id$ 33 ! 3582 2018-11-29 19:16:36Z suehring 31 34 ! resler: 32 35 ! Break lines at 132 characters -
palm/trunk/SOURCE/data_output_2d.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! Remove fill_value from bio_data_output_2d call 29 32 ! dom_dwd_user, Schrempf: -
palm/trunk/SOURCE/data_output_3d.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! add variable description; rename variable 'if' into 'ivar' 29 32 ! -
palm/trunk/SOURCE/data_output_mask.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Move the control parameter "salsa" from salsa_mod.f90 to control_parameters22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod.f90 to control_parameters 28 ! 29 ! 3582 2018-11-29 19:16:36Z suehring 27 30 ! add variable description 28 31 ! -
palm/trunk/SOURCE/header.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 22 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 28 ! (M. Kurppa) 24 29 ! 25 ! Former revisions: 26 ! ----------------- 27 ! $Id$ 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! variables documented 29 32 ! -
palm/trunk/SOURCE/init_3d_model.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! Bugfix in initialization of turbulence generator 29 32 ! -
palm/trunk/SOURCE/init_masks.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! add variable description 29 32 ! -
palm/trunk/SOURCE/modules.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! dom_dwd_user, Schrempf: 29 32 ! -uv_exposure flag, UV model is now part of biometeorology_mod -
palm/trunk/SOURCE/netcdf_interface_mod.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! dom_dwd_user, Schrempf: 29 32 ! Remove uv exposure model code, this is now part of biometeorology_mod -
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r3582 r3589 22 22 ! Current revisions: 23 23 ! ------------------ 24 ! Formatting adjustments24 ! 25 25 ! 26 26 ! Former revisions: 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Formatting adjustments 30 ! 31 ! 3582 2018-11-29 19:16:36Z suehring 29 32 ! working precision added to make code Fortran 2008 conform 30 33 ! -
palm/trunk/SOURCE/prognostic_equations.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! Implementation of a new aerosol module salsa. 29 32 ! Remove cpu-logs from i,j loop in cache version. -
palm/trunk/SOURCE/radiation_model_mod.f90
r3572 r3589 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Remove erroneous UTF encoding 31 ! 32 ! 3572 2018-11-28 11:40:28Z suehring 30 33 ! Add filling the short- and longwave radiation flux arrays (e.g. diffuse, 31 34 ! direct, reflected, resedual) for all surfaces. This is required to surface … … 697 700 REAL(wp), DIMENSION(:,:), ALLOCATABLE :: rad_sw_out_xy_av !< average of outgoing shortwave radiation at surface 698 701 ! 699 !-- Land surface albedos for solar zenith angle of 60 °after Briegleb (1992)702 !-- Land surface albedos for solar zenith angle of 60degree after Briegleb (1992) 700 703 !-- (shortwave, longwave, broadband): sw, lw, bb, 701 704 REAL(wp), DIMENSION(0:2,1:33), PARAMETER :: albedo_pars = RESHAPE( (/& -
palm/trunk/SOURCE/read_restart_data_mod.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! Added chemistry profiles for restart run (basit) 29 32 ! -
palm/trunk/SOURCE/salsa_mod.f90
r3582 r3589 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! 24 ! 25 ! Former revisions: 26 ! ----------------- 27 ! $Id$ 23 28 ! - Moved the control parameter "salsa" from salsa_mod.f90 to control_parameters 24 29 ! - Updated salsa_rrd_local and salsa_wrd_local … … 27 32 ! - Revise masked data output 28 33 ! 29 ! Former revisions: 30 ! ----------------- 31 ! $Id$ 34 ! 3582 2018-11-29 19:16:36Z suehring 32 35 ! missing comma separator inserted 33 36 ! -
palm/trunk/SOURCE/sum_up_3d_data.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! dom_dwd_user, Schrempf: 29 32 ! Remove CALLs to uv exposure model, this is now part of biometeorology_mod -
palm/trunk/SOURCE/swap_timelevel.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! Implementation of a new aerosol module salsa. 29 32 ! -
palm/trunk/SOURCE/time_integration.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters 23 ! (M. Kurppa) 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 3582 2018-11-29 19:16:36Z suehring 28 31 ! dom_dwd_user, Schrempf: 29 32 ! Changes due to merge of uv exposure model into biometeorology_mod. -
palm/trunk/SOURCE/write_restart_data_mod.f90
r3582 r3589 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Move the control parameter "salsa" from salsa_mod to control_parameters23 ! (M. Kurppa)24 22 ! 25 23 ! … … 27 25 ! ----------------- 28 26 ! $Id$ 27 ! Move the control parameter "salsa" from salsa_mod to control_parameters 28 ! (M. Kurppa) 29 ! 30 ! 31 ! 3582 2018-11-29 19:16:36Z suehring 29 32 ! Implementation of a new aerosol module salsa. 30 33 !
Note: See TracChangeset
for help on using the changeset viewer.