Ignore:
Timestamp:
Nov 29, 2018 7:16:36 PM (5 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_2d.f90

    r3569 r3582  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Move the control parameter "salsa" from salsa_mod to control_parameters
     23! (M. Kurppa)
    2324!
    2425! Former revisions:
     
    294295               ibc_uv_b, io_blocks, io_group, land_surface, message_string,    &
    295296               ntdim_2d_xy, ntdim_2d_xz, ntdim_2d_yz,                          &
    296                ocean_mode, psolver, section, simulated_time,                   &
     297               ocean_mode, psolver, salsa, section, simulated_time,            &
    297298               time_since_reference_point
    298299
     
    334335   
    335336    USE salsa_mod,                                                             &
    336         ONLY:  salsa, salsa_data_output_2d   
     337        ONLY:  salsa_data_output_2d   
    337338
    338339    USE surface_mod,                                                           &
     
    13531354               
    13541355                IF ( .NOT. found  .AND.  salsa )  THEN
    1355                    CALL salsa_data_output_2d( av, do2d(av,ivar), found, grid,    &
    1356                                               mode, local_pf, two_d )
     1356                   CALL salsa_data_output_2d( av, do2d(av,ivar), found, grid,  &
     1357                                              mode, local_pf, two_d, nzb_do,   &
     1358                                              nzt_do)
    13571359                ENDIF                 
    13581360
Note: See TracChangeset for help on using the changeset viewer.