| 355 | }}} |
| 356 | |---------------- |
| 357 | {{{#!td style="vertical-align:top;width: 50px" |
| 358 | [[CRev(0,3337)]] |
| 359 | }}} |
| 360 | {{{#!td style="vertical-align:top;width: 50px" |
| 361 | [[CRev(1,3337)]] |
| 362 | }}} |
| 363 | {{{#!td style="vertical-align:top;width: 75px" |
| 364 | [[CRev(2,3337)]] |
| 365 | }}} |
| 366 | {{{#!td style="vertical-align:top" |
| 367 | 5.0 |
| 368 | }}} |
| 369 | {{{#!td style="vertical-align:top" |
| 370 | B,C,N |
| 371 | }}} |
| 372 | {{{#!td style="vertical-align:top" |
| 373 | SVN commit message: [[CRev(3,3337)]] (Makefile, average_3d_data, biometeorology_mod, check_parameters, chem_emissions_mod, data_output_3d, modules, netcdf_data_input_mod, netcdf_interface_mod, palm, plant_canopy_model_mod, prognostic_equations, radiation_model_mod, sum_up_3d_data, time_integration_spinup, |
| 374 | urban_surface_mod)\\\\ |
| 375 | All changes are somehow related to the advancement of the radiative transfer model (RTM), developed by Pavel Krc, Jaroslav Resler (ICS, Prague), summarized below:\\\\ |
| 376 | New RTM version 2.9: |
| 377 | added calculation of the MRT inside the RTM module |
| 378 | MRT fluxes are consequently used in the new biometeorology module |
| 379 | for calculation of biological indices (MRT, PET) |
| 380 | Fixes of v. 2.5 and SVN trunk: |
| 381 | - proper initialization of rad_net_l |
| 382 | - make arrays nsurfs and surfstart TARGET to prevent some MPI problems |
| 383 | - initialization of arrays used in MPI one-sided operation as 1-D arrays |
| 384 | to prevent problems with some MPI/compiler combinations |
| 385 | - fix indexing of target displacement in subroutine request_itarget to |
| 386 | consider nzub |
| 387 | - fix LAD dimmension range in PCB calculation |
| 388 | - check ierr in all MPI calls |
| 389 | - use proper per-gridbox sky and diffuse irradiance |
| 390 | - fix shading for reflected irradiance |
| 391 | - clear away the residuals of "atmospheric surfaces" implementation |
| 392 | - fix rounding bug in raytrace_2d introduced in SVN trunk\\ |
| 393 | New RTM version 2.5: (Pavel Krc, Jaroslav Resler, ICS, Prague) |
| 394 | can use angular discretization for all SVF |
| 395 | (i.e. reflected and emitted radiation in addition to direct and diffuse), |
| 396 | allowing for much better scaling wih high resoltion and/or complex terrain |
| 397 | - Unite array grow factors |
| 398 | - Fix slightly shifted terrain height in raytrace_2d |
| 399 | - Use more efficient MPI_Win_allocate for reverse gridsurf index |
| 400 | - Fix random MPI RMA bugs on Intel compilers |
| 401 | - Fix approx. double plant canopy sink values for reflected radiation |
| 402 | - Fix mostly missing plant canopy sinks for direct radiation |
| 403 | - Fix discretization errors for plant canopy sink in diffuse radiation |
| 404 | - Fix rounding errors in raytrace_2d |
| 405 | |
| 406 | Further changes:\\\\ |
| 407 | * '''NEW''' simple biometeorology model (will later be replaced by full version) |
| 408 | * '''CHANGE''' in USM output procedure, some formatting in chemistry code |