You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('z-layer model, computing zw/zcc (fullgrid) values and treat as fullgrid model from here')
uds=reconstruct_zw_zcc_fromz(uds)
Can be generalized via standard_name="altitude", but this might be too generic (e.g. could also include bedlevel variable or something similar. Also, it is not following clear cf-conventions.)
Currently hardcoded in
dfmt.reconstruct_zw_zcc()
:dfm_tools/dfm_tools/get_nc.py
Lines 366 to 368 in 542efb0
Can be generalized via
standard_name="altitude"
, but this might be too generic (e.g. could also include bedlevel variable or something similar. Also, it is not following clear cf-conventions.)code:
Replace in
reconstruct_zw_zcc
:If implemented, test with vertical slicing and depth slicing.
The text was updated successfully, but these errors were encountered: