CABLE-LSM / CABLE-Trac-archive

Archive CABLE Trac contents as issues
Other
0 stars 0 forks source link

l_vcmaxFeedbk inconsistency #239

Open penguian opened 4 years ago

penguian commented 4 years ago

keyword_keepgit type_defect | by mgk576


In cable_driver, we have the following check:

IF( l_vcmaxFeedbk .AND. icycle < 1 )                       &
       STOP 'icycle must be 2 to 3 to get prognostic Vcmax'

By contrast in the mpi code (cable_mpimaster & mpiworker) we have:

IF( l_vcmaxFeedbk .AND. icycle < 2 )                                     &
         STOP 'icycle must be 2 to 3 to get prognostic Vcmax'

Issue migrated from trac:239 at 2023-11-27 11:31:14 +1100

penguian commented 4 years ago

@jxs599@nci.org.au changed owner from bep599 to mgk561

penguian commented 4 years ago

@jxs599@nci.org.au set milestone to 6. Report

penguian commented 4 years ago

@jxs599@nci.org.au commented


Fix: Milestone="Report" Owner=mgk561

penguian commented 1 year ago

@ccc561@nci.org.au set keywords to keepgit