Hi all (sorry in advance my post isn't strictly about ROMS only),
In order to make the full coupling (WRF+SWAN+ROMS) I am taking baby steps and trying to see if the models are working properly by themselves and coupled. As of right now, I am trying to couple only SWAN+WRF to see if they would work before adding my ROMS model that is already working. When I define ROMS plus all the other flags, coawst.bash generates the binary file but when I undefine ROMS and just leave the commands below,
#undef ROMS_MODEL
#define SWAN_MODEL
#define WRF_MODEL
#define MCT_LIB
#define MCT_INTERP_WV2AT
coawst.bash gives the error below:
roms_export.f90:16:10:
USE mod_kinds
1
Fatal Error: Can't open module file ‘mod_param.mod’ for reading at (1): No such file or directory
compilation terminated.
which is weird since I am not defining ROMS and it's trying to export ROMS fields. So I was wondering if the coupling method will only work when ROMS is defined either with SWAN or WRF, and therefore, I could make ROMS boundaries closed or maybe I am leaving something out that I should add in order to this coupling to work.
Thank you in advance,
Matheus
SWAN+WRF coupling problem using COAWST
-
- Posts: 51
- Joined: Wed Dec 03, 2014 1:46 am
- Location: University of Georgia
Re: SWAN+WRF coupling problem using COAWST
can you try an update to the code and make sure you have the most recent version? i think that was an issue we corrected.
If you still have troubles, can you make an issue here:
https://github.com/jcwarner-usgs/COAWST
thanks,
j
If you still have troubles, can you make an issue here:
https://github.com/jcwarner-usgs/COAWST
thanks,
j
-
- Posts: 51
- Joined: Wed Dec 03, 2014 1:46 am
- Location: University of Georgia
Re: SWAN+WRF coupling problem using COAWST
Hi John,
I updated and the error still persists. I will post my files there.
Thank you,
Matheus
I updated and the error still persists. I will post my files there.
Thank you,
Matheus