Running with non-global forcing data #186
-
Hello, I want to run hrldas with my forcing data over 85-165E, -15,35N. I want to reduce the space needed for my input data because our study area is only over a city. What I did was to subset the Zfile and LANDSfile over the same domain as my forcing data. But when I run ./create_forcing.exe, I get an error stating that the z variable can't be read. I checked their structures but I couldn't see any difference. Is there a way for me to make this run possible? I am currently using hrldas on a docker desktop for windows. Any guidance will be much appreciated. Sincerely, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
what forcing dataset are you using? ERA5-land? GLDAS? or something else? |
Beta Was this translation helpful? Give feedback.
-
I am using ERA5-Land. If it can help, my input files can be found here. |
Beta Was this translation helpful? Give feedback.
-
Hi, You will have to revise the subroutine code for the regional files, and recompile it (create_forcing.F) due to the default code being read Zfile and LANDSfile as the global domain. hrldas/hrldas/HRLDAS_forcing/create_forcing.F Line 2090 in 087f1fd You should change these two parts at least. hrldas/hrldas/HRLDAS_forcing/create_forcing.F Line 2100 in 087f1fd hrldas/hrldas/HRLDAS_forcing/create_forcing.F Line 2135 in 087f1fd |
Beta Was this translation helpful? Give feedback.
-
Thanks for the guidance. The recompiled version is running. |
Beta Was this translation helpful? Give feedback.
Hi,
You will have to revise the subroutine code for the regional files, and recompile it (create_forcing.F) due to the default code being read Zfile and LANDSfile as the global domain.
hrldas/hrldas/HRLDAS_forcing/create_forcing.F
Line 2090 in 087f1fd
You should change these two parts at least.
hrldas/hrldas/HRLDAS_forcing/create_forcing.F
Line 2100 in 087f1fd
hrldas/hrldas/HRLDAS_forcing/create_forcing.F
Line 2135 in 087f1fd