Ignore:
Timestamp:
Jan 14, 2019 12:49:24 PM (5 years ago)
Author:
maronga
Message:

removed most_methods circular and lookup. added improved version of palm_csd

File:
1 edited

Legend:

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

    r3655 r3668  
    2525! -----------------
    2626! $Id$
     27! most_method removed
     28!
     29! 3655 2019-01-07 16:51:22Z knoop
    2730! Formatting
    2831!
     
    37903793    ENDIF
    37913794
    3792 !
    3793 !-- Check for valid setting of most_method
    3794     IF ( TRIM( most_method ) /= 'circular'  .AND.                              &
    3795          TRIM( most_method ) /= 'newton'    .AND.                              &
    3796          TRIM( most_method ) /= 'lookup' )  THEN
    3797        message_string = 'most_method = "' // TRIM( most_method ) //            &
    3798                         '" is unknown'
    3799        CALL message( 'check_parameters', 'PA0416', 1, 2, 0, 6, 0 )
    3800     ENDIF
    38013795
    38023796!
Note: See TracChangeset for help on using the changeset viewer.