NASA-LIS / LISF

Land Information System Framework
Apache License 2.0
116 stars 154 forks source link

BUG: LDT unable to read multiple nests correctly #924

Open wblumberg opened 2 years ago

wblumberg commented 2 years ago

Bug Description

When LDT is run in "LSM parameter processing" mode using a ldt.config with two different lambert domains (e.g., 299x299 and 198x198), the two lis_input.d01.nc and lis_input.d02.nc files output specify the same domain. This appears to be due to a change in the domain readers (specifically readinput_lambert.F90) in Commit d6fc9dab09bae67f7a249b790311a6346882041a. The lis_input.d0*.nc files that are generated should be different. This bug appears to impact other LDT run modes too and may impact other readers, since the changes made to the Lambert reader show up in other readers.

I have contacted @karsenau and @sujayvkumar and Carlos Cruz regarding this bug.

Steps to Replicate

Run LDT using this config.txt file, which specifies two domains. It should create two identical lis_input.d0*.nc files.

config.txt

karsenau commented 2 years ago

Thank you for reporting this issue -- looks like some other members in the community may have run into this issue recently too. We will try to bump this up the priority chain and let users know at our next meeting

karsenau commented 2 years ago

Sharing with a couple of other members: @dmocko and @bmcandr