Changes between Version 878 and Version 879 of doc/tec/changelog_2018


Ignore:
Timestamp:
Oct 26, 2017 1:52:53 PM (7 years ago)
Author:
hellstea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog_2018

    v878 v879  
    3434Resetting of e within buildings / topography in pmci_parent_datatrans removed
    3535as unnecessary since e is not anterpolated, and as incorrect since it overran
    36 the default Neumann condition (bc_e_b) (pmc_interface_mod).
     36the default Neumann condition (bc_e_b) (pmc_interface_mod).
     37 
    3738Workaround for gnufortran compiler added in usm_calc_svf. CALL MPI_Win_allocate is
    38 replaced by CALL MPI_Win_allocate_cptr if defined ( __gnufortran ) (urban_surface_mod)
     39replaced by CALL MPI_Win_allocate_cptr if the CPP flag gnufortran is defined (urban_surface_mod)
    3940}}}
    4041|----------------