Ignore:
Timestamp:
Sep 23, 2009 9:40:33 AM (15 years ago)
Author:
raasch
Message:

in-situ AND potential density are calculated and used in the ocean version

File:
1 edited

Legend:

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

    r348 r388  
    44! Actual revisions:
    55! -----------------
     6! Using prho instead of rho in diffusvities.
    67! Coupling with independent precursor runs.
    78! Bugfix: output of particle time series only if particle advection is switched
     
    284285             IF ( .NOT. humidity ) THEN
    285286                IF ( ocean )  THEN
    286                    CALL diffusivities( rho, prho_reference )
     287                   CALL diffusivities( prho, prho_reference )
    287288                ELSE
    288289                   CALL diffusivities( pt, pt_reference )
Note: See TracChangeset for help on using the changeset viewer.