Ufuk Turunçoğlu

Results 147 comments of Ufuk Turunçoğlu

@jkbk2004 this is done. The model is synced now. @junwang-noaa Please let me know which solution do you want to go with https://github.com/ufs-community/ufs-weather-model/issues/1423. At this point, we have three options,...

@junwang-noaa We could go with option 2 but I think that solution has some problem with restart and restart runs could fail. Maybe due to still issue with the inconsistencies...

@jkbk2004 how can I see the log for following failed tests? I have no access to Hera. If you could provide me some information to reproduce those issues, I could...

@BrianCurtis-NOAA Thanks for the info. I am trying to run now to see the issue over there. I'll let you know if I have any issue.

@BrianCurtis-NOAA I was expecting to have issue with restart test with the current approach that fixes https://github.com/ufs-community/ufs-weather-model/issues/1423. So, I tried with the approach that changes land-sea mask in NoahMP cap...

@BrianCurtis-NOAA Sorry, I have still following test failed. ``` Test control_p8_atmlnd_sbs dbg_base failed in run_test failed Test control_p8_atmlnd_sbs fhz failed in check_result failed Test control_p8_atmlnd_sbs fhz failed in run_test failed...

I found that error in compiling bit test is expected since we are using FMS in NOAHMP cap to write/read tiled output and it always using r8 FMS-UFS library since...

@BrianCurtis-NOAA For the restart test, I also need to copy some land related files from the base run. Where are those defined? Is it in the ORT scripts?

@BrianCurtis-NOAA Okay. I think that restart test failing since the ORT script thinks that it is standalone. I saw that `opnReqTest` has following logic to specify the application. ``` application=''...

@jkbk2004 That sounds fine. I modified `opnReqTest` script to force it to run coupled mode to see what happens. Maybe we could have a convention like `sbs`for side by side...