Changeset 475 for palm/trunk/SOURCE
- Timestamp:
- Feb 4, 2010 2:26:16 AM (15 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r464 r475 1 1 New: 2 2 --- 3 make options (mopts) to be set by configuration file implemented (mrun, mbuild) 4 3 5 humidity=.T. is now usable for runs with topography. wall_humidityflux and 4 6 wall_scalarflux are the corresponding new parin arrays. … … 13 15 has been added. (Makefile, palm_simple_install, palm_simple_run) 14 16 15 check parameters, header, init_3d_model, Makefile, m odules, parin, prognostic_equations, read_var_list, write_var_list17 check parameters, header, init_3d_model, Makefile, mbuild, modules, mrun, parin, prognostic_equations, read_var_list, write_var_list 16 18 new: palm_simple_install, palm_simple_run, subsidence 17 19 … … 19 21 Changed: 20 22 ------- 23 parallel make implemented (mbuild, mrun) 24 21 25 2d-decomposition is default for Cray-XT machines (init_pegrid) 22 26 … … 30 34 Rogers and Yau. (collision_efficiency) 31 35 32 advec_particles, collision_efficiency, init_3d_model, init_pegrid, m odules36 advec_particles, collision_efficiency, init_3d_model, init_pegrid, mbuild, modules, mrun 33 37 34 38 35 39 Errors: 36 40 ------ 41 Bugfix for generating serial jobs (subjob) 42 37 43 Bugfix: index problem concerning gradient_level indices removed (header) 38 44 … … 60 66 Bugfix: initialisation of var_mod (subsidence) 61 67 62 advec_particles, calc_precipitation, collision_efficiency, disturb_field, header, modules, poisfft_hybrid, sub sidence, sum_up_3d_data, time_integration68 advec_particles, calc_precipitation, collision_efficiency, disturb_field, header, modules, poisfft_hybrid, subjob, subsidence, sum_up_3d_data, time_integration 63 69 64 70 -
palm/trunk/SOURCE/data_output_mask.f90
r449 r475 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 6 ! Bugfix in serial branch: arguments from array local_pf removed in N90_PUT_VAR 7 7 ! 8 8 ! Former revisions: … … 427 427 nc_stat = NF90_PUT_VAR( id_set_mask(mid,av), & 428 428 id_var_domask(mid,av,if), & 429 local_pf(mask_size_l(mid,1),mask_size_l(mid,2), & 430 mask_size_l(mid,3)),& 429 local_pf, & 431 430 start = (/ 1, 1, 1, domask_time_count(mid,av) /), & 432 431 count = (/ mask_size_l(mid,1), mask_size_l(mid,2), &
Note: See TracChangeset
for help on using the changeset viewer.