Changes between Version 56 and Version 57 of doc/tec/changelog_2018
- Timestamp:
- Jan 4, 2011 3:32:40 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/changelog_2018
v56 v57 49 49 Definition of new array bounds nxlg, nxrg, nylg, nyng on each PE. 50 50 Furthermore the allocation of arrays and steering of loops is done with these parameters. 51 ( init_grid)51 (init_grid) 52 52 53 53 Call ws_init to initialize arrays needed for statistical evaluation and … … 75 75 New allocation of tend when ws-scheme and multigrid is used. This is due to 76 76 reasons of performance of the data_exchange. The same is done with p after 77 poismg is called. 77 poismg is called. (pres) 78 78 79 79 Calls of the advection routines with WS5 added. … … 89 89 Exchange of parameters between ocean and atmosphere via PE0 90 90 Determination of parameters needed for coupling (coupling_topology, ngp_a, ngp_o) 91 with different grid/processor-topology in ocean and atmosphere 92 Adaption of ngp_xy, ngp_y to a dynamic number of ghost points. (init_pegrid) 91 with different grid/processor-topology in ocean and atmosphere. (init_pegrid) 93 92 94 93 Removed u_nzb_p1_for_vfc and v_nzb_p1_for_vfc … … 144 143 This distinction is due to reasons of data exchange and performance for the 145 144 normal grid and grids in poismg. 145 Adaption of ngp_xy, ngp_y to a dynamic number of ghost points. 146 146 The definition of MPI-Vectors adapted to a dynamic number of ghost points. 147 147 New MPI-Vectors for data exchange between left and right boundaries added.