CABLE-LSM / CABLE-Trac-archive

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

fix to prevent code trying to access climate restart file #145

Closed penguian closed 6 years ago

penguian commented 7 years ago

keyword_initialisation_nogit owner:vxh599@nci.org.au resolution_fixed type_defect | by vxh599


IN cable_common.F90, change the initialisation of Climate_fromZero to .TRUE. LOGICAL :: & CALL_POP = .FALSE., & ! POP_fromZero = .FALSE., & CALL_Climate = .FALSE., & Climate_fromZero = .TRUE., & CASA_fromZero = .FALSE., & POPLUC = .FALSE.

This change has been committed to https://trac.nci.org.au/svn/cable/branches/Users/vxh599/trunk_checks/core/biogeophys/cable_common.F90


Issue migrated from trac:145 at 2023-11-27 11:20:31 +1100

penguian commented 6 years ago

@vxh599@nci.org.au commented


See #167

penguian commented 6 years ago

@vxh599@nci.org.au changed status from new to closed

penguian commented 6 years ago

@vxh599@nci.org.au changed resolution from ` tofixed`

penguian commented 6 years ago

@jxs599@nci.org.au changed milestone from 3. Implementation to 1. Closed

penguian commented 1 year ago

@ccc561@nci.org.au changed keywords from initialisation to initialisation nogit