Skip to content
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

Simple_vegetation_model #191

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

mp586
Copy link
Contributor

@mp586 mp586 commented Oct 23, 2020

Simple vegetation model

  1. Small additions to the bucket model to allow the user to set a ``vegetation pre-factor'' between 0. and 1. (where 1. is the original bucket model), to mimick stomatal closure with higher CO2 levels. 0 means no evaporation from the land surface.

The namelist option for setting the veg_evap_prefactor to e.g. 0.5 is :

'surface_flux_nml': {
    'veg_evap_prefactor': 0.5 }
  1. I've added the option to output ''potential evapotranspiration'' (see e.g. Budyko, 1974 or Milly and Dunne, 2016), defined here as the evaporation that would occur if the bucket were full.

diag.add_field('atmosphere', 'potential_evap', time_avg=True)

  1. I did some code-cleanup in surface_flux.F90 and idealized_moist_phys.F90, getting rid of the author initials in the comments

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

…set a ''stomatal closure'' '' (veg_evap_prefactor between 0 and 1)
E_P defined here as the evaporation that would occur if the bucket were full
@mp586 mp586 changed the title Master copy vegetation Simple_vegetation_model Oct 23, 2020
@mp586 mp586 added phys:sfc Physics: topography, surface fluxes, bucket hydrology, vegetation priority:low Low-priority task trip tests passing labels Oct 23, 2020
@rosscastle rosscastle added the model_dev Isca development for new features, but not fixes label Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model_dev Isca development for new features, but not fixes phys:sfc Physics: topography, surface fluxes, bucket hydrology, vegetation priority:low Low-priority task trip tests passing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants