Good afternoon
I’d like to output the transport through sections from NEMO 4.2. I’ve made the “sections” file using the SECTIONS tool and set ln_diadct = .true. in the namelist.
But when I run, I get an error from XIOS saying the “mfo” does not exist. And it does not.
NEMO has a line
CALL iom_put(“mfo”, vol_transport)
but there is no “mfo” defined in field_def_nemo-oce.xml. So XIOS crashes for good reason.
Instead, the field-def_nemo-oce.xml file has some definitions to try and make XIOS calculate transports from uoce, but I don’t understand how it is supposed to work.
If I comment out everything inside the “ifdef key_xios” in diadct, then NEMO runs fine and writes transports to a text file.
Is there a way to write the transport sections output via XIOS? Is it not working in NEMO 4.2 or am I missing something in the settings?
Cheers
/Joakim