Changeset 4286 for palm/trunk/SOURCE/surface_data_output_mod.f90
- Timestamp:
- Oct 30, 2019 4:01:14 PM (5 years ago)
- Location:
- palm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk
- Property svn:mergeinfo changed
/palm/branches/resler merged: 4248,4252-4253,4263,4283-4285
- Property svn:mergeinfo changed
-
palm/trunk/SOURCE
- Property svn:mergeinfo changed
/palm/branches/resler/SOURCE merged: 4248,4252-4253,4263,4283-4285
- Property svn:mergeinfo changed
-
palm/trunk/SOURCE/surface_data_output_mod.f90
r4205 r4286 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Fix wrongly declared nc_stat variable in surface_data_output_mod 28 ! 29 ! 4205 2019-08-30 13:25:00Z suehring 27 30 ! - Correct x,y-coordinates of vertical surfaces in netcdf output 28 31 ! - Change definition of azimuth angle, reference is north 0 degree … … 119 122 120 123 USE netcdf_interface, & 121 ONLY: n etcdf_create_att, netcdf_create_dim, netcdf_create_file,&122 netcdf_create_ global_atts, netcdf_create_var, netcdf_data_format,&123 netcdf_ handle_error124 ONLY: nc_stat, netcdf_create_att, netcdf_create_dim, & 125 netcdf_create_file, netcdf_create_global_atts, & 126 netcdf_create_var, netcdf_data_format, netcdf_handle_error 124 127 125 128 USE pegrid … … 163 166 INTEGER(iwp) :: dosurf_no(0:1) = 0 !< number of surface output quantities 164 167 #if defined( __netcdf4_parallel ) 165 INTEGER(iwp) :: nc_stat !< error code for netcdf routines166 168 INTEGER(iwp) :: oldmode !< save old set-fill-mode of netcdf file (not needed, but required for routine call) 167 169
Note: See TracChangeset
for help on using the changeset viewer.