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

Calibration of the average daily photosynthetic conversion efficiency RUE for CERES-Rice #331

Open
NadaBenMhenni opened this issue Jun 2, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@NadaBenMhenni
Copy link

We found that CERES-Rice model fails to react to solar radiation SRAD. Thus we are looking into the necessity
to calibrate the average daily photosynthetic conversion efficiency RUE (g/MJ), which is hardcoded in the daily biomass calculation module ( RI_Grosub.for; code snippet ⬇️ ).

      PAR     = 0.5*SRAD     !PAR local variable
     
      PLSC    = AMIN1((0.5+0.001*PLANTS),1.0)
      TL      = EXP(-0.85*ROWSPC*PLSC)               ! .65
      Y1      = EXP(-0.625*LAI)                      ! .625
      Y2      = EXP(-TL*LAI)
      EPLANTS = PLANTS**0.975
      RUEA    = 5.85   !6.85      UPS UH 03/21/03
      RUEX    = 0.65

      PCARB   = RUEA*PAR**RUEX/EPLANTS*(1.0-AMIN1(Y1,Y2))

We are looking into the modification of RI_Grosub.for to read an external file of RUE data, and ultimately add RUEA and RUEX in the subroutine arguments, and reading the external file in an upper level subroutine.

@lpmorenoc
Copy link
Contributor

I recommend that you explore the subroutine RI_IPCROP.for which is reading the parameters from the SPE file RICER048.SPE.

@chporter
Copy link
Contributor

chporter commented Jun 4, 2023

Per @GerritHoogenboom : We need to create an Ecotype file for CERES-Rice. It is the only model that does not have an Ecotype file.

@NadaBenMhenni
Copy link
Author

Per @GerritHoogenboom : We need to create an Ecotype file for CERES-Rice. It is the only model that does not have an Ecotype file.

Thank you for your comment, @chporter . Is anyone working on this already? Also, is there a specific reason why CERES-Rice doesn't have an Ecotype file?

@fabiooliveira72 fabiooliveira72 added the enhancement New feature or request label Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants