Ignore:
Timestamp:
May 30, 2017 5:47:52 PM (7 years ago)
Author:
suehring
Message:

Adjustments according new topography and surface-modelling concept implemented

File:
1 edited

Legend:

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

    r2210 r2232  
    466466    USE indices
    467467    USE land_surface_model_mod,                                                &
    468         ONLY: land_surface, lsm_check_data_output, lsm_check_data_output_pr,   &
     468        ONLY: lsm_check_data_output, lsm_check_data_output_pr,                 &
    469469              lsm_check_parameters
    470470
     
    859859                        'momentum_advec = "ws-scheme"'
    860860       CALL message( 'check_parameters', 'PA0447', 1, 2, 0, 6, 0 )
     861    ENDIF
     862    IF ( TRIM( approximation ) == 'anelastic'   .AND.   &
     863         TRIM( psolver ) == 'multigrid' )  THEN
     864       message_string = 'Anelastic approximation currently only supports: ' // &
     865                        'psolver = "poisfft", ' // &
     866                        'psolver = "sor" and ' // &
     867                        'psolver = "multigrid_noopt"'
     868       CALL message( 'check_parameters', 'PA0448', 1, 2, 0, 6, 0 )
    861869    ENDIF
    862870    IF ( TRIM( approximation ) == 'anelastic'   .AND.   &
Note: See TracChangeset for help on using the changeset viewer.