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_3d.f90

    r274 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! Output of messages replaced by message handling routine.
     
    9394    IF ( myid == 0  .AND.  netcdf_output )  THEN
    9495       nc_stat = NF90_PUT_VAR( id_set_3d(av), id_var_time_3d(av), &
    95                                (/ simulated_time /),              &
     96                               (/ time_since_reference_point /),  &
    9697                               start = (/ do3d_time_count(av) /), &
    9798                               count = (/ 1 /) )
Note: See TracChangeset for help on using the changeset viewer.