Changeset 2109 for palm


Ignore:
Timestamp:
Jan 10, 2017 12:18:08 PM (7 years ago)
Author:
raasch
Message:

bugfix: length of character string netcdf_var_name extended to avoid problems with restart runs due to truncation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/netcdf_interface_mod.f90

    r2101 r2109  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! bugfix: length of character string netcdf_var_name extended to avoid problems
     23!         with restart runs due to truncation
    2324!
    2425! Former revisions:
     
    478479    CHARACTER (LEN=4)              ::  grid_z                !<
    479480    CHARACTER (LEN=6)              ::  mode                  !<
    480     CHARACTER (LEN=10)             ::  netcdf_var_name       !<
    481481    CHARACTER (LEN=10)             ::  precision             !<
    482482    CHARACTER (LEN=10)             ::  var                   !<
     483    CHARACTER (LEN=20)             ::  netcdf_var_name       !<
    483484    CHARACTER (LEN=varnamelength)  ::  trimvar               !< TRIM of output-variable string
    484485    CHARACTER (LEN=80)             ::  time_average_text     !<
Note: See TracChangeset for help on using the changeset viewer.