-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new FATES test that exercises the lightning dataset code
New test name: ERS_D_Lm12.1x1_brazil.I2000Clm50FatesCruGs.cheyenne_intel.clm-FatesSuccIgnitions I opted for a longer single-point test to allow several months of lightning or ignition data to be read in. NB. This test has uncovered a preexisting problem that I have documented in ExpectedTestFails.xml and which was missed before due to the short lengths of previous FATES tests.
- Loading branch information
1 parent
0629073
commit e542dfe
Showing
4 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
cime_config/testdefs/testmods_dirs/clm/FatesSuccIgnitions/README
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Testing the "successful ignitions" code, though reading the lightning | ||
dataset. The lightning and successful ignitions datasets use the same | ||
format and units, so handling is the same until you're in subroutine | ||
area_burnt_intensity where for "successful ignitions" the model selects | ||
currentSite%FDI = 1.0_r8 | ||
cloud_to_ground_strikes = 1.0_r8 | ||
while for lightning the model can use values < 1 for both. | ||
|
||
Lara Kueppers (UC-Berkeley) has access to a "successful ignitions" | ||
dataset for California that has not been placed in the repository of | ||
CTSM datasets as of 2020/6/6. That dataset can be used with the | ||
following settings: | ||
|
||
fire_method = 'spitfire' | ||
fates_spitfire_mode = 3 | ||
stream_fldfilename_lightng = '.../data_UCB/observed/CA_monthly_ignition_number_1980-2016/ignition_1980_to_2016_monthly_20190801.nc' | ||
stream_year_first_lightng = 1980 | ||
stream_year_last_lightng = 2016 | ||
model_year_align_lightng = 1980 | ||
|
||
where {...} = /fs/cgd/data0/slevis on izumi and /glade/work/slevis on cheyenne. |
5 changes: 5 additions & 0 deletions
5
cime_config/testdefs/testmods_dirs/clm/FatesSuccIgnitions/user_nl_clm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
fire_method = 'spitfire' | ||
fates_spitfire_mode = 3 | ||
stream_fldfilename_lightng = '/glade/p/cesmdata/cseg/inputdata/atm/datm7/NASA_LIS/clmforc.Li_2016_climo1995-2013.360x720.lnfm_Total_c160825.nc' | ||
hist_nhtfrq = 0 | ||
hist_mfilt = 1 |