cam6_4_024: Deposition fixes for aquaplanet and simple model configurations. #1120
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.
Issue #866 - Aquaplanet cases should not require ndep
PR #910 - No ndep in aquaplanet
. Don't require the ndep stream for aquaplanet or simple models. Also remove the ndep datasets from the namelist when they aren't being used. This prevents cime from downloading large unneeded files. This doesn't change answers since the ndep fluxes are not used by these configurations.
. Don't require a drydep_srf_file for aquaplanet runs on unstructured grids. This does change answers since currently aquaplanet runs are using the versions of this file which are meant for a CAM/CLM configuration and are introducing an incorrect land surface signal into the drydep calculations.
resolves #866
closes #910