CABLE-LSM / CABLE-Trac-archive

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

break up cable soil snow #311

Closed penguian closed 2 years ago

penguian commented 2 years ago

keyword_nogit resolution_fixed type_code improvement | by srb001@csiro.au


As a first step towards re-writing soil/snow routines, AND mainly prompted by debugging the current project which aims to port the trunk(CABLE-3) to ESM1.5, we need to further break up soilsnow. Previously this was all just thrown into 1 file (cable_soilsnow.F90). #71 separated these into 3 *_soilsnow routines. A special initialisation subs ONLY called when cable_runtime_coupled = .FALSE., and at t=0. A main() sub, including all the various call to worker SUBRoutines in _soilsnow_subrs.F90.

Here we break these down further into a sub per file/module.

TRAC


Issue migrated from trac:311 at 2023-11-27 11:39:15 +1100

penguian commented 2 years ago

@jxs599@nci.org.au edited the issue description

penguian commented 2 years ago

@jxs599@nci.org.au commented


made a Quasi Trunk where it is assumed will get up 307, then 311, then sync ESM1.5, then JAC6.2

penguian commented 2 years ago

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

penguian commented 2 years ago

@jxs599@nci.org.au set resolution to fixed

penguian commented 2 years ago

@jxs599@nci.org.au changed milestone from 2. Submission to 1. Closed

penguian commented 2 years ago

@jxs599@nci.org.au commented


pushed to trunk@8613

penguian commented 1 year ago

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