Ignore:
Timestamp:
Mar 21, 2014 11:00:16 AM (10 years ago)
Author:
raasch
Message:

Changed:


-s real64 removed (.mrun.config.hlrnIII)
-r8 removed (.mrun.config.imuk)
deleted: .mrun.config.imuk_ice2_netcdf4 .mrun.config.imuk_hlrn

REAL constants defined as wp-kind in modules

"baroclinicity" renamed "baroclinity", "ocean version" replaced by
"ocean mode"

code parts concerning old output formats "iso2d" and "avs" removed.
netCDF is the only remaining output format.

Errors:


bugfix: duplicate error message 56 removed

File:
1 edited

Legend:

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

    r1321 r1327  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! -netcdf output queries
    2323!
    2424! Former revisions:
     
    5858
    5959    USE control_parameters,                                                    &
    60         ONLY:  dopts_time_count, netcdf_output, time_since_reference_point
     60        ONLY:  dopts_time_count, time_since_reference_point
    6161
    6262    USE cpulog,                                                                &
     
    8989    CALL cpu_log( log_point(36), 'data_output_ptseries', 'start' )
    9090
    91     IF ( myid == 0  .AND.  netcdf_output )  THEN
     91    IF ( myid == 0 )  THEN
    9292!
    9393!--    Open file for time series output in NetCDF format
     
    330330!
    331331!-- Output particle time series quantities in NetCDF format
    332     IF ( myid == 0  .AND.  netcdf_output )  THEN
     332    IF ( myid == 0 )  THEN
    333333       DO  j = 0, inum
    334334          DO  i = 1, dopts_num
Note: See TracChangeset for help on using the changeset viewer.