Changeset 486 for palm/trunk
- Timestamp:
- Feb 5, 2010 11:03:41 AM (15 years ago)
- Location:
- palm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/tec/technical_documentation.html
r482 r486 1 1 <!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en"> 2 2 <html><head> 3 3 4 4 5 … … 74 75 75 76 <tr> 77 <td style="vertical-align: top;">05/02/10<br> 78 </td> 79 <td style="vertical-align: top;">SR<br> 80 </td> 81 <td style="vertical-align: top;">485<br> 82 </td> 83 <td style="vertical-align: top;"><br> 84 </td> 85 <td style="vertical-align: top;"><br> 86 </td> 87 <td style="vertical-align: top;"><span style="font-family: Courier New,Courier,monospace;">ngp_3d</span>, <span style="font-family: Courier New,Courier,monospace;">ngp_3d_inner</span> 88 changed to 64 bit. Otherwise, on large grids > 2*10**9 grid points 89 some global statistics (e.g. total kinetic energy) have wrong values.<br> 90 </td> 91 <td style="vertical-align: top;">init_3d_model, modules<br> 92 </td> 93 </tr> 94 <tr> 95 <td style="vertical-align: top;">05/02/10<br> 96 </td> 97 <td style="vertical-align: top;">SR<br> 98 </td> 99 <td style="vertical-align: top;">484<br> 100 </td> 101 <td style="vertical-align: top;"><br> 102 </td> 103 <td style="vertical-align: top;">B<br> 104 </td> 105 <td style="vertical-align: top;">Typo in file headers removed ("current" instead of "actual").<br> 106 </td> 107 <td style="vertical-align: top;">many<br> 108 </td> 109 </tr> 110 <tr> 76 111 <td style="vertical-align: top; width: 27px;">05/02/10<br> 77 112 </td> … … 95 130 additional source to the prognostic equation for potential temperature. 96 131 See new parameters <span style="font-family: Courier New,Courier,monospace;">large_scale_subsidence</span>, <span style="font-family: Courier New,Courier,monospace;">ws_vertical_gradient</span>, and <span style="font-family: Courier New,Courier,monospace;">ws_vertical_gradient_level</span>. (<span style="font-family: Courier New,Courier,monospace;">check_parameters</span>, <span style="font-family: Courier New,Courier,monospace;">header</span>, <span style="font-family: Courier New,Courier,monospace;">Makefile</span>, <span style="font-family: Courier New,Courier,monospace;">modules</span>, <span style="font-family: Courier New,Courier,monospace;">parin</span>, <span style="font-family: Courier New,Courier,monospace;">prognostic_equations</span>, <span style="font-family: Courier New,Courier,monospace;">read_var_list</span>, <span style="font-family: Courier New,Courier,monospace;">subsidence</span>, <span style="font-family: Courier New,Courier,monospace;">write_var_list</span>)<br> 132 <br>Scripts have been updated for Cray-XT5 machine (lcxt5m) and Hitachi-machine (lckyoto).<br> 97 133 <br> 98 134 A simple method for installing and running palm (with limited features) has been added. (<span style="font-family: Courier New,Courier,monospace;">Makefile</span>, new scripts <span style="font-weight: bold;">palm_simple_install</span>, <span style="font-weight: bold;">palm_simple_run</span>)<br> -
palm/trunk/SOURCE/init_3d_model.f90
r485 r486 7 7 ! Current revisions: 8 8 ! ----------------- 9 ! calculation of ngp_3d + ngp_3d_inner changed because they have now 64 bit9 ! 10 10 ! 11 11 ! Former revisions: 12 12 ! ----------------- 13 13 ! $Id$ 14 ! 15 ! 485 2010-02-05 10:57:51Z raasch 16 ! calculation of ngp_3d + ngp_3d_inner changed because they have now 64 bit 14 17 ! 15 18 ! 407 2009-12-01 15:01:15Z maronga -
palm/trunk/SOURCE/modules.f90
r485 r486 5 5 ! Current revisions: 6 6 ! ----------------- 7 ! ngp_3d, ngp_3d_inner changed to 64 bit7 ! 8 8 ! 9 9 ! Former revisions: 10 10 ! ----------------- 11 11 ! $Id$ 12 ! 13 ! 485 2010-02-05 10:57:51Z raasch 14 ! ngp_3d, ngp_3d_inner changed to 64 bit 12 15 ! 13 16 ! 449 2010-02-02 11:23:59Z raasch
Note: See TracChangeset
for help on using the changeset viewer.