Ignore:
File:
1 edited

Legend:

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

    r3 r1  
    1111! Former revisions:
    1212! -----------------
    13 ! $Id$
    14 ! RCS Log replace by Id keyword, revision history cleaned up
    15 !
     13! $Log: netcdf.f90,v $
    1614! Revision 1.12  2006/09/26 19:35:16  raasch
    1715! Bugfix yv coordinates for yz cross sections
     16!
     17! Revision 1.11  2006/08/22 14:13:11  raasch
     18! Extension for timeseries information of particle groups,
     19! xz and yz cross sections now up to nzt+1
     20!
     21! Revision 1.10  2006/08/04 14:51:42  raasch
     22! Extensions for output of particle time series
     23! do2d_unit and do3d_unit now defined as 2d-arrays
     24!
     25! Revision 1.9  2006/06/13 13:01:08  raasch
     26! Some errors of revision 1.8 removed
     27!
     28! Revision 1.8  2006/06/02 15:23:13  raasch
     29! x- and y-coordinates of 2d- and 3d-variables are now precisely defined
     30! depending on which grid (u-, v- or scalar) the respective variable is defined
     31!
     32! Revision 1.7  2006/04/21 14:23:47  letzel
     33! Error removed in extend mode when checking whether the selected cross sections
     34! match those in the already existing NetCDF file.
     35!
     36! Revision 1.6  2006/04/11 14:58:47  raasch
     37! pl_spectra renamed data_output_sp
     38!
     39! Revision 1.5  2006/02/23 12:42:07  raasch
     40! Extensions for output of 2d/3d time averaged data, definition of grids for
     41! user-defined output quantities,
     42! error removed getting the variable ids for _ext for profiles and time series,
     43! ebene renamed section, pl1d_anz renamed dopr_n,
     44! error number argument for handle_netcdf_error,
     45! no optimization on ibmy due to compiler error
     46!
     47! Revision 1.4  2005/12/06 16:42:57  raasch
     48! Error in netcdf variable declaration for statistic_regions /= 0 removed
     49!
     50! Revision 1.3  2005/10/20 15:40:17  raasch
     51! real number of particles is additionally contained as a variable on the
     52! particle data file,
     53! pr_xz added to vertical cross sections,
     54! error removed in calculating y axis data for yz cross sections
     55!
     56! Revision 1.2  2005/06/26 20:04:31  raasch
     57! Particle output extended, 2d- and 3d-files are not opened if there is no
     58! output for these files (pl2d=pl3d=' ')
    1859!
    1960! Revision 1.1  2005/05/18 15:37:16  raasch
Note: See TracChangeset for help on using the changeset viewer.