My cases is about roms-swan coupling
Experimental region is Northwest Pacific around Korean Peninsula.
ROMS model was setup with TPXO6, COADS and WOA dataset.
And then for coupling I edited files(cppdefs.h, ocean.in, wave.in, and coupling.in) like INLET_TEST case.
I added to cppdefs.h
DT#define SWAN_COUPLING
#ifdef SWAN_COUPLING
# define MCT_LIB
# define NEARSHORE_MELLOR
#endif
Export and ImportROMS : 240 sec
SWAN : 600 sec
Coupling : 1200 sec
But the result has some problem.ROMS : E - bath/SSH/Ubar/Vbar/ZO, I - Wdir/Wamp/Wlen/Wptop/Wpbot/Wubot
SWAN : E - Wdir/Wamp/Wlen/Wptop/Wpbot/Wubot, I - bath/SSH/Ubar/Vbar/ZO
Current get along the boundary and wave height is over eastimated at some area and some point.
How can I solve the problem?
Thanks
Eom