Ignore:
Timestamp:
Aug 8, 2019 8:00:47 PM (5 years ago)
Author:
suehring
Message:

Framework to input single surface variables independent on land/urban-surface model via static input file provided. This way, input and initialization of heterogeneous roughness was already added.

File:
1 edited

Legend:

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

    r4125 r4150  
    2525! -----------------
    2626! $Id$
     27! Some variables are given the public attribute, in order to call netcdf input
     28! from single routines
     29!
     30! 4125 2019-07-29 13:31:44Z suehring
    2731! To enable netcdf-parallel access for lateral boundary data (dynamic input),
    2832! zero number of elements are passed to the respective get_variable routine
     
    944948
    945949!
     950!-- Public data structures
     951    PUBLIC real_2d
     952!
    946953!-- Public variables
    947954    PUBLIC albedo_pars_f, albedo_type_f, basal_area_density_f, buildings_f,    &
    948            building_id_f, building_pars_f, building_type_f,                    &
     955           building_id_f, building_pars_f, building_type_f, char_fill,         &
    949956           chem_emis, chem_emis_att, chem_emis_att_type, chem_emis_val_type,   &
    950957           coord_ref_sys,                                                      &
Note: See TracChangeset for help on using the changeset viewer.