Ignore:
Timestamp:
Nov 29, 2018 7:16:36 PM (6 years ago)
Author:
suehring
Message:

Merge branch salsa with trunk

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE

  • palm/trunk/SOURCE/data_output_3d.f90

    r3554 r3582  
    2020! Current revisions:
    2121! ------------------
    22 !
    23 !
     22! Move the control parameter "salsa" from salsa_mod to control_parameters
     23! (M. Kurppa)
     24!
    2425! Former revisions:
    2526! -----------------
     
    254255               io_blocks, io_group, land_surface, message_string,              &
    255256               ntdim_3d, nz_do3d,  ocean_mode, plant_canopy,                   &
    256                psolver, simulated_time, time_since_reference_point,            &
     257               psolver, salsa, simulated_time, time_since_reference_point,     &
    257258               urban_surface, varnamelength
    258259
     
    302303               
    303304    USE salsa_mod,                                                             &
    304         ONLY:  salsa, salsa_data_output_3d     
     305        ONLY:  salsa_data_output_3d     
    305306
    306307    USE turbulence_closure_mod,                                                &
     
    791792!--          SALSA output
    792793             IF ( .NOT. found  .AND.  salsa )  THEN
    793                 CALL salsa_data_output_3d( av, do3d(av,ivar), found, local_pf )
     794                CALL salsa_data_output_3d( av, do3d(av,ivar), found, local_pf, &
     795                                           nzb_do, nzt_do )
    794796                resorted = .TRUE.
    795797             ENDIF                 
Note: See TracChangeset for help on using the changeset viewer.