Changeset 291 for palm/trunk/SOURCE/data_output_profiles.f90
- Timestamp:
- Apr 16, 2009 12:07:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/data_output_profiles.f90
r274 r291 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! simulated_time in NetCDF output replaced by time_since_reference_point. 6 7 ! Output of NetCDF messages with aid of message handling routine. 7 8 ! Output of messages replaced by message handling routine. … … 356 357 ! 357 358 !-- Store time to time axis 358 nc_stat = NF90_PUT_VAR( id_set_pr, id_var_time_pr, &359 (/ simulated_time /),&360 start = (/ dopr_time_count /), &359 nc_stat = NF90_PUT_VAR( id_set_pr, id_var_time_pr, & 360 (/ time_since_reference_point /), & 361 start = (/ dopr_time_count /), & 361 362 count = (/ 1 /) ) 362 363 CALL handle_netcdf_error( 'data_output_profiles', 338 )
Note: See TracChangeset
for help on using the changeset viewer.