Open bwendu opened 6 months ago
here are some suggestions.
I am not sure the best vtable. that would probably be a good question for the WRF git site.
yes. if you set sst update =0, then wrf will not update the sst and it will stay the same. for roms coupling, you should set sst update = 1, and then wrf will update the sst from both the wrflow file and the roms grid. SST from the roms grid will overwrite the sst from the wrflow file. you can look at the wrf out file and you should see the sst changing, and it should be what is in roms. just change the units from K to C.
the way i have the coupling, all models are expected to start at the same time, and end at the same time. you could run one of the models for a bit, then save a rst file.
i am not sure how well the Sandy settings are for anywhere else. that is something you need to work with and try other options.
i am not sure/clear what is going on here. All the models need to start at the same time. The coupling interval needs to divide evenly into the model time steps. for example: coupling interval = 600s, ocean dt = 60 s, wrf dt = 20 sec = GOOD coupling interval = 600s, ocean dt = 90 s, wrf dt = 20 sec = BAD , ocean dt 90 does not go into 600 evenly. do you see what i mean? I have not had much luck with
that could be a problem, but i know others who use those options. I am not sure what the color scale is for the wrf temp. Does roms have a problem or does wrf?
coawstM looks for input in the same folder as coawstM. If you are asking about when to rerun real, that is better to ask on the wrf forum. Some people have a folder with COAWST, and just #define WRF_MODEL, and compile that. then you can always go to that folder and run real or any wrf utility. Then in a separate folder with COAWST, you can have the application compiled and that way you dont need to worry about recompiling the code.
Really thank for your timely reply, I got all your suggestions and i'm trying to make some adjustments to my test case. as you mentioned, my sst in wrf and roms are same and both unrealistic high, but those abnormal high values occur in ocean area, especially in coastal region and roms grid's open boundry. as for settings on coupling time, i got what you explained and I have always done so. the suggestion to create a new coawst folder to avoid recompiling wrf is really great and helpful.
Du_bw | |
---|---|
@. | ---- Replied Message ---- | From | john @.> | | Date | 4/25/2024 01:13 | | To | @.> | | Cc | @.> , @.***> | | Subject | Re: [DOI-USGS/COAWST] ROMS-WRF running errors (Issue #249) |
here are some suggestions.
I am not sure the best vtable. that would probably be a good question for the WRF git site.
yes. if you set sst update =0, then wrf will not update the sst and it will stay the same. for roms coupling, you should set sst update = 1, and then wrf will update the sst from both the wrflow file and the roms grid. SST from the roms grid will overwrite the sst from the wrflow file. you can look at the wrf out file and you should see the sst changing, and it should be what is in roms. just change the units from K to C.
the way i have the coupling, all models are expected to start at the same time, and end at the same time. you could run one of the models for a bit, then save a rst file.
i am not sure how well the Sandy settings are for anywhere else. that is something you need to work with and try other options.
i am not sure/clear what is going on here. All the models need to start at the same time. The coupling interval needs to divide evenly into the model time steps. for example: coupling interval = 600s, ocean dt = 60 s, wrf dt = 20 sec = GOOD coupling interval = 600s, ocean dt = 90 s, wrf dt = 20 sec = BAD , ocean dt 90 does not go into 600 evenly. do you see what i mean? I have not had much luck with
define TS_SMAGORINSKY define UV_SMAGORINSKY
that could be a problem, but i know others who use those options. I am not sure what the color scale is for the wrf temp. Does roms have a problem or does wrf?
coawstM looks for input in the same folder as coawstM. If you are asking about when to rerun real, that is better to ask on the wrf forum. Some people have a folder with COAWST, and just #define WRF_MODEL, and compile that. then you can always go to that folder and run real or any wrf utility. Then in a separate folder with COAWST, you can have the application compiled and that way you dont need to worry about recompiling the code.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi, when I run a test case with ROMS and WRF, I met some problems, maybe I need some suggestions, my problems are as follow.
Below are my .h, ocean.in, namelist.input files and abnormal sst in wrfout and history. Really thank you for any help.
coupling.in.txt ocean.in.txt test.h.txt namelist.input.txt