The file coupling_inlet_test.in give the impression that one can choose which variables are sent from roms to swan. That illusion is dispelled by the code section in waves_coupler.F:
Code: Select all
COMPDA(INDX,JWLV2)=TEMPMCT(IP,2)
COMPDA(INDX,JVX2)=TEMPMCT(IP,3)
COMPDA(INDX,JVY2)=TEMPMCT(IP,4)
COMPDA(INDX,JFRC2)=REAL(TEMPMCT(IP,5))