Changeset 486


Ignore:
Timestamp:
Feb 5, 2010 11:03:41 AM (14 years ago)
Author:
raasch
Message:

last commit documented

Location:
palm/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/DOC/tec/technical_documentation.html

    r482 r486  
    11<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
    22<html><head>
     3
    34
    45
     
    7475   
    7576    <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>
     88changed to 64 bit. Otherwise, on large grids &gt; 2*10**9 grid points
     89some 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>
    76111      <td style="vertical-align: top; width: 27px;">05/02/10<br>
    77112      </td>
     
    95130additional source to the prognostic equation for potential temperature.
    96131See 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>
    97133      <br>
    98134A 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  
    77! Current revisions:
    88! -----------------
    9 ! calculation of ngp_3d + ngp_3d_inner changed because they have now 64 bit
     9!
    1010!
    1111! Former revisions:
    1212! -----------------
    1313! $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
    1417!
    1518! 407 2009-12-01 15:01:15Z maronga
  • palm/trunk/SOURCE/modules.f90

    r485 r486  
    55! Current revisions:
    66! -----------------
    7 ! ngp_3d, ngp_3d_inner changed to 64 bit
     7!
    88!
    99! Former revisions:
    1010! -----------------
    1111! $Id$
     12!
     13! 485 2010-02-05 10:57:51Z raasch
     14! ngp_3d, ngp_3d_inner changed to 64 bit
    1215!
    1316! 449 2010-02-02 11:23:59Z raasch
Note: See TracChangeset for help on using the changeset viewer.