Changeset 3498 for palm/trunk/SOURCE


Ignore:
Timestamp:
Nov 7, 2018 10:53:03 AM (5 years ago)
Author:
gronemeier
Message:

Bugfix: print error message by processor which encounters the error

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

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

    r3485 r3498  
    2525! -----------------
    2626! $Id$
     27! Bugfix: print error message by processor which encounters the error
     28!
     29! 3485 2018-11-03 17:09:40Z gronemeier
    2730! - get central meridian from origin_lon if crs does not exist
    2831! - set default origin_lon to 0
     
    60156018          ENDIF
    60166019
    6017           CALL message( routine_name, message_identifier, 2, 2, 0, 6, 1 )
     6020          CALL message( routine_name, message_identifier, 2, 2, myid, 6, 1 )
    60186021
    60196022       ENDIF
  • palm/trunk/SOURCE/plant_canopy_model_mod.f90

    r3497 r3498  
    2222! Current revisions:
    2323! ------------------
    24 ! Remove write statement.
     24!
    2525!
    2626! Former revisions:
    2727! -----------------
    2828! $Id$
     29! corrected revisions section
     30!
     31! 3497 2018-11-06 17:15:18Z suehring
     32! Remove write statement.
     33!
     34! 3467 2018-10-30 19:05:21Z suehring
    2935! Add calculation of transpiration for resolved plant canopy (trees, shrubs)
    3036! (V. Fuka, MFF UK Prague, J.Resler, ICS AS, Prague)
Note: See TracChangeset for help on using the changeset viewer.