Changeset 3467 for palm/trunk/SOURCE/init_3d_model.f90
- Timestamp:
- Oct 30, 2018 7:05:21 PM (6 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE
-
palm/trunk/SOURCE/init_3d_model.f90
- Property svn:mergeinfo changed
/palm/branches/salsa/SOURCE/init_3d_model.f90 (added) merged: 2505,2525-2526,2561,2607,2708,2730,2738,2744,2748,2777,2814,2832,2869,3005,3018,3064,3104,3169,3211,3308,3412
r3458 r3467 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Implementation of a new aerosol module salsa. 28 ! 29 ! 3458 2018-10-30 14:51:23Z kanani 27 30 ! from chemistry branch r3443, basit: 28 31 ! bug fixed in sums and sums_l for chemistry profile output … … 618 621 USE random_generator_parallel, & 619 622 ONLY: init_parallel_random_generator 620 623 621 624 USE read_restart_data_mod, & 622 ONLY: rrd_read_parts_of_global, rrd_local 625 ONLY: rrd_read_parts_of_global, rrd_local 626 627 USE salsa_mod, & 628 ONLY: salsa, salsa_init, salsa_init_arrays 623 629 624 630 USE statistics, & … … 1065 1071 IF ( land_surface ) CALL lsm_init_arrays 1066 1072 IF ( ocean_mode ) CALL ocean_init_arrays 1073 IF ( salsa ) CALL salsa_init_arrays 1067 1074 IF ( wind_turbine ) CALL wtm_init_arrays 1068 1075 IF ( uv_exposure ) CALL uvem_init_arrays … … 2413 2420 2414 2421 ! 2422 !-- If required, initialize quantities needed in SALSA 2423 IF ( salsa ) THEN 2424 CALL location_message( 'initializing SALSA model', .TRUE. ) 2425 CALL salsa_init 2426 CALL location_message( 'finished', .TRUE. ) 2427 ENDIF 2428 2429 ! 2415 2430 !-- If required, initialize quantities needed for the gust module 2416 2431 IF ( gust_module_enabled ) THEN - Property svn:mergeinfo changed
Note: See TracChangeset
for help on using the changeset viewer.