Ignore:
Timestamp:
Jul 12, 2016 4:34:24 PM (8 years ago)
Author:
suehring
Message:

Separate balance equations for humidity and passive_scalar

File:
1 edited

Legend:

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

    r1958 r1960  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Allocation of s_init
    2222!
    2323! Former revisions:
     
    218218
    219219    USE arrays_3d,                                                             &
    220         ONLY:  pt_init, q_init, ref_state, sa_init, ug, u_init, v_init,        &
     220        ONLY:  pt_init, q_init, ref_state, s_init, sa_init, ug, u_init, v_init,&
    221221               vg
    222222
     
    597597!--          ATTENTION: in case of changes to the following statement please
    598598!--                  also check the allocate statement in routine read_var_list
    599              ALLOCATE( pt_init(0:nz+1), q_init(0:nz+1),                       &
     599             ALLOCATE( pt_init(0:nz+1), q_init(0:nz+1), s_init(0:nz+1),        &
    600600                       ref_state(0:nz+1), sa_init(0:nz+1), ug(0:nz+1),         &
    601601                       u_init(0:nz+1), v_init(0:nz+1), vg(0:nz+1),             &
Note: See TracChangeset for help on using the changeset viewer.