Skip to content

Commit eaaf013

Browse files
committed
add new namelist.py
1 parent 31ec3d2 commit eaaf013

File tree

1 file changed

+27
-11
lines changed

1 file changed

+27
-11
lines changed

run_scripts/routfor/routfox/const/extpar/namelist.py

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
1818
-extpar_ahf_to_buffer.py: input_ahf
1919
20-
-extpar_isa_to_buffer.py: input_isa
20+
-extpar_isa_to_buffer.py: input_isa
2121
'''
2222

2323
input_tclim = {
2424
'raw_data_t_clim_path': '/hpc/rhome/routfor/routfox/extpar/rawdata/',
2525
'raw_data_tclim_coarse': 'absolute_hadcrut3.nc',
2626
'raw_data_tclim_fine': 'CRU_T2M_SURF_clim.nc',
2727
't_clim_buffer_file': 'cru_buffer.nc',
28-
'it_cl_type': 2
28+
'it_cl_type': 1
2929
}
3030

3131
input_alb = {
32-
'ialb_type': 1,
32+
'ialb_type': 2,
3333
'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',
3535
'raw_data_alnid_filename': 'month_alnid_new.nc',
3636
'raw_data_aluvd_filename': 'month_aluvd_new.nc',
3737
'alb_buffer_file': 'albedo_buffer.nc',
@@ -53,24 +53,40 @@
5353
'ndvi_output_file': 'ndvi_extpar_cosmo.nc'
5454
}
5555

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+
5671
input_era = {
57-
'iera_type': 2,
72+
'iera_type': 1,
5873
'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',
6378
'era_buffer_file': 'era_buffer.nc',
6479
}
6580

6681
input_ahf = {
82+
'iahf_type': 1,
6783
'raw_data_ahf_path': '',
6884
'raw_data_ahf_filename': 'AHF_2006_CDO.nc',
69-
'ahf_buffer_file': 'AHF_BUFFER.nc',
85+
'ahf_buffer_file': 'ahf_buffer.nc',
7086
}
7187

7288
input_isa = {
7389
'raw_data_isa_path': '',
7490
'raw_data_isa_filename': 'NOAA_ISA_CDO.nc',
75-
'isa_buffer_file': 'ISA_BUFFER.nc',
91+
'isa_buffer_file': 'isa_buffer.nc',
7692
}

0 commit comments

Comments
 (0)