Ignore:
Timestamp:
Apr 16, 2009 12:07:26 PM (15 years ago)
Author:
raasch
Message:

changes for coupling with independent precursor runs; z_i calculation with Sullivan criterion

File:
1 edited

Legend:

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

    r198 r291  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Saturation condition at (sea) surface is not used in precursor runs (only
     7! in the following coupled runs)
    78!
    89! Former revisions:
     
    278279
    279280!
    280 !--             assume saturation for atmosphere coupled to ocean
    281                 IF ( coupling_mode == 'atmosphere_to_ocean' )  THEN
     281!--             Assume saturation for atmosphere coupled to ocean (but not
     282!--             in case of precursor runs)
     283                IF ( coupling_mode == 'atmosphere_to_ocean' .AND. run_coupled )&
     284                THEN
    282285                   e_q = 6.1 * &
    283286                        EXP( 0.07 * ( MIN(pt(0,j,i),pt(1,j,i)) - 273.15 ) )
Note: See TracChangeset for help on using the changeset viewer.