CABLE-LSM / CABLE-Trac-archive

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

Allocation wrong in CMIP6-MOSRS when using MODIS phenology #204

Closed penguian closed 5 years ago

penguian commented 5 years ago

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


The allocation is determined incorrectly when CABLE is using LALLOC=0 and MODIS phenology (the default options when POP is off).

The phenology phases are read correctly in casa_readphen subroutine, but then overwritten in casa_init subroutine by these lines:

Line #774 onwards:

phen%doyphase(:,1) = -50
phen%doyphase(:,2) = phen%doyphase(:,1) +14
phen%doyphase(:,3) = 367
phen%doyphase(:,4) = phen%doyphase(:,3) + 14
phen%phase(:) = 2
phen%phen(:) = 1
phen%aphen(:) = 0

The model gets stuck in phen%phase = 2, i.e. a constant summer growth phase.


Issue migrated from trac:204 at 2023-11-27 11:27:08 +1100

penguian commented 5 years ago

@jxs599@nci.org.au changed milestone from ` to6. Report`

penguian commented 5 years ago

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

penguian commented 5 years ago

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

penguian commented 5 years ago

@jxs599@nci.org.au changed milestone from 6. Report to 1. Closed

penguian commented 5 years ago

@jxs599@nci.org.au commented


Pushed to trunk@-4d2e9fd6d8f3260b90e274add5f1782ec368a684

penguian commented 1 year ago

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