-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autoselect FDI and NF according to lightning/ignition data availability
1. If user sets stream_fldfilename_lightng = 'nofile' in user_nl_clm, then FATES will use ED_val_nignitions from FATES params to calculate NF, i.e. the FATES default lightning value that is constant in time and space. 2. If user does not set stream_fldfilename_lightng in user_nl_clm, then FATES will read the Li 2016 lightning data set to calculate NF. This is a 1-degree x 1-degree 3-hourly climatological data set, so it varies in time and space without interannual variability. 3. If user sets stream_fldfilename_lightng to a lightning data set, then FATES will read the corresponding data set as in (2). 4. If user sets stream_fldfilename_lightng to a file name that contains the string "ignition", then FATES will do as in (2) and set FDI = 1 because the data represent successful ignitions rather than lightning.
- Loading branch information
1 parent
c1903de
commit dc8f83a
Showing
1 changed file
with
58 additions
and
49 deletions.
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
dc8f83a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rgknox @jkshuman @lmkueppers @pollybuotte
This commit has the changes that Lara, Polly, and I talked about in today's meeting that allow the user to decide between:
This is my second commit with code changes related to NGEET/fates#562