Ignore:
Timestamp:
Oct 23, 2019 10:46:20 AM (5 years ago)
Author:
monakurppa
Message:

Updates for the aerosol module salsa

  • Reformat the emission data for the pre-processed mode (lod=2) to limit the size of the input file. Now, the emission is given as total number emission per emission category (ncat) and the number size distribution is given in variable emission_number_fracs(ncat,nbins).
  • Implement offline nesting for salsa. Additionally, offline nesting can be turn off specifically for salsa using the switch nesting_offline_salsa.
  • Remove init_aerosol_type and init_gases_type from salsa_parin and define them based on the initializing_actions
  • parameter definition removed from "season" and "season_z01" is added to parin
  • bugfix in application of index_hh after implementing the new palm_date_time_mod
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r4258 r4270  
    2525# -----------------
    2626# $Id$
     27# - Implement offline nesting for salsa and add dependency of nesting_offl_mod
     28#   on salsa_mod
     29#   set-up in which self-nesting is applied for the flow but the offline nesting
     30#   for salsa
     31# - Add dependency on basic_constants_and_equations_mod for salsa_mod
     32#
     33# 4258 2019-10-07 13:29:08Z suehring
    2734# Add dependency of land-surface model on pmc_handle_communicator and cpu_log
    2835#
     
    801808        mod_kinds.o \
    802809        modules.o \
    803         netcdf_data_input_mod.o
     810        netcdf_data_input_mod.o \
     811        salsa_mod.o
    804812ocean_mod.o: \
    805813        advec_s_pw.o \
     
    10061014        advec_s_pw.o \
    10071015        advec_s_up.o \
     1016        basic_constants_and_equations_mod.o \
    10081017        chem_gasphase_mod.o \
    10091018        chem_modules.o \
Note: See TracChangeset for help on using the changeset viewer.