Ignore:
Timestamp:
Aug 24, 2016 10:25:59 AM (8 years ago)
Author:
suehring
Message:

Humidity and passive scalar also separated in nesting mode

File:
1 edited

Legend:

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

    r2001 r2004  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Humidity and passive scalar treated separately in nesting mode
    2323!
    2424! Former revisions:
     
    469469                bc_pt_t = 'nested'
    470470                bc_q_t  = 'nested'
     471                bc_s_t  = 'nested'
    471472                bc_p_t  = 'neumann'
    472473             ENDIF
     
    482483                bc_pt_t = 'nested'
    483484                bc_q_t  = 'nested'
     485                bc_s_t  = 'nested'
    484486                bc_p_t  = 'neumann'
    485487             ENDIF
Note: See TracChangeset for help on using the changeset viewer.