tlakhankar / CCNY-WRF-Research

CCNY Research on PR and Maine under the supervision of Dr. Tarendra Lakhankar.
2 stars 0 forks source link

Problem Finding Dimensions #22

Open AIdrisy0139 opened 5 years ago

AIdrisy0139 commented 5 years ago
NetCDF: Not a valid ID                                                                                |                                                                                                     
                                                                                                      |HRLDAS_SETUP_FILE = "./DOMAIN/wrfinput_d02.nc"                                                       
 ***** READ_HRLDAS_HDRINFO:  Problems finding dimension 'west_east'                                   |INDIR = "./FORCING"                                                                                  
                                                                                                      |!SPATIAL_FILENAME =                                                                                  
                                                                                                      |OUTDIR = "./"                                                                                        
NetCDF: Not a valid ID                                                                                |                                                                                                     
                                                                                                      |START_YEAR  = 2019                                                                                   
 ***** READ_HRLDAS_HDRINFO:  Problems finding dimension 'west_east'                                   |START_MONTH = 07                                                                                     
                                                                                                      |START_DAY   = 31                                                                                     
STOP FATAL ERROR: Model stopped                                                                       |START_HOUR  = 06                                                                                     
STOP FATAL ERROR: Model stopped  
AIdrisy0139 commented 5 years ago

Description

When attempting to RUN WRF-HYDRO for the Caribou Maine domain with GFSANL files that worked for the PR domain the following errors are found in the run log.

This is also using the namelist files from a working PR Simulation

AIdrisy0139 commented 5 years ago

TODO: Re-evaluate the GIS Pre-Processing Step [Step 3]

AIdrisy0139 commented 5 years ago

Update

While there might be issues in the GIS Step, I believe it is more likely that the error is coming from step 2. When looking at the R script we see the same variables that are throwing errors when running WRF HYDRO

 98 sndim <- ncid$dim[['south_north']]
 99 wedim <- ncid$dim[['west_east']]