Hi,
I am currently working on using CLM5 to conduct simulations in the US Midwest. My goal is to present outcomes at both the patch level and grid-level. And I want to check GPP for maize and soybean, respectively. Below is the "user_nl_clm":
fsurdat = '/glade/u/home/mengqij/B_simulation_region_pv/surface_datasets/surfdata_CO_region_78pfts_simyr2000_c231005_a.nc'
paramfile = '/glade/u/home/mengqij/B_simulation_region_pv/parameters/ctsm51_params.c240105_b.nc'
hist_fincl2 = 'GPP'
hist_fincl3 = 'GPP'
hist_dov2xy = .true., .false., .false.
hist_type1d_pertape = ' ', 'GRID', 'PFTS'
hist_nhtfrq = 0, -24, -24
hist_mfilt = 1, 1825, 1825
However, I was told I do not need to use hist_type1d_pertape = ' ', 'GRID', 'PFTS'. But instead, I just use hist_dov2xy = .true., .false., .false. (i.e., true means that the data are averaged for the entire gridcell, while ‘false’ means the 1D PFT vector). In addition, I noticed hist_type1d_pertape refers to average over all the: Plant-Function-Types, columns, land-units, or grid-cells.
My first question is if I should use "hist_type1d_pertape" when I just want to check GPP for maize and soybean. Second, what is the difference between "hist_type1d_pertape" and "hist_type2d_pertape"? (what do 1d and 2d mean?)
Thanks in advance!
I am currently working on using CLM5 to conduct simulations in the US Midwest. My goal is to present outcomes at both the patch level and grid-level. And I want to check GPP for maize and soybean, respectively. Below is the "user_nl_clm":
fsurdat = '/glade/u/home/mengqij/B_simulation_region_pv/surface_datasets/surfdata_CO_region_78pfts_simyr2000_c231005_a.nc'
paramfile = '/glade/u/home/mengqij/B_simulation_region_pv/parameters/ctsm51_params.c240105_b.nc'
hist_fincl2 = 'GPP'
hist_fincl3 = 'GPP'
hist_dov2xy = .true., .false., .false.
hist_type1d_pertape = ' ', 'GRID', 'PFTS'
hist_nhtfrq = 0, -24, -24
hist_mfilt = 1, 1825, 1825
However, I was told I do not need to use hist_type1d_pertape = ' ', 'GRID', 'PFTS'. But instead, I just use hist_dov2xy = .true., .false., .false. (i.e., true means that the data are averaged for the entire gridcell, while ‘false’ means the 1D PFT vector). In addition, I noticed hist_type1d_pertape refers to average over all the: Plant-Function-Types, columns, land-units, or grid-cells.
My first question is if I should use "hist_type1d_pertape" when I just want to check GPP for maize and soybean. Second, what is the difference between "hist_type1d_pertape" and "hist_type2d_pertape"? (what do 1d and 2d mean?)
Thanks in advance!