There are a lot of hard-coded tx2_3v2 lines in param_templates/diag_table.yaml that should probably be changed to tx2_3v[23] or $OCN_GRID in ["tx2_3v2", "tx2_3v3"] or whatever the proper formatting is. In my case, I was surprised to see several hundred additional lines in my diag_table when setting up a tx2_3v2 run with MARBL to compare to tx2_3v3; the solution was ./xmlchange OCN_DIAG_SECTIONS=FALSE to reduce the output rather than updating to add these diagnostics by default (so I don't have a branch with a fix for this, but I can add it to the MARBL branches if you want me to).
There are a lot of hard-coded
tx2_3v2lines in param_templates/diag_table.yaml that should probably be changed totx2_3v[23]or$OCN_GRID in ["tx2_3v2", "tx2_3v3"]or whatever the proper formatting is. In my case, I was surprised to see several hundred additional lines in mydiag_tablewhen setting up atx2_3v2run with MARBL to compare totx2_3v3; the solution was./xmlchange OCN_DIAG_SECTIONS=FALSEto reduce the output rather than updating to add these diagnostics by default (so I don't have a branch with a fix for this, but I can add it to the MARBL branches if you want me to).