Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

initial files for single site simulation

jinmuluo

Jinmu Luo
Member
Hi,

I have some questions on how to use the surface dataset and initial files.


What version of the code are you using?
ctsm5.3.080

Have you made any changes to files in the source tree?
None changes on the code

Describe every step you took leading up to the problem:
(1) I tried to run a single-site simulation with different PFTs (C3 crop, wheat, rice, and soybean)
(2) Use the CTSM/tools/site_and_regional/subset_data to create the surface dataset by specifying the --dompft 15 for C3 crop only for example

Describe your problem or question:
It looks like the GPP is always zero when I use the new surface dataset created by the "subset_data" tool, and the first year vegetation C is also zero.

Two questions
(1) The subset_data tool changes the PCT_NATVEG into 0 and PCT_CROP into 100, but I still see values under the PCT_NAT_PFT. Does it affect the surface dataset?
(2) The default surface dataset compiled by the subset_data at my target location is in 16 PFTs. Right now, I want to change it into 78 PFTs. Does that mean in the initial file, there isn't any biomass for the PFTs beyond the 16 PFTs?

Different PFT surface dataset here:
DEFAULT: /glade/work/jinmuluo/O3ProjectCases/CRUJRA_LAT42_LON266/surfdata_cornbelt_hist_2000_16pfts_c251022.nc
C3 CROP: /glade/work/jinmuluo/O3ProjectCases/CRUJRA_LAT42_LON266/surfdata_cornbelt_hist_2000_16pfts_dompft_c3crop.nc
WHEAT: /glade/work/jinmuluo/O3ProjectCases/CRUJRA_LAT42_LON266/surfdata_cornbelt_hist_2000_78pfts_dompft_spring_wheat.nc

case with zero vegetation C and GPP: /glade/work/jinmuluo/O3ProjectCases/C3_danica2015
 

jinmuluo

Jinmu Luo
Member
This issue arose from the unclear specifications of the output format; now the GPP is not zero after adding " hist_type1d_pertape(1) = ' ' " to the user_nl_clm.
 

jinmuluo

Jinmu Luo
Member
@oleson

Hi Keith,
Can you help on these two questions?

(1) The subset_data tool changes the PCT_NATVEG into 0 and PCT_CROP into 100, but I still see values under the PCT_NAT_PFT. Does it affect the surface dataset?
(2) The default surface dataset compiled by the subset_data at my target location is in 16 PFTs. Right now, I want to change it into 78 PFTs. Does that mean in the initial file, there isn't any biomass for the PFTs beyond the 16 PFTs?
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
(1) Those PCT_NAT_PFT values should be ignored in your 100% crop simulation.
(2) If PCT_CROP is 100% and PCT_CFT(1) is 100% then you won't be modeling anything other than that generic crop type #15.
 

jinmuluo

Jinmu Luo
Member
(1) Those PCT_NAT_PFT values should be ignored in your 100% crop simulation.
(2) If PCT_CROP is 100% and PCT_CFT(1) is 100% then you won't be modeling anything other than that generic crop type #15.
Hi Keith,

Thank you, I did find the model still simulates the non-zero pft types in PCT_NAT_PFT, even the PCT_NATVEG = 0; but the pfts1d_wtgcell indicates the natural vegetation pft weights are zero.

For example, in one of my outputs of study of the wheat only: /glade/derecho/scratch/jinmuluo/archive/o3cases/Springwheat_0damage/lnd/hist

GPP(time, pft)

GPP = 8.88333e-05, 1.204732e-05, 6.981624e-10, 4.973625e-06, 0.0001121794 ;

data: pfts1d_itype_veg = 1, 7, 13, 14, 19 ;

data: pfts1d_wtgcell = 0, 0, 0, 0, 1 ;
 

jinmuluo

Jinmu Luo
Member
(1) Those PCT_NAT_PFT values should be ignored in your 100% crop simulation.
(2) If PCT_CROP is 100% and PCT_CFT(1) is 100% then you won't be modeling anything other than that generic crop type #15.
One more question is, when I tried to run the one PFT-only simulation on the same location ( --lat 42.1834 --lon -95.0471), only the wheat and soybean simulations were successful (GPP were non-zero), but the C3crop and Rice were failed (GPP and TLAI were always zero), do you think that was because the initial file doesn't have any C3 crop and rice PFT at the location I selected?
 
Top