CABLE-LSM / CABLE-Trac-archive

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

Bug in MPI code #275

Open penguian opened 3 years ago

penguian commented 3 years ago

keyword_keepgit owner:bep599@nci.org.au type_defect | by amu561


Scott identified two errors in the in cable_mpimaster.F90, these are on lines 777 and 919 of trunk revision 7530.

WHERE ( iveg%iveg(:) .GE. 14 ) iveg%vlai = 0.

Instead of iveg%iveg (which is not initialised), these should be veg%iveg.


Issue migrated from trac:275 at 2023-11-27 11:35:18 +1100

penguian commented 1 year ago

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