Changeset 3452 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Oct 30, 2018 1:13:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r3448 r3452 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix for profiles output 28 ! 29 ! 3448 2018-10-29 18:14:31Z kanani 27 30 ! Add biometeorology 28 31 ! … … 2914 2917 2915 2918 CASE DEFAULT 2916 2919 unit = 'illegal' 2917 2920 ! 2918 2921 !-- Check for other modules 2919 IF ( unit == 'illegal' .AND. bulk_cloud_model) THEN2922 IF ( unit == 'illegal' .AND. bulk_cloud_model ) THEN 2920 2923 CALL bcm_check_data_output_pr( data_output_pr(i), i, unit, & 2921 2924 dopr_unit(i) ) … … 2937 2940 ENDIF 2938 2941 2939 CALL lsm_check_data_output_pr( data_output_pr(i), i, unit, & 2942 IF ( unit == 'illegal' ) THEN 2943 CALL lsm_check_data_output_pr( data_output_pr(i), i, unit, & 2940 2944 dopr_unit(i) ) 2941 2945 ENDIF 2942 2946 IF ( unit == 'illegal' ) THEN 2943 2947 CALL ocean_check_data_output_pr( data_output_pr(i), i, unit, &
Note: See TracChangeset
for help on using the changeset viewer.