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.
Simple vegetation model
The namelist option for setting the veg_evap_prefactor to e.g. 0.5 is :
diag.add_field('atmosphere', 'potential_evap', time_avg=True)
Budyko, M. I. (1974). Climate and Life. Academic Press, New York and London. English ed. edited by David H. Miller. ISBN 0-12-139450-6.
Milly, P. C. D. and Dunne, K. A. (2016). Potential evapotranspiration and continen- tal drying. Nature Climate Change, 6:946 – 949. doi: 10.1038/nclimate3046.
The trip tests (excluding the socrates-related ones) passed fine for those changes
Results for all of the test cases ran comparing 9cfd43e and 74f12d0 are as follows...
axisymmetric, : pass
bucket_model, : pass
frierson, : pass
giant_planet, : pass
held_suarez, : pass
MiMA, : pass
realistic_continents_fixed_sst, : pass
realistic_continents_variable_qflux, : pass
top_down_test, : pass
variable_co2_grey, : pass
variable_co2_rrtm : pass
Congratulations, all tests have passed