Changeset 4029 for palm/trunk/SOURCE/surface_data_output_mod.f90
- Timestamp:
- Jun 14, 2019 2:04:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_data_output_mod.f90
r3881 r4029 25 25 ! ----------------- 26 26 ! $Id$ 27 ! netcdf variable NF90_NOFILL is used as argument instead of "1" in call to NF90_DEF_VAR_FILL 28 ! 29 ! 3881 2019-04-10 09:31:22Z suehring 27 30 ! Check for zero output timestep (not allowed in parallel NetCDF output mode) 28 31 ! … … 1302 1305 nc_stat = NF90_DEF_VAR_FILL( id_set_surf(av), & 1303 1306 id_var_dosurf(av,i), & 1304 1, 0 )1307 NF90_NOFILL, 0 ) 1305 1308 CALL netcdf_handle_error( 'surface_data_output_init', 5566 ) 1306 1309 !
Note: See TracChangeset
for help on using the changeset viewer.