Giter Club home page Giter Club logo

biomeess's Introduction

Biome Ecological strategy simulator (BiomeE) has been published in "Weng, E., Dybzinski, R., Farrior, C. E., and Pacala, S. W.: Competition alters predicted forest carbon cycle responses to nitrogen availability and elevated CO2: simulations using an explicitly competitive, game-theoretic vegetation demographic model, Biogeosciences, 16, 4577–4599, https://doi.org/10.5194/bg-16-4577-2019, 2019." as its supplementary material I. In this model, vegetation is represented as plant functional types sampled from high dimensional spaces of combined plant traits that can consistently coexist in plant individuals. Individual plants are the basic unit to carry out physiological and demographic processes, e.g., photosynthesis, respiration, growth, reproduction, and mortality, and compete with each other. By this way, the model simulates competition for light and soil resources, community assembly and vegetation structural dynamics. Biogeochemical cycles are driven by the physiological and demographic activates of plants and microbes. The carbon and nitrogen in plant pools enter soil pools with plant mortality and turnover. The microbial decomposition processes drive soil carbon release and nitrogen mineralization.

biomeess's People

Contributors

wengensheng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

biomeess's Issues

Confusing output in Patch_yearly files

Hi Weng laoshi@wengensheng, I'm running the latest version of BiomeESS using the default forcing data of ORNL. It's a 100-year-long simulation with the U_shaped mortality module, but model triggers a note to in kill_lowdensity_cohorts: All cohorts < mindensity after 14 running years. I did following steps to identify the problems: (1) change the forcing data and no complain about the low density cohorts, (2) test the running year from 20-500 and failed right away with the same issue.

Could you please look into this issue and help me resolve it?

Thanks!
Ruiling

FYI: the model crashed with note as following:
(https://user-images.githubusercontent.com/59443207/209424393-1b50382d-8b61-487c-84d7-054cc57272b9.png)

'd_C(4)' doesn‘t appear to be assigned.

Hello, Professor.Weng,
I found 'd_C(4)' doesn‘t appear to be assigned. Could you please help to have a look? Thank you~
scr/soil.F90: line 69-74

! Turnover in SOM4 and SOM5
  do i=3, 5
     !d_C(i) = vegn%SOC(i)*(1. - exp(-A*K0SOM(i)*dt_fast_yr))
     d_C(i) = vegn%SOC(i) * A * K0SOM(i) * dt_fast_yr
     d_N(i) = vegn%SON(i) * A * K0SOM(i) * dt_fast_yr
  enddo

Run crashes due to missing src/BasalAreaAnalysis.F90

@wengensheng I am testing out BiomeESS on our cluster and found that the code in runFE.x has:

#/bin/sh
gfortran src/datatypes.F90 src/soil.F90 src/vegetation.F90 src/main.F90 -o ess
./ess
gfortran src/BasalAreaAnalysis.F90 -o ana
./ana

rm ess
rm ana
rm esdvm.mod
rm datatypes.mod
rm soil_mod.mod

Specifically gfortran src/BasalAreaAnalysis.F90 -o ana but that doesnt exist in src:

[sserbin@modex BiomeESS]$ cd src/
[sserbin@modex src]$ ll
total 168
-rwxrwxr-x. 1 sserbin test 46145 Feb 27 15:50 datatypes.F90
-rwxrwxr-x. 1 sserbin test 16494 Feb 27 17:10 main.F90
-rwxrwxr-x. 1 sserbin test 18067 Feb 27 15:50 soil.F90
-rwxrwxr-x. 1 sserbin test 80761 Feb 27 15:50 vegetation.F90

Is that file missing or should it point to something else instead?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.