DOI-USGS / COAWST

COAWST modeling system git repository
Other
100 stars 48 forks source link

Problem with nested WRF in COAWST #280

Open Met04 opened 1 month ago

Met04 commented 1 month ago

Hi. I am running the COAWST 3.3 model (WRF+ROMS+SWAN) with one ROMS and SWAN domain and two WRF domains. I've prepared the corresponding scrip_weight file for these domains. But whenever I'm running the model, it is showing "Error termination. Backtrace: At line 247 of file read_model_inputs.f90 Fortran runtime error: Bad value during integer read". with no other error message. I've attached the header file, coupling.in and wrf namelist file below.

namelist.input.txt sankha.h.txt coupling.in.txt

jcwarner-usgs commented 1 month ago

can i see the full output? is there a reason to use coawst 3.3? i think we are at 3.8 now. can u update? -j

jcwarner-usgs commented 1 month ago

is this your error At line 247 of file read_model_inputs.f90

can you look on line 247 of Build/read_model_inputs.f90

Met04 commented 1 month ago

yes, ive attached the full output. run.log.txt

i was continuing a previous project where we have used 3.3 version, thats why. line 247 of is Build/read_model_inputs.f90 'read(saveline1,'(i5)') parentid(ia)'.

jcwarner-usgs commented 1 month ago

in your namelist.input, looks like there is a 'tab' instead of spaces here on this line: parent_id = 1, 1, make sure there are no tabs in the namelist file.

Met04 commented 1 month ago

thanks, it actually worked after removing the tab. never realized this could be the problem. Thank you