Hello,
I am having an issue when using GLDAS data for the Step 5 of running WRF-Hydro in Standalone mode. After running
mpirun -np 2 ./wrf_hydro.exe
The error message that shows up in the diag_hydro.00000 is:
t0OutputFlag: 1
no forcing data found./FORCING/
2017010103.LDASIN_DOMAIN1
The job is stopped due to the fatal error. In read_hydro_forcing_mpp1() - no forcing data found
I am not sure what is causing this issue as in my FORCING folder, I have the following files:
2007010100.LDASIN_DOMAIN1 - 2007010421.LDASIN_DOMAIN1
These files in this FORCING folder were generated using the regridding scripts for GLDAS.
In my namelist.hrldas, I have changed the FORCING_TIMESTEP, NOAH_TIMESTEP, OUTPUT_TIMESTEP to be 10800 seconds as it matches the 3 hour timestep from the GLDAS data. In addition, in the hydro.namelist, I had changed out_dt to 180 minutes as it is equivalent to the timestep in the namelist.hrldas.
I have attached the namelist.hrldas and hydro.namelist below if more information is needed:
namelist.hrldas
hydro.namelist
Where am I going wrong? If there is something fundamental that I am misunderstanding or skipped in the technical description of WRF-Hydro, please point me to the proper areas in the technical description.