Ignore:
Timestamp:
Apr 16, 2009 12:07:26 PM (15 years ago)
Author:
raasch
Message:

changes for coupling with independent precursor runs; z_i calculation with Sullivan criterion

File:
1 edited

Legend:

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

    r263 r291  
    44! Current revisions:
    55! -----------------
     6! simulated_time in NetCDF output replaced by time_since_reference_point.
    67! Output of NetCDF messages with aid of message handling routine.
    78!
     
    5556!
    5657!--    Update the particle time series time axis
    57        nc_stat = NF90_PUT_VAR( id_set_pts, id_var_time_pts,    &
    58                                (/ simulated_time /),          &
     58       nc_stat = NF90_PUT_VAR( id_set_pts, id_var_time_pts,      &
     59                               (/ time_since_reference_point /), &
    5960                               start = (/ dopts_time_count /), count = (/ 1 /) )
    6061       CALL handle_netcdf_error( 'data_output_ptseries', 391 )
Note: See TracChangeset for help on using the changeset viewer.