I'm trying to debug an error happening in a single crop patch, so I used
And then made a case for it:
I also had to set
Unfortunately, when I run that case, I don't get the error. I've confirmed that the gridcell being run is the one I expected, and also that crops are being run.
It seems that there's a difference in the climate inputs. Upon sowing in 1979, in the original run, the patch had the following values:
But in the single-point version, I get:
I notice that I never specified a resolution when creating the input files. Could this be the issue?
The original case is at
subset_data
to make input files for that gridcell:
Code:
./subset_data point --lon 74.75 --lat 51.75 --crop --create-user-mods --create-domain --create-surface --create-landuse --create-datm --include-nonveg
Code:
./create_newcase --project P93300641 --compset IHistClm50BgcCrop --run-unsupported --user-mods-dir /glade/u/home/samrabin/ctsm/tools/site_and_regional/subset_data_single_point/user_mods --case /glade/u/home/samrabin/cases_ctsm/ts_20220523_2 --res CLM_USRDAT
check_dynpft_consistency = .false.
in user_nl_clm
.Unfortunately, when I run that case, I don't get the error. I've confirmed that the gridcell being run is the one I expected, and also that crops are being run.
It seems that there's a difference in the climate inputs. Upon sowing in 1979, in the original run, the patch had the following values:
Code:
gdd020 0.000000000000000E+000
gdd820 0.000000000000000E+000
gdd1020 0.000000000000000E+000
Code:
gdd020 2748.90010441609
gdd820 1464.79026691504
gdd1020 1176.90801308338
I notice that I never specified a resolution when creating the input files. Could this be the issue?
The original case is at
/glade/u/home/samrabin/cases_ctsm/halfdeg_test_20220518
and was created as a clone of a case with --res hcru_hcru_mt13 --compset IHistClm50BgcCrop
.