Ignore:
Timestamp:
Oct 21, 2016 3:11:58 PM (7 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/init_masks.f90

    r2001 r2031  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! renamed variable rho to rho_ocean
    2323!
    2424! Former revisions:
     
    350350                unit = 'kg/kg'
    351351
    352              CASE ( 'rho' )
     352             CASE ( 'rho_ocean' )
    353353                IF ( .NOT. ocean )  THEN
    354354                   WRITE ( message_string, * ) 'output of "', TRIM( var ), &
Note: See TracChangeset for help on using the changeset viewer.