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/SCRIPTS/mrun

    r352 r359  
    185185     # 08/07/09 - Siggi  - default value for email_notification is none,
    186186     #                     option -e added to subjob
     187     # 19/08/09 - Marcus - MPI debug option
    187188
    188189 
     
    28662867    PATH=$PATH:$TEMPDIR
    28672868
     2869       # MPI debug option (argument checking, slows down execution due to increased latency)
     2870    if [[ "$mpi_debug" = true ]]
     2871    then
     2872       export MPI_CHECK_ARGS=1
     2873       printf "\n  +++ MPI_CHECK_ARGS=$MPI_CHECK_ARGS"
     2874    fi
     2875
    28682876    if [[ "$cond1" = debug  ||  "$cond2" = debug ]]
    28692877    then
Note: See TracChangeset for help on using the changeset viewer.