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

Avoid having TRNU .EQ. 0.0 statements #276

Closed
lpmorenoc opened this issue Mar 10, 2023 · 0 comments
Closed

Avoid having TRNU .EQ. 0.0 statements #276

lpmorenoc opened this issue Mar 10, 2023 · 0 comments
Assignees

Comments

@lpmorenoc
Copy link
Contributor

lpmorenoc commented Mar 10, 2023

The following subroutines should be modified so it is TRNU > 0.0, estimate NUF and if not then RETURN:
Code File Line Column
IF (TRNU .EQ. 0.0) RETURN C:\dssat-csm-os\Plant\ALOHA-Pineapple\Aloha_NUPTAK.for 241 14
IF (TRNU .EQ. 0.0) RETURN C:\dssat-csm-os\Plant\CERES-IXIM-Maize\MZ_IX_NUPTAK.for 321 14
IF (TRNU .EQ. 0.0) RETURN C:\dssat-csm-os\Plant\CERES-Maize\MZ_NUPTAK.for 225 14
IF (TRNU .EQ. 0.0) RETURN C:\dssat-csm-os\Plant\CERES-Millet\ML_NUPTAK.for 195 14
IF (TRNU .EQ. 0.0) RETURN C:\dssat-csm-os\Plant\CERES-Sorghum\SG_NUPTAK.for 195 14
IF (TRNU .EQ. 0.0) RETURN C:\dssat-csm-os\Plant\CERES-Sugarbeet\BS_NUPTAK.for 189 14
IF (TRNU .EQ. 0.0) RETURN C:\dssat-csm-os\Plant\OilCrop-Sunflower\SU_NUPTAK.for 252 14
IF (TRNU .EQ. 0.0) RETURN C:\dssat-csm-os\Plant\SUBSTOR-Potato\PT_NUPTAK.for 358 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants