Ignore:
Timestamp:
Jul 27, 2007 9:09:17 AM (17 years ago)
Author:
raasch
Message:

preliminary version for coupled runs

File:
1 edited

Legend:

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

    r98 r102  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Boundary conditions for temperature adjusted for coupled runs
    77!
    88! Former revisions:
     
    9393
    9494!
    95 !--    Temperature at bottom boundary
     95!--    Temperature at bottom boundary.
     96!--    In case of coupled runs (ibc_pt_b = 2) the temperature is given by
     97!--    the sea surface temperature of the coupled ocean model.
    9698       IF ( ibc_pt_b == 0 )  THEN
    9799          DO  i = nxl-1, nxr+1
     
    100102             ENDDO
    101103          ENDDO
    102        ELSE
     104       ELSEIF ( ibc_pt_b == 1 )  THEN
    103105          DO  i = nxl-1, nxr+1
    104106             DO  j = nys-1, nyn+1
Note: See TracChangeset for help on using the changeset viewer.