-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend CNFireMethodMod with a FATESFireData class #991
Merged
glemieux
merged 34 commits into
ESCOMP:fates_next_api
from
slevis-lmwg:lightning_v2_ctsm
Jul 23, 2020
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
51f3107
Extend CNFireMethodMod with a FATESFireData class
slevis-lmwg af1f812
Revisions based on code review by @ekluzek
slevis-lmwg 4e7a95a
Revisions part 2 based on comments by @ekluzek @jkshuman @lmkueppers
slevis-lmwg fb2119b
Revisions part 3 based on @ekluzek's review
slevis-lmwg 78fb2db
Move InterpFileInputs and Init2 to clmfates_interfaceMod
slevis-lmwg 67b82a1
Added if (use_cn) around reading/interpolating population density
slevis-lmwg 2fc0ede
Corrections that reduce the number of compilation errors to two
slevis-lmwg 49d2ee6
Corrections for the code to compile
slevis-lmwg c6fdf8c
Changes needed so that fates_fire_data_method is local to clmfates_in…
ekluzek 261a01c
Update to Sam's FATES branch for the lightning reading
ekluzek 35ec07f
Make lnfm24 data private add an get method for it
ekluzek 9866d97
Get everything consistent and building
ekluzek 8446296
Use integer value for use_fates_spitfire now
ekluzek f530c99
Add FATES fire base class
ekluzek 754b1dc
Minor corrections for clm-fates to run with a lightning dataset
slevis-lmwg 3f643ef
Merge branch 'fates_next_api' into lightning_v2_ctsm
slevis-lmwg e3c4bc7
Additional conflicts resolved; revisions in response to rgknox's review
slevis-lmwg d6c9b70
Merge branch 'fates_next_api' into lightning_v2_ctsm
slevis-lmwg 0629073
Correction to part of a previous conflict resolution
slevis-lmwg e542dfe
Added new FATES test that exercises the lightning dataset code
slevis-lmwg ffd5edb
Minor corrections from self-reviewing the PR
slevis-lmwg e011c10
Reassigned expected test fail to issue #667
slevis-lmwg 35c9b8a
Updates needed for anthropogenic ignitions in FATES-SPITFIRE
slevis-lmwg ee8a91d
Minor clean-up
slevis-lmwg e125730
Small corrections to get test simulation to run
slevis-lmwg b583b4f
Added some comments to the code
slevis-lmwg 3a08127
Changed walltime on new test to avoid timeout
slevis-lmwg 4cd75f6
Update bld/namelist_files/namelist_definition_clm4_5.xml
slevis-lmwg d1b7f16
Update cime_config/testdefs/testmods_dirs/clm/Fates_nat_and_anthro_ig…
slevis-lmwg f68ac40
Update src/main/clm_varctl.F90
slevis-lmwg 89cdc67
Update src/main/clm_varctl.F90
slevis-lmwg 8f3d430
Made spitfire_mode flags public for use throughout CTSM-FATES
slevis-lmwg 4596717
updating externals_clm configuration
glemieux 4bed6e2
Merge pull request #2 from glemieux/lightning_v2_ctsm-externals
slevis-lmwg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
New line 949 works
However, I wish the commented-out line above it would work because it would narrow things down, but it doesn't work. The run proceeds to the next else and sets
cnfireson = .false.
.@ekluzek do you see an obvious problem with new line 948?