CLEM Major upgrade (i.e. V2.0)#11359
Open
lie112 wants to merge 485 commits into
Open
Conversation
added 30 commits
November 24, 2024 09:07
… on unit testing.
…to RuminantV2 # Conflicts: # Models/CLEM/Activities/CLEMRuminantActivityBase.cs # Models/CLEM/Activities/CropActivityManageProduct.cs # Models/CLEM/Activities/LabourActivityTask.cs # Models/CLEM/Activities/ResourceActivityProcess.cs # Models/CLEM/Activities/RuminantActivityGrazeAll.cs # Models/CLEM/Activities/RuminantActivityGrazePasture.cs # Models/CLEM/Activities/RuminantActivityGrazePastureHerd.cs # Models/CLEM/Activities/RuminantActivityShear.cs # Models/CLEM/Activities/RuminantActivityTag.cs # Models/CLEM/Activities/RuminantActivityWean.cs # Models/CLEM/CommonEnums.cs # Models/CLEM/Extras/Transmutation.cs # Models/CLEM/Groupings/RuminantFeedGroup.cs # Models/CLEM/ZoneCLEM.cs # Models/Core/ApsimFile/Converter.cs
… to IRuminantActivityGrow and handle appropriately in growth activities
…to RuminantV2 # Conflicts: # Models/Core/ApsimFile/Converter.cs
…s and use standard 'usable' spelling
…to be tested during validation of GrowFP
…to RuminantV2 # Conflicts: # Models/Core/ApsimFile/Converter.cs
Collaborator
|
Things to address:
Need to look into the propertypresenter changes some more, but these are the easiest changes. |
…to RumV2Working
…g missing associated components
Contributor
Author
Contributor
Author
|
Fixed merge conflict from new upgrade added while I was merging CLEM |
…to RumV2Working # Conflicts: # APSIM.Core/ApsimFile/Converter.cs
Contributor
Author
|
I fixed the code to pass all of my timer unit tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

This is the current Branch for CLEM V2 major upgrade.
It is provided for software review
Changes and documentation can be found at
CLEM Major Upgrade 2026
The CLEM User guide and reference manual is now updated to reflect these changes (i.e. Ruminant parameters and growth etc)
Resolves #9954
I never know whether to address all the code style suggestions as it's not clear if they are Visual Studio or APSIM and often relate to new styling conventions and code simplification of the latest C# version.