ACCESS-NRI / accessdev-Trac-archive

Archive accessdev Trac contents as issues
Apache License 2.0
0 stars 0 forks source link

Finer grained control of coupling diagnostics #352

Open penguian opened 6 years ago

penguian commented 6 years ago

| by mrd599@nci.org.au


Current suites have options UM_RDUMP UM_SDUMP in rose-suite.conf for saving coupling diagnostics from the UM. However the access-coupled script hardwires

chk_i2o_fields=.false.
chk_o2i_fields=.false.
chk_i2a_fields=.false.
chk_a2i_fields=.false.

These should also be settable from rose-suite.conf.


Issue migrated from trac:352 at 2024-01-31 18:33:07 +1100

penguian commented 6 years ago

@martin.dix@anu.edu.au commented


Arnold suggests extra variables

CHK_I2O_FIELDS_I
CHK_O2I_FIELDS_I
CHK_I2A_FIELDS_I
CHK_A2I_FIELDS_I
CHK_I2O_FIELDS_O
CHK_O2I_FIELDS_O

For consistency replace UM_RDUMP and UM_SDUMP with CHK_I2A_FIELDS_A and CHK_A2I_FIELDS_A respectively.