NCAR / hrldas-release

HRLDAS (High Resolution Land Data Assimilation System) containing the Noah-MP Land Surface Model
35 stars 33 forks source link

File naming convention #1

Open barlage opened 8 years ago

barlage commented 8 years ago

Hello Mike,

Sorry to disturb you again. Now I'm trying to run single point forcing. Because the time interval of site observations is half an hour. So my forcing files look like this: 199805020930.LDASIN_DOMAIN1. But maybe the model now doesn't support the interval of half an hour, so hrldas.exe failed when reading my forcing files.

Prof.Yuan advised me to modify it myself, but I wonder whether you can help me with that. For one thing, others won't trust what I will modify. For another, if the release codes do not include that, when the newest version comes out again and again, we'll modify it again and again unless we don't use the newest.

Even though I don't know whether I should ask you for this help, I still ask you for a try because I think we users are eager for that. By the way, if the codes can include the spinup option in the namelist like the old version of Offline 1D Noah-MP LSM v1.1, I think it could be more convenient.

I'm looking forward to your reply. Thanks and best wishes!

barlage commented 8 years ago

There have been discussions locally about changing the filename convention used in HRLDAS. This will include a longer date string, likely consistent with the WRF convention (if you are familiar with that).

It should be quite easy to add minutes to the date string in the READFORC_HRLDAS subroutine (this is what I have done before for flux tower data).

To do this correctly, we will need to modify the forcing file generation as well, plus make the old format backward compatible, so it will take some time to do it right.