- Timestamp:
- Jun 27, 2019 1:53:16 PM (5 years ago)
- Location:
- palm/trunk
- Files:
-
- 9 added
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/wind_turbine_model_mod.f90
r3885 r4056 26 26 ! ----------------- 27 27 ! $Id$ 28 ! CASE DEFAULT action in wtm_actions needs to be CONTINUE. Otherwise an abort 29 ! will happen for location values that are not implemented as CASE statements 30 ! but are already realized in the code (e.g. pt-tendency) 31 ! 32 ! 3885 2019-04-11 11:29:34Z kanani 28 33 ! Changes related to global restructuring of location messages and introduction 29 34 ! of additional debug messages … … 2841 2846 2842 2847 CASE DEFAULT 2843 2844 WRITE( message_string, * ) 'unknown prognostic variable: ', TRIM( location ) 2845 CALL message( 'wtm_actions', 'PA04??', 1, 2, 0, 6, 0 ) 2848 CONTINUE 2846 2849 2847 2850 END SELECT … … 2919 2922 2920 2923 CASE DEFAULT 2921 2922 WRITE( message_string, * ) 'unknown prognostic variable: ', TRIM( location ) 2923 CALL message( 'wtm_actions', 'PA04??', 1, 2, 0, 6, 0 ) 2924 CONTINUE 2924 2925 2925 2926 END SELECT
Note: See TracChangeset
for help on using the changeset viewer.