CABLE-LSM / CABLE-Trac-archive

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

GW model variables not declared when outputting #210

Closed penguian closed 5 years ago

penguian commented 5 years ago

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


Several GW parameters (slope, slope_std and GWdz) should be in a gw_model IF-block in cable_output.F90. They currently cause a seg fault when turning groundwater off.

Line 1231 onwards in CMIP6-MOSRS:

IF(output%params .OR. output%slope) CALL define_ovar(ncid_out, opid%slope,   &
           'slope', '-', 'Mean subgrid topographic slope', &
        patchout%slope, 'real', xID, yID, zID, landID, patchID)

Issue migrated from trac:210 at 2023-11-27 11:27:47 +1100

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 ` to1. Closed`

penguian commented 5 years ago

@jxs599@nci.org.au commented


resolved under Ticket #208

penguian commented 1 year ago

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