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/write_3d_binary.f90

    r2001 r2031  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! renamed variable rho_av to rho_ocean_av
    2323!
    2424! Former revisions:
     
    256256    ENDIF   
    257257    IF ( ocean )  THEN
    258        IF ( ALLOCATED( rho_av ) )  THEN
    259           WRITE ( 14 )  'rho_av              ';  WRITE ( 14 )  rho_av
     258       IF ( ALLOCATED( rho_ocean_av ) )  THEN
     259          WRITE ( 14 )  'rho_ocean_av              ';  WRITE ( 14 )  rho_ocean_av
    260260       ENDIF
    261261       WRITE ( 14 )  'sa                  ';  WRITE ( 14 )  sa
Note: See TracChangeset for help on using the changeset viewer.