Ufuk Turunçoğlu
Ufuk Turunçoğlu
@junwang-noaa The sfc and oro files are consistent in terms of masking. I setup land cap to create its mask base on the mask information that is found in oro...
@barlage Thanks for the extra information. Yes, there are some mismatch issue in fractional grid case which prevents me to run the external land component all the points that has...
@HelinWei-NOAA Do you think that updating the oro_data* files will fix the problem? In the external land component I am creating mask by using following code, ``` where (noahmp%domain%frac(:) >...
@junwang-noaa Is it possible test in my case? I am working on Cheyenne and not have access to Hera. So, If you could copy the fixed files to Cheyenne and...
@HelinWei-NOAA Thanks. I think your are referring to the test that I got some files from coupled control. Right? Anyway, it would be good to test it again to be...
@HelinWei-NOAA Okay. That sounds perfect. @junwang-noaa let me know how it goes. Thanks.
Just to update the --only error can be fixed by replacing `only = args.only.lower()` with `only = [o.lower() for o in args.only]` but again it does not create interface for...
@RatkoVasic-NOAA I think you could still install with `esmf@=8.6.1b04` syntax in spack side even if it is not in the `package.py`.
@RatkoVasic-NOAA @junwang-noaa @climbfuji If you need any help about installing beta snapshot from our side, just let us know.
@RatkoVasic-NOAA That is great. Thanks for the update.