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_tseries.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!
     
    6364!
    6465!--       Update the time series time axis
    65           nc_stat = NF90_PUT_VAR( id_set_ts, id_var_time_ts,     &
    66                                   (/ simulated_time /),          &
    67                                   start = (/ dots_time_count /), &
     66          nc_stat = NF90_PUT_VAR( id_set_ts, id_var_time_ts,        &
     67                                  (/ time_since_reference_point /), &
     68                                  start = (/ dots_time_count /),    &
    6869                                  count = (/ 1 /) )
    6970          CALL handle_netcdf_error( 'data_output_tseries', 350 )
Note: See TracChangeset for help on using the changeset viewer.