Skip to content

Not finding the GDAS elevation file during LDT “Ensemble restart processing” #1061

Closed Answered by bmcandr
Gayathridevi123 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Gayathridevi123,

Based on your ldtlog file it looks like the elevation filepath itself is not being read into LDT properly which naturally fails a "does this file exist?" check. Here is what the log should contain when initializing GDAS, note the presence of the filename:

...
 Reading forcing elev for GDAS_T126
 Opening/reading GDAS elev file::
 ./input/LS_PARAMETERS/metforcing_parms/GDAS/global_orography.t126.grb
 #Regridding: Applying bilinear interp to input parameter
 Done reading forcing elevation field.
...

What is odd is that we check that some path is present in the config file when reading config entries (see here). This should fail if no path is present, causing LDT to exit…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@bmcandr
Comment options

@Gayathridevi123
Comment options

@bmcandr
Comment options

@Gayathridevi123
Comment options

@karsenau
Comment options

Answer selected by Gayathridevi123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants