Changeset 4150 for palm/trunk/SOURCE/netcdf_data_input_mod.f90
- Timestamp:
- Aug 8, 2019 8:00:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r4125 r4150 25 25 ! ----------------- 26 26 ! $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 27 31 ! To enable netcdf-parallel access for lateral boundary data (dynamic input), 28 32 ! zero number of elements are passed to the respective get_variable routine … … 944 948 945 949 ! 950 !-- Public data structures 951 PUBLIC real_2d 952 ! 946 953 !-- Public variables 947 954 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, & 949 956 chem_emis, chem_emis_att, chem_emis_att_type, chem_emis_val_type, & 950 957 coord_ref_sys, &
Note: See TracChangeset
for help on using the changeset viewer.