Changeset 2109
- Timestamp:
- Jan 10, 2017 12:18:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_interface_mod.f90
r2101 r2109 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! bugfix: length of character string netcdf_var_name extended to avoid problems 23 ! with restart runs due to truncation 23 24 ! 24 25 ! Former revisions: … … 478 479 CHARACTER (LEN=4) :: grid_z !< 479 480 CHARACTER (LEN=6) :: mode !< 480 CHARACTER (LEN=10) :: netcdf_var_name !<481 481 CHARACTER (LEN=10) :: precision !< 482 482 CHARACTER (LEN=10) :: var !< 483 CHARACTER (LEN=20) :: netcdf_var_name !< 483 484 CHARACTER (LEN=varnamelength) :: trimvar !< TRIM of output-variable string 484 485 CHARACTER (LEN=80) :: time_average_text !<
Note: See TracChangeset
for help on using the changeset viewer.