Changeset 3383 for palm/trunk


Ignore:
Timestamp:
Oct 19, 2018 2:22:58 PM (6 years ago)
Author:
knoop
Message:

renamed string "microphysics module" to "bulk cloud module"

File:
1 edited

Legend:

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

    r3371 r3383  
    472472! Description:
    473473! ------------
    474 !> Parin for &bulk_cloud_parameters for the microphysics module
     474!> Parin for &bulk_cloud_parameters for the bulk cloud module
    475475!------------------------------------------------------------------------------!
    476476    SUBROUTINE bcm_parin
     
    501501       line = ' '
    502502!
    503 !--    Try to find microphysics module package
     503!--    Try to find bulk cloud module namelist
    504504       REWIND ( 11 )
    505505       line = ' '
     
    512512       READ ( 11, bulk_cloud_parameters )
    513513!
    514 !--    Set flag that indicates that the microphysics module is switched on
     514!--    Set flag that indicates that the bulk cloud module is switched on
    515515       !bulk_cloud_model = .TRUE.
    516516
     
    524524! Description:
    525525! ------------
    526 !> Check parameters routine for microphysics module
     526!> Check parameters routine for bulk cloud module
    527527!------------------------------------------------------------------------------!
    528528    SUBROUTINE bcm_check_parameters
     
    608608! Description:
    609609! ------------
    610 !> Check data output for microphysics module
     610!> Check data output for bulk cloud module
    611611!------------------------------------------------------------------------------!
    612612    SUBROUTINE bcm_check_data_output( var, unit )
     
    696696! Description:
    697697! ------------
    698 !> Check data output of profiles for microphysics module
     698!> Check data output of profiles for bulk cloud module
    699699!------------------------------------------------------------------------------!
    700700    SUBROUTINE bcm_check_data_output_pr( variable, var_count, unit, dopr_unit )
     
    800800! Description:
    801801! ------------
    802 !> Allocate microphysics module arrays and define pointers
     802!> Allocate bulk cloud module arrays and define pointers
    803803!------------------------------------------------------------------------------!
    804804    SUBROUTINE bcm_init_arrays
     
    902902! Description:
    903903! ------------
    904 !> Initialization of the microphysics module
     904!> Initialization of the bulk cloud module
    905905!------------------------------------------------------------------------------!
    906906    SUBROUTINE bcm_init !( dots_label, dots_unit, dots_num, dots_max )
     
    917917!        CHARACTER (LEN=13), DIMENSION(dots_max) :: dots_label
    918918
    919        CALL location_message( 'initializing microphysics module', .FALSE. )
     919       CALL location_message( 'initializing bulk cloud module', .FALSE. )
    920920
    921921       IF ( bulk_cloud_model )  THEN
     
    10811081! Description:
    10821082! ------------
    1083 !> Header output for microphysics module
     1083!> Header output for bulk cloud module
    10841084!------------------------------------------------------------------------------!
    10851085    SUBROUTINE bcm_header ( io )
     
    10911091
    10921092!
    1093 !--    Write microphysics module header
     1093!--    Write bulk cloud module header
    10941094       WRITE ( io, 1 )
    10951095
     
    11221122
    11231123
    1124 1   FORMAT ( //' Bulk cloud microphysics module information:'/ &
     11241   FORMAT ( //' Bulk cloud module information:'/ &
    11251125               ' ------------------------------------------'/ )
    112611262   FORMAT ( '--> Bulk scheme with liquid water potential temperature and'/ &
     
    16781678! Description:
    16791679! ------------
    1680 !> This routine reads the respective restart data for the microphysics module.
     1680!> This routine reads the respective restart data for the bulk cloud module.
    16811681!------------------------------------------------------------------------------!
    16821682    SUBROUTINE bcm_rrd_global( found )
     
    17421742! Description:
    17431743! ------------
    1744 !> This routine reads the respective restart data for the microphysics module.
     1744!> This routine reads the respective restart data for the bulk cloud module.
    17451745!------------------------------------------------------------------------------!
    17461746    SUBROUTINE bcm_rrd_local( i, k, nxlf, nxlc, nxl_on_file, nxrf, nxrc,       &
     
    18871887! Description:
    18881888! ------------
    1889 !> This routine writes the respective restart data for the microphysics module.
     1889!> This routine writes the respective restart data for the bulk cloud module.
    18901890!------------------------------------------------------------------------------!
    18911891    SUBROUTINE bcm_wrd_global
     
    19371937! Description:
    19381938! ------------
    1939 !> This routine writes the respective restart data for the microphysics module.
     1939!> This routine writes the respective restart data for the bulk cloud module.
    19401940!------------------------------------------------------------------------------!
    19411941    SUBROUTINE bcm_wrd_local
Note: See TracChangeset for help on using the changeset viewer.