Ignore:
Timestamp:
Oct 21, 2016 3:11:58 PM (8 years ago)
Author:
knoop
Message:

Renamed variable rho to rho_ocean, rho_init to rho_ocean_init and rho_av to rho_ocean_av

File:
1 edited

Legend:

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

    r2027 r2031  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! renamed variable rho to rho_ocean
    2323!
    2424! Former revisions:
     
    299299! 1179 2013-06-14 05:57:58Z raasch
    300300! 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)
    302302!
    303303! 1174 2013-05-31 10:28:08Z gryschka
     
    25282528             hom(:,2,63,:) = SPREAD( zu, 2, statistic_regions+1 )
    25292529
    2530           CASE ( 'rho' )
     2530          CASE ( 'rho_ocean' )
    25312531             IF (  .NOT.  ocean ) THEN
    25322532                message_string = 'data_output_pr = ' //                        &
     
    30053005             unit = 'kg/kg'
    30063006
    3007           CASE ( 'rho' )
     3007          CASE ( 'rho_ocean' )
    30083008             IF (  .NOT.  ocean )  THEN
    30093009                message_string = 'output of "' // TRIM( var ) // '" requi' //  &
Note: See TracChangeset for help on using the changeset viewer.