Ignore:
Timestamp:
Mar 20, 2014 4:38:49 PM (10 years ago)
Author:
raasch
Message:

REAL functions and a lot of REAL constants provided with KIND-attribute,
some small bugfixes

File:
1 edited

Legend:

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

    r1321 r1322  
    2323! Current revisions:
    2424! ------------------
    25 !
     25! Forgotten ONLY-attribute added to USE-statements
    2626!
    2727! Former revisions:
     
    49244924!------------------------------------------------------------------------------!
    49254925
    4926     USE control_parameters
     4926    USE control_parameters,                                                    &
     4927        ONLY:  netcdf_data_format
     4928
    49274929    USE netcdf
     4930
    49284931    USE netcdf_control
     4932
    49294933    USE pegrid
    49304934
     
    49624966!------------------------------------------------------------------------------!
    49634967
    4964     USE control_parameters
     4968    USE control_parameters,                                                    &
     4969        ONLY:  message_string
     4970
    49654971    USE netcdf
     4972
    49664973    USE netcdf_control
     4974
    49674975    USE pegrid
    49684976
Note: See TracChangeset for help on using the changeset viewer.