Aerosol PPE utility functions
get_namlist_string
get_namlist_string(
look_for,
fincl_n,
filename_output_vars,
operation,
category_exclude=None,
category_include=None,
)
Create a namelist string for the specified frequency and operation based on the output variables defined in a CSV file.
Source code in tinkertool/utils/write_out_namelist_opt_fincl.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | |
write_out_station_nm_string
write_out_station_nm_string(
path_station_file, history_field=2
)
Write out a string of station names for use in a namelist.
:param path_station_file: :return:
Source code in tinkertool/utils/write_out_station_nl_string.py
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | |