Ignore:
Timestamp:
Sep 11, 2020 10:00:26 AM (4 years ago)
Author:
eckhard
Message:

Support for homogeneous (domain-averaged) boundary conditions and soil profile initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/inifor/src/inifor_transform.f90

    r4553 r4675  
    2121! Current revisions:
    2222! -----------------
    23 ! 
    24 ! 
     23!
     24!
    2525! Former revisions:
    2626! -----------------
    2727! $Id$
     28! Improved code formatting
     29!
     30!
     31! 4553 2020-06-03 16:34:15Z eckhard
    2832! Improved code readability and documentation
    2933!
     
    431435
    432436    TYPE(grid_definition), INTENT(IN)          ::  avg_grid
    433     REAL(wp), DIMENSION(:,:,:), INTENT(IN)     ::  source_array 
     437    REAL(wp), DIMENSION(:,:,:), INTENT(IN)     ::  source_array
    434438    REAL(wp), DIMENSION(:), INTENT(OUT)        ::  profile_array
    435439
     
    445449                 "cosmo_pressure(" // TRIM( str( nlev ) ) //                &
    446450                 "), profile_array(" // TRIM( str( nz ) )  // ")."
    447        CALL inifor_abort('average_pressure_perturbation', message)
     451       CALL inifor_abort( 'average_profile', message )
    448452    ENDIF
    449453   
Note: See TracChangeset for help on using the changeset viewer.