NWP_RAP ANCILLARY # # Set flag for output # OUTPUT_TO_FILE: Y DEPENDENCIES: # # Get date and time based on satellite header info # SATELLITE_DATA: OTHER: # Directory containing the RAP model output data # (subdirectories must be called NA, CONUS, and AK) #RAP_Directory: /data/data257/mfan/DATA/NWP_RAP/ RAP_Directory: framework_ancillary/nwp_rap/ # Static RAP data directory path #RAP_Static_Dir: /data/data254/mfan/DATA/INPUT/framework_ancillary/RAP_data_lat_lon/ RAP_Static_Dir: framework_ancillary/rap_data_lat_lon/ # Static RAP lats and lons # (rap_na_lat_lon.nc, rap_conus_lat_lon.nc, or rap_alaska_lat_lon.nc) RAP_LatLon_Fn_CONUS: rap_conus_lat_lon.nc RAP_LatLon_Fn_NA: rap_na_lat_lon.nc RAP_LatLon_Fn_AK: rap_alaska_lat_lon.nc # RAP meta data file # (rap_na_metadata.nc, rap_conus_metadata.nc, or rap_alaska_metadata.nc) RAP_Meta_Fn_CONUS: rap_conus_metadata.nc RAP_Meta_Fn_NA: rap_na_metadata.nc RAP_Meta_Fn_AK: rap_alaska_metadata.nc # Number of grid points x-direction. # (NA: 349, CONUS: 451, AK: 553) Nx_CONUS: 451 Nx_NA: 349 Nx_AK: 553 # Number of grid points y-direction. # (NA: 277, CONUS: 337, AK: 425) Ny_CONUS: 337 Ny_NA: 277 Ny_AK: 425 # Standard number of pressure levels used by framework. NumLevels: 37 # NumPrev: Number of times to look for previous model forecast times NumPrev: 7 END NWP_RAP