|
17 | 17 |
|
18 | 18 | -extpar_ahf_to_buffer.py: input_ahf |
19 | 19 |
|
20 | | - -extpar_isa_to_buffer.py: input_isa |
| 20 | + -extpar_isa_to_buffer.py: input_isa |
21 | 21 | ''' |
22 | 22 |
|
23 | 23 | input_tclim = { |
24 | 24 | 'raw_data_t_clim_path': '/hpc/rhome/routfor/routfox/extpar/rawdata/', |
25 | 25 | 'raw_data_tclim_coarse': 'absolute_hadcrut3.nc', |
26 | 26 | 'raw_data_tclim_fine': 'CRU_T2M_SURF_clim.nc', |
27 | 27 | 't_clim_buffer_file': 'cru_buffer.nc', |
28 | | - 'it_cl_type': 2 |
| 28 | + 'it_cl_type': 1 |
29 | 29 | } |
30 | 30 |
|
31 | 31 | input_alb = { |
32 | | - 'ialb_type': 1, |
| 32 | + 'ialb_type': 2, |
33 | 33 | 'raw_data_alb_path': '/hpc/rhome/routfor/routfox/extpar/rawdata/', |
34 | | - 'raw_data_alb_filename': 'month_alb_new.nc', |
| 34 | + 'raw_data_alb_filename': 'global_soil_albedo.nc', |
35 | 35 | 'raw_data_alnid_filename': 'month_alnid_new.nc', |
36 | 36 | 'raw_data_aluvd_filename': 'month_aluvd_new.nc', |
37 | 37 | 'alb_buffer_file': 'albedo_buffer.nc', |
|
53 | 53 | 'ndvi_output_file': 'ndvi_extpar_cosmo.nc' |
54 | 54 | } |
55 | 55 |
|
| 56 | +input_edgar = { |
| 57 | + 'raw_data_edgar_path': './', |
| 58 | + 'raw_data_edgar_filename_bc': 'EDGARv6.1_BC_2018_TOTALS.0.1x0.1.nc', |
| 59 | + 'raw_data_edgar_filename_oc': 'EDGARv6.1_OC_2018_TOTALS.0.1x0.1.nc', |
| 60 | + 'raw_data_edgar_filename_so2': 'EDGARv6.1_SO2_2018_TOTALS.0.1x0.1.nc', |
| 61 | + 'edgar_buffer_file': 'edgar_buffer.nc', |
| 62 | +} |
| 63 | + |
| 64 | +input_hihydrosoil = { |
| 65 | + 'raw_data_hihydrosoil_path': './', |
| 66 | + 'raw_data_hihydrosoil_filename_file': '@hihydrosoil_file@', |
| 67 | + 'hihydrosoil_buffer_file': '@hihydrosoil_buffer@', |
| 68 | +} |
| 69 | + |
| 70 | + |
56 | 71 | input_era = { |
57 | | - 'iera_type': 2, |
| 72 | + 'iera_type': 1, |
58 | 73 | 'raw_data_era_path': './', |
59 | | - 'raw_data_era_ORO': 'ea_oro_1986.nc', |
60 | | - 'raw_data_era_T2M': 'ei_an1986-2015_mean_2t.nc', |
61 | | - 'raw_data_era_SST': 'ei_an1986-2015_mean_sst.nc', |
62 | | - 'raw_data_era_SD': 'ei_an1986-2015_mean_sd.nc', |
| 74 | + 'raw_data_era_ORO': 'ERA5_ORO_1990.nc', |
| 75 | + 'raw_data_era_T2M': 'ERA5_T2M_1990_2019.nc', |
| 76 | + 'raw_data_era_SST': 'ERA5_SST_1990_2019.nc.', |
| 77 | + 'raw_data_era_SD': 'ERA5_SD_1990_2019.nc', |
63 | 78 | 'era_buffer_file': 'era_buffer.nc', |
64 | 79 | } |
65 | 80 |
|
66 | 81 | input_ahf = { |
| 82 | + 'iahf_type': 1, |
67 | 83 | 'raw_data_ahf_path': '', |
68 | 84 | 'raw_data_ahf_filename': 'AHF_2006_CDO.nc', |
69 | | - 'ahf_buffer_file': 'AHF_BUFFER.nc', |
| 85 | + 'ahf_buffer_file': 'ahf_buffer.nc', |
70 | 86 | } |
71 | 87 |
|
72 | 88 | input_isa = { |
73 | 89 | 'raw_data_isa_path': '', |
74 | 90 | 'raw_data_isa_filename': 'NOAA_ISA_CDO.nc', |
75 | | - 'isa_buffer_file': 'ISA_BUFFER.nc', |
| 91 | + 'isa_buffer_file': 'isa_buffer.nc', |
76 | 92 | } |
0 commit comments