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/prognostic_equations.f90

    r3467 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:
     
    373374               use_upstream_for_tke, wind_turbine, ws_scheme_mom,              &
    374375               ws_scheme_sca, urban_surface, land_surface,                     &
    375                time_since_reference_point
     376               time_since_reference_point, salsa
    376377
    377378    USE coriolis_mod,                                                          &
     
    415416    USE salsa_mod,                                                             &
    416417        ONLY:  aerosol_mass, aerosol_number, dt_salsa, last_salsa_time, nbins, &
    417                ncc_tot, ngast, salsa, salsa_boundary_conds, salsa_diagnostics, &
     418               ncc_tot, ngast, salsa_boundary_conds, salsa_diagnostics,        &
    418419               salsa_driver, salsa_gas, salsa_gases_from_chem, salsa_tendency, &
    419420               skip_time_do_salsa
     
    548549
    549550    ENDIF       
    550 
    551551!
    552552!-- Run SALSA and aerosol dynamic processes. SALSA is run with a longer time
Note: See TracChangeset for help on using the changeset viewer.