Data not exchanged by MCT for ROMS-WRF coupling

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
jackjhz1321
Posts: 2
Joined: Sun May 20, 2018 1:50 pm
Location: University of Florida

Data not exchanged by MCT for ROMS-WRF coupling

#1 Unread post by jackjhz1321 »

Hi all,
I'm trying to run the ROMS-WRF coupled model, but the data seems to be not exchanged by MCT. In my simulation log, it said:"

## ROMS grid 1 recv data from WRF grid 1
WRFtoROMS Min/Max GSW (Wm-2): 0.000000E+00 0.000000E+00
WRFtoROMS Min/Max GLW (Wm-2): 0.000000E+00 0.000000E+00
WRFtoROMS Min/Max LH (Wm-2): 0.000000E+00 0.000000E+00
WRFtoROMS Min/Max HFX (Wm-2): 0.000000E+00 0.000000E+00
WRFtoROMS Min/Max USTRESS (Nm-2): 0.000000E+00 0.000000E+00
WRFtoROMS Min/Max VSTRESS (Nm-2): 0.000000E+00 0.000000E+00
## ROMS grid 1 sent data to WRF grid 1
ROMStoWRF Min/Max SST (K): 0.000000E+00 0.000000E+00"

I tried to add a line in mct_roms_wrf.h in front of "CALL AttrVect_importRAttr (AttrVect_G(ng)%ocn2atm_AV, "SST", A, Asize)", so that it print out A(ij) before passing to the MCT. It showed that the A(ij) has the actual value instead of 0. But apparently it was not received by the WRF.

Anyone has any idea what was going on? Thank you!

FYI: ROMS/TOMS version 3.9, and I have attached cpp options, coawst.bash, and compile log file.

Bests,
Jiahua
Attachments
gulfstr.h
(5.63 KiB) Downloaded 13 times
coawst_build.bash
(21.08 KiB) Downloaded 11 times
log.txt
(1.86 MiB) Downloaded 13 times

jcwarner
Posts: 1200
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: Data not exchanged by MCT for ROMS-WRF coupling

#2 Unread post by jcwarner »

this really should be posted on the coawst forum here:
https://github.com/DOI-USGS/COAWST/issues
please post it there with the full output.
thanks

Post Reply