Ignore:
Timestamp:
Aug 19, 2009 4:56:44 PM (15 years ago)
Author:
letzel
Message:
  • Bugfix for extended NetCDF files: In order to avoid 'data mode' errors if updated attributes are larger than their original size, NF90_PUT_ATT is called in 'define mode' enclosed by NF90_REDEF and NF90_ENDDEF calls. This implies a possible performance loss; an alternative strategy would be to ensure equal attribute size in a job chain. (netcdf)
  • Changed: For extended NetCDF files, the updated title attribute includes an update of time_average_text where appropriate. (netcdf)
  • Bugfix: correction of initial volume flow for non-flat topography (init_3d_model)
  • Bugfix: zero initialization of arrays within buildings for 'cyclic_fill' (init_3d_model)
  • New: MPI debug option (mrun)
  • Documentation updates:
    • topography file format (chapter 3.5.4)
    • NC identifier range expanded to 444 (appendix_a)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r355 r359  
    5151Changed:
    5252-------
     53For extended NetCDF files, the updated title attribute includes an update of
     54time_average_text where appropriate. (netcdf)
     55
    5356In case of restart runs without extension, initial profiles are not written
    5457to NetCDF-file anymore. (data_output_profiles, modules, read_var_list, write_var_list)
     
    110113Errors:
    111114------
     115Bugfix for extended NetCDF files: In order to avoid 'data mode' errors if
     116updated attributes are larger than their original size, NF90_PUT_ATT is called
     117in 'define mode' enclosed by NF90_REDEF and NF90_ENDDEF calls. This implies a
     118possible performance loss; an alternative strategy would be to ensure equal
     119attribute size in a job chain. (netcdf)
     120
     121Bugfix: correction of initial volume flow for non-flat topography (init_3d_model)
     122Bugfix: zero initialization of arrays within buildings for 'cyclic_fill' (init_3d_model)
     123
    112124Bugfix: to_be_resorted => s_av for time-averaged scalars (data_output_2d, data_output_3d)
    113125
Note: See TracChangeset for help on using the changeset viewer.