Changeset 1309


Ignore:
Timestamp:
Mar 13, 2014 3:06:15 PM (10 years ago)
Author:
fricke
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/check_parameters.f90

    r1308 r1309  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1308 2014-03-13 14:58:42Z fricke
    2229! +netcdf_data_format_save
    2330! Calculate fixed number of output time levels for parallel netcdf output.
    2431! For masked data, parallel netcdf output is not tested so far, hence
    2532! netcdf_data_format is switched back to non-paralell output.
    26 !
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    3033!
    3134! 1299 2014-03-06 13:15:21Z heinze
  • palm/trunk/SOURCE/data_output_2d.f90

    r1308 r1309  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1308 2014-03-13 14:58:42Z fricke
    2229! +local_2d_sections, local_2d_sections_l, ns
    2330! Check, if the limit of the time dimension is exceeded for parallel output
     
    2633! - Cross sections are first stored on a local array and are written
    2734!   collectively to the output file by all PEs.
    28 !
    29 ! Former revisions:
    30 ! -----------------
    31 ! $Id$
    3235!
    3336! 1115 2013-03-26 18:16:16Z hoffmann
  • palm/trunk/SOURCE/data_output_3d.f90

    r1308 r1309  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1308 2014-03-13 14:58:42Z fricke
    2229! Check, if the limit of the time dimension is exceeded for parallel output
    2330! To increase the performance for parallel output, the following is done:
    2431! - Update of time axis is only done by PE0
    25 !
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    2932!
    3033! 1244 2013-10-31 08:16:56Z raasch
  • palm/trunk/SOURCE/header.f90

    r1308 r1309  
    2020! Current revisions:
    2121! -----------------
    22 ! output of the fixed number of output time levels
    23 ! output_format adjusted for masked data if netcdf_data_format > 5
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1308 2014-03-13 14:58:42Z fricke
     29! output of the fixed number of output time levels
     30! output_format adjusted for masked data if netcdf_data_format > 5
    2831!
    2932! 1299 2014-03-06 13:15:21Z heinze
  • palm/trunk/SOURCE/modules.f90

    r1308 r1309  
    2020! Current revisions:
    2121! ------------------
    22 ! +ntdim_2d_xy, ntdim_2d_xz, ntdim_2d_yz, ntdim_3d
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1308 2014-03-13 14:58:42Z fricke
     29! +ntdim_2d_xy, ntdim_2d_xz, ntdim_2d_yz, ntdim_3d
    2730!
    2831! 1257 2013-11-08 15:18:40Z raasch
  • palm/trunk/SOURCE/netcdf.f90

    r1308 r1309  
    2323! Current revisions:
    2424! ------------------
     25!
     26!
     27! Former revisions:
     28! -----------------
     29! $Id$
     30!
     31! 1308 2014-03-13 14:58:42Z fricke
    2532! +ntime_count, oldmode
    2633! Adjust NF90_CREATE and NF90_OPEN statement for parallel output
     
    3037! - No fill is set for all variables
    3138! Check the number of output time levels for restart jobs
    32 !
    33 ! Former revisions:
    34 ! -----------------
    35 ! $Id$
    3639!
    3740! 1206 2013-07-18 12:49:16Z witha
  • palm/trunk/SOURCE/read_var_list.f90

    r1308 r1309  
    2020! Current revisions:
    2121! ------------------
    22 ! +do2d_xy_time_count, do2d_xz_time_count, do2d_yz_time_count,
    23 ! +do3d_time_count
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1308 2014-03-13 14:58:42Z fricke
     29! +do2d_xy_time_count, do2d_xz_time_count, do2d_yz_time_count,
     30! +do3d_time_count
    2831!
    2932! 1253 2013-11-07 10:48:12Z fricke
  • palm/trunk/SOURCE/time_integration.f90

    r1308 r1309  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1308 2014-03-13 14:58:42Z fricke
    2229! +netcdf_data_format_save
    2330! For masked data, parallel netcdf output is not tested so far, hence
    2431! netcdf_data_format is switched back to non-paralell output.
    25 !
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    2932!
    3033! 1276 2014-01-15 13:40:41Z heinze
  • palm/trunk/SOURCE/write_var_list.f90

    r1308 r1309  
    2020! Current revisions:
    2121! -----------------
    22 ! +do2d_xy_time_count, do2d_xz_time_count, do2d_yz_time_count,
    23 ! +do3d_time_count
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1308 2014-03-13 14:58:42Z fricke
     29! +do2d_xy_time_count, do2d_xz_time_count, do2d_yz_time_count,
     30! +do3d_time_count
    2831!
    2932! 1241 2013-10-30 11:36:58Z heinze
Note: See TracChangeset for help on using the changeset viewer.