Changeset 2031 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Oct 21, 2016 3:11:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r2027 r2031 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! renamed variable rho to rho_ocean 23 23 ! 24 24 ! Former revisions: … … 299 299 ! 1179 2013-06-14 05:57:58Z raasch 300 300 ! checks and settings of buoyancy parameters and switches revised, 301 ! initial profile for rho added to hom (id=77)301 ! initial profile for rho_ocean added to hom (id=77) 302 302 ! 303 303 ! 1174 2013-05-31 10:28:08Z gryschka … … 2528 2528 hom(:,2,63,:) = SPREAD( zu, 2, statistic_regions+1 ) 2529 2529 2530 CASE ( 'rho ' )2530 CASE ( 'rho_ocean' ) 2531 2531 IF ( .NOT. ocean ) THEN 2532 2532 message_string = 'data_output_pr = ' // & … … 3005 3005 unit = 'kg/kg' 3006 3006 3007 CASE ( 'rho ' )3007 CASE ( 'rho_ocean' ) 3008 3008 IF ( .NOT. ocean ) THEN 3009 3009 message_string = 'output of "' // TRIM( var ) // '" requi' // &
Note: See TracChangeset
for help on using the changeset viewer.