======= CHANGES on 2008/08/25 ======= file: data/static/vrc.nl file: src/lib/radar/wsi_ingest/get_nl_parms.f author: albers added 'aoml_path_in' and 'vrc_outdir' to parameter list file: etc/laps_tools.pm author: albers added 'balance/lsx' to the list of directories created during localization file: src/balance/qbalpe.f author: tollerud c change to USE_memlist; Ed Tollerud; 8/25/2008 file: src/ingest/radar/wsiremap/vrc/Makefile author: albers added AOML routines file: src/ingest/radar/wsiremap/vrc/README author: albers started module diagram at the bottom file: src/ingest/radar/wsiremap/vrc/aoml_radar.f author: albers top level subroutine to read AOML radar sweeps file: src/ingest/radar/wsiremap/vrc/put_vrc.f author: albers subroutines to write out VRC file file: src/ingest/radar/wsiremap/vrc/read_pass_head.f author: albers lower level subroutine (from AOML) to read and remap AOML radar sweeps file: src/ingest/radar/wsiremap/vrc/vrc_driver.f author: albers pass 'aoml_path_in' and 'vrc_outdir' parameters out from 'read_vrc_nl' and into subroutine 'map_aoml_sub' added call to new routine 'get_vrc_full_path' to write the WSI VRC file in the correct location added call to 'map_aoml_sub' at the end file: src/lapsplot/ccpfil.f author: albers added logging statements about raster plots file: src/lapsplot/hsect.f author: albers set range of background sfc wind speed image plots to match LSX reduce slightly the colorbar range for surface vorticity images turn on raster plot for surface vorticity file: src/lib/rfill.f author: albers Increased allowable altitude of echo base (from 800m to 3000m AGL) for "low fill" extrapolation of refectivities down to the ground. This might help some of the ring artifacts that show up both at GSD and FMI. ======= CHANGES on 2008/08/22 ======= file: src/balance/qbalpe.f author: tollerud 08/22/2008 - Changes to include USE MEMLIST instead of call wind_parms - Ed Tollerud ======= CHANGES on 2008/08/19 ======= file: src/cloud/insertradar.f author: albers obtain and utilize 'ref_base_useable' for reflectivity threshold adjusted dew point threshold for summer nighttime QC adjustments from 10C down to 8C improved echo top and other 'insert_radar' logging info file: src/cloud/laps_cloud_sub.f author: albers read in surface dew point for use in the cloud/radar QC steps file: src/ingest/radar/mosaic/Makefile file: src/ingest/satellite/lvd/Makefile file: src/sfc/table/Makefile author: albers added link to 'src/lib/modules' for ATMET global parameter changes file: src/lib/modules/Makefile author: albers added mem_temp.o file: src/lib/modules/mem_grid.f90 author: albers declare static fields with plain real (instead of kind=4) added 'ldf' land fraction to list of static field declarations file: src/lib/modules/mem_namelist.f90 author: albers added cloud namelist parameters added error check for temperature parameters file: src/lib/modules/mem_temp.f90 author: albers new file with memory structure for temperature/height arrays, based largely on version from ATMET file: src/lib/temp/puttmpanal.f author: albers 'iflag_write' is now connected to namelist parameter for ATMET to control writing of the LT1 file set up 'output_4d' as local array file: src/lib/temp/read_acars_t.f file: src/lib/temp/read_sfc_t.f file: src/lib/temp/read_tsnd.f author: albers use 'iwrite_output' flag to control whether TMG file gets written file: src/sfc/Makefile author: albers added 'laps_sfc_sub.f' file: src/sfc/README file: src/temp/README file: src/wind/README author: albers updated module diagram file: src/sfc/laps_sfc.f author: albers use 'mem_grid' structure to carry lat,lon,topo,ldf arrays for ATMET split off subroutine 'laps_sfc_sub' into separate file file: src/sfc/laps_sfc_sub.f author: albers split off subroutine 'laps_sfc_sub' into separate file set up 'use mem_namelist' to access surface parameters in subroutine 'laps_sfc_sub' use 'mem_grid' structure to carry lat,lon,topo,ldf arrays for ATMET removed call to 'read_sfc_nl' though we still fill the namelist data structure file: src/sfc/table/locpost_radar.f author: albers changed output file name to 'radarlist.dat' output will now be formatted with I and J radar locations added file: src/temp/Makefile author: albers added 'laps_temp.f' file: src/temp/laps_temp.f author: albers split off subroutine 'laps_temp' into separate file added 'use mem_namelist' added 'use mem_grid' added 'use mem_temp' call 'get_grid_spacing_actual' to obtain grid spacing file: src/temp/puttmpanal_drv.f author: albers added 'use mem_namelist' for global parameters, ATMET style added 'use mem_grid' and read static fields added 'use mem_temp', with calls to allocate and point to arrays split off subroutine 'laps_temp' into separate file file: src/wind/insert_radar_obs.f author: albers hooked up write flag to dxx little files for ATMET file: src/wind/main.f file: src/wind/main_sub.F author: albers use f90 memory structure to carry lat,lon,topo arrays for ATMET ======= CHANGES on 2008/08/12 ======= file: data/static/deriv.nl author: albers added parameter 'twet_snow' for the wet bulb snow melting threshold file: data/static/lapsplot.nl author: albers added 'dist_plot_ua' parameter for thinning observation plots file: data/static/nest7grid.parms author: albers updated comments about 'iwrite_flag' file: src/accum/get_precip_accum.f author: albers pass 'twet_snow' into 'cpt_pcp_type_3d' and 'get_sfc_preciptype', hardwired for now at +1.3C file: src/cloud/README file: src/deriv/README author: albers updated module diagram file: src/cloud/insertradar.f author: albers pass in 'solar_alt' array allow the echo top AGL threshold to rise higher than the 2000m value on humid summer evenings when we tend to get more ground clutter (and we do not have visible satellite to help) file: src/cloud/laps_cloud.f author: albers changed subroutine name to 'laps_cloud_sub' file: src/cloud/laps_cloud_sub.f author: albers changed subroutine name to 'laps_cloud_sub' pass 'solar_alt' array into subroutine 'insert_radar' file: src/deriv/laps_deriv.f author: albers Added support for reading in 'twet_snow' for wet bulb snow melting level, and pass this is argument lists. This includes several routines such as 'get_deriv_parms'. file: src/deriv/laps_deriv_sub.f author: albers pass new 'twet_snow' parameter for wet bulb snow melting level in argument lists file: src/include/lapsplot.inc file: src/lapsplot/drawctymap.f author: albers added support for 'dist_plot_ua' and 'dist_plot_sfc' parameters file: src/lapsplot/hsect.f author: albers always use raster image plot for soil moisture file: src/lapsplot/plotobs.f author: albers added 'check_ob_density' routine to thin the obs that are plotted from the PIN file. This uses the new 'dist_plot_ua' parameter file: src/lib/get_cloud_deriv.f author: albers pass 'twet_snow' parameter in various argument lists, including 'get_cloud_deriv', cpt_pcp_type_3d', 'get_sfc_preciptype', and 'wb_melting_threshold' file: src/lib/laps_thermo.f author: albers pass in and out variables related to the wet bulb snow melting level in subroutines 'put_stability', 'laps_be', and 'sindx' split off portion of wet bulb zero calculations into a subroutine to make the software more modular and portable added calculation of snow melting level - not yet written out ======= CHANGES on 2008/08/08 ======= file: data/static/background.nl author: mccaslin Made changed to try 13km RUC, then 20km RUC, then 40km RUC in that order. file: src/lib/bgdata/lga_driver.f author: oplapb Read global parameters into module memory structur; new approach. ======= CHANGES on 2008/08/07 ======= file: data/static/background.nl author: mccaslin Made change to use the high resolution 13km RUC and set bgmodels to 13. file: etc/www/laps.cgi.in file: etc/www/nph-laps.cgi.in author: albers updated to be more portable latest updates of fields from the on-the-fly web page file: src/cloud/laps_cloud_sub.f author: albers turned on post-processing QC step to blank out radar echoes where significant clouds aren't analyzed file: src/lib/laps_io.f author: albers improved logging output (prevent segmentation violations) file: src/lib/modules/mem_namelist.f90 author: albers added QC check of namelist parameter file: src/lib/modules/mem_sfcanl.f90 author: albers added pointer constructs for surface variables from Craig Tremback file: src/lib/wind/get_fg_wind.f author: albers added QC check for model background input file: src/lib/wind/wind_post_process.f author: albers added Nan checks for 3D wind field outputs file: src/sfc/laps_sfc.f author: albers moved access of system analysis time to top level routine updated comments about allocate step for global surface arrays turned on deallocate step for global surface arrays add use statement for global namelist variables in subroutine 'laps_sfc_sub' so they aren't needed in the argument list file: src/sfc/lapsvanl.f author: albers added 'use mem_sfcanl' to store global surface arrays commented out associated local array declarations allocate global surface arrays just before we need them file: src/wind/README author: albers updated module diagram file: src/wind/main.f author: albers added read of global parameters into module memory structure use 'iwrite_output' flag file: src/wind/main_sub.F author: albers added comment about which namelist parameters are needed file: src/wind/windanal.f author: albers added QC check after first call to 'barnes_multivariate' ======= CHANGES on 2008/08/05 ======= file: configure file: configure.in author: albers removed -C from CPPFLAGS for IBM due to "side effects" file: data/static/stmas3d.nl author: xiey A new namelist designed for STMAS 3D analysis by Yuanfu Xie and Zhongjie He. ======= CHANGES on 2008/08/04 ======= file: src/ingest/obs_convert/BUFR_Convrt.f90 author: xiey Add a minor specification on specific humidity by Yuanfu. ======= CHANGES on 2008/07/31 ======= file: README author: albers updated section about WPS file: configure file: configure.in author: albers added extra FORTRAN debugging flags (DBFLAGS) for "rs6000" assuming we're using 'xlf' on the IBM added default "-g" flag for DBCFLAGS echo out flag settings file: data/static/obs_driver.nl file: src/ingest/sao/obs_driver.f author: albers parameter is now called 'itest_madis_qc' instead of 'ltest_madis_qc' for greater flexibility file: data/static/radar_mosaic.nl file: data/static/remap.nl file: data/static/vrc.nl author: albers updated comments file: src/include/remap_constants.dat author: albers set LUT_AZIMUTHS to 720 file: src/ingest/radar/remap/remap_process.f author: albers added changes to handle arbitrary number of LUT_AZIMUTHS file: src/ingest/radar/wsiremap/ln3/Makefile file: src/ingest/radar/wsiremap/vrc/Makefile file: src/ingest/satellite/sounding/Makefile author: albers added link to 'src/lib/modules' for ATMET global parameter changes file: src/ingest/sao/README author: albers updated module diagram file: src/ingest/sao/get_local_obs.f author: albers Flag that is passed in is now called 'itest_madis_qc' instead of 'ltest_madis_qc' Added 'level_qc' variable and hooked it up to MADIS QC flags. It is now set via the 'itest_madis_qc' parameter to 1 (maintaining current code results), though it could be increased to 2 if desired to use the 'Q' MADIS flag. ======= CHANGES on 2008/07/30 ======= file: data/static/satellite_lvd.nl author: oplapb Modified to use only GOES11 ======= CHANGES on 2008/07/22 ======= file: configure file: configure.in author: albers modified handling of $OTHERLIBS so -lgcc is added only if we are selecting the 'gcc' C compiler set CPPFLAGS to -C for rs6000 added handling of new variable DBCFLAGS based on the C compiler (whether it is 'icc' with 'ifort' FORTRAN compiler) file: src/include/makefile.inc.in author: albers added handling of new variable DBCFLAGS file: src/ingest/acars/Makefile file: src/ingest/profiler/Makefile file: src/ingest/rass/Makefile file: src/ingest/sfc_qc/Makefile author: albers added 'src/lib/modules' for ATMET global parameter compatibility file: src/lib/modules/Makefile author: albers added new module for 'mem_sfcanl.f90' file: src/lib/modules/mem_sfcanl.f90 author: albers new surface fields memory module for ATMET file: src/sfc/laps_sfc.f author: albers now uses ATMET modules to make the LSX arrays available in the driver ======= CHANGES on 2008/07/17 ======= file: data/static/obs_driver.nl author: albers added default value of new 'ltest_madis_qc' parameter to be 1 added default value of new 'n_cycles' parameter to be 1 added default value of new 'nominal_latency' parameter to be -1 file: etc/www/anal2d/laps_gifs.csh author: albers web page setup generalized to work better on various file systems file: src/ingest/radar/remap/netcdfio.f author: albers commented out warnings about V gate spacing file: src/ingest/radar/remap/remap.f author: albers improved logging output file: src/ingest/sao/README author: albers updated module diagram file: src/ingest/sao/get_local_obs.f author: albers pass 'ltest_madis_qc' parameter into subroutine 'get_local_obs' file: src/ingest/sao/obs_driver.f author: albers access new 'ltest_madis_qc', 'n_cycles', and 'nominal_latency' parameters from the namelist consolidated 'systime' access and moved it to the top level routine where it is now incremented in a time loop to make multiple LSO files according to the value of 'n_cycles' added a wait command for the "nominal_latency" for running the most recent cycle pass 'ltest_madis_qc' parameter into subroutine 'get_local_obs' file: src/ingest/satellite/lvd/README author: albers added brief note about redesign of software file: src/lapsplot/hsect.f author: albers added support for sfc wind speed difference plots file: src/lapsplot/plotobs.f author: albers fixed out of bounds in aspect array file: src/lib/radar/remap_ftn/lut_gen.f author: albers made azimuth lookup tables more general to handle super-res radars file: src/mesowave/recurs_iter/Makefile author: xiey Add module lib to the Makefile by Yuanfu. file: src/mesowave/stmas_mg/Makefile author: xiey Add LAPS module lib to the Makefile by Yuanfu. file: src/mesowave/stmas_mg/PrePostPrc.f90 author: xiey Fix a bug for overwriting previous 2 analyses by Yuanfu. ======= CHANGES on 2008/07/14 ======= file: README author: albers notes added about supported platforms and contact info notes added about using the new WPS option in 'lapsprep' file: data/static/lapsprep.nl author: albers changed default outputs to be 'wps' and 'wrf' updated explanations in comments file: data/static/surface_analysis.nl author: albers filled in additional parameters so we have a complete set that aren't relying on hardwired settings in the code file: etc/tarlapstime.sh author: albers made LOG directory adjustable to be more compatable with AWIPS file: etc/wideband2nc.csh author: albers point to different versions of the 'ArchiveNexrad2NetCDF' executable for real-time and archive cases file: src/lib/modules/mem_namelist.f90 author: albers updated declarations and namelist statement to use the correct and latest list of surface analysis namelist parameters updated global parameter namelist statement to use 'c8_blpfmt' added error check for surface namelist read file: src/sfc/laps_sfc.f author: albers now reads global and surface namelist parameters in driver routine using the module developed with ATMET removed default values of parameters so we have a "single point" of focus to read these in from the namelist using the new ATMET module ======= CHANGES on 2008/07/09 ======= file: src/mesowave/stmas_mg/LAPSDatSrc.f90 author: xiey Fixed a bug for wind data in LAPSOBSV line 403. V was not set to badsfc by Yuanfu. ======= CHANGES on 2008/07/07 ======= file: src/include/remap_constants.dat author: albers removed MAX_RAYS since it isn't being used anywhere file: src/ingest/radar/remap/README author: albers updated module diagram file: src/ingest/radar/remap/get_tilt_netcdf.f author: albers coordinated opening of files so it's only done once in subroutines 'get_tilt_netcdf_hdr' and 'get_tilt_netcdf_data' file: src/ingest/radar/remap/netcdfio.f author: albers added test for zero radar path length (prevent segmentation error) coordinated opening of files so it's only done once in subroutines 'get_tilt_netcdf_hdr' and 'get_tilt_netcdf_data' file: src/ingest/radar/remap/remap.f author: albers removed include of 'remap.inc' and set up allocate statements for velocity and reflectivity arrays pass MAX_RAY_TILT into subroutine 'remap_process' added continue, deallocate statements, and return at end of subroutine file: src/ingest/radar/remap/remap_process.f author: albers pass MAX_RAY_TILT into subroutine 'remap_process' to help consolidate related variables inlined declarations from 'remap.inc' to facilitate future changes added logging info for call to 'get_laps_domain_95' commented out subsequent call to 'get_laps_domain' that appears to be unneeded file: src/lib/radar/remap_ftn/lut_gen.f author: albers added timer logging info file: src/lib/radar_to_latlon.f author: albers reworked QC check to be more efficient and added status check file: src/lib/razm_lat_lon_gm.f author: albers fixed bounds check to use proper "r4" input variables file: src/lib/writelapscompressed.f author: albers removed some unneeded code file: src/soil/Makefile file: src/soil/laps/src/soil/Makefile file: src/wfoprep/Makefile author: albers add links for 'src/lib/modules' ======= CHANGES on 2008/07/01 ======= file: configure author: albers Paula's changes are included for -DLINUX (test for LINUX build) added support for 'ifort', including compiler flags file: configure.in author: albers Paula's changes are included for -DLINUX (test for LINUX build) added support for 'ifort' compiler flags file: data/static/lapsprep.nl author: albers updated comments to mention 'wps' option (version 3) file: etc/laps_tools.pm author: albers added 'lapsprep/wps' to list of directories that are created file: etc/wideband2nc.csh author: albers corrected the way hours are incremented to handle the end of day transition better for real-time runs file: src/lib/degrib/gribcode.F90 author: oplapb Added additional test of file type when reading grib data. file: src/lib/read_surface_old.f author: albers set WX string to "UNKNOWN" for LDAD stations to help 'deriv.exe' run more accurately as well as more efficiently on large domains ======= CHANGES on 2008/06/30 ======= file: src/stmas/Makefile author: xiey Add module lib to Makefile 1.6 only by Yuanfu. ======= CHANGES on 2008/06/27 ======= file: src/stmas/Makefile author: xiey Add module by Yuanfu Xie. ======= CHANGES on 2008/06/24 ======= file: src/ingest/raob/ingest_sounding.f author: wharton LW set c8_raob_format to 'NIMBUS' if c8_project is 'AFTAC' ======= CHANGES on 2008/06/23 ======= file: src/cloud/Makefile author: albers added 'src/lib/modules' dependency file: src/cloud/README author: albers updated module diagram file: src/cloud/barnes_r5.f file: src/cloud/laps_cloud_sub.f author: albers switched some declarations to allocate statements to optimize memory usage (particularly on the IBM) file: src/cloud/insertsao.f author: albers changed goto statements (125/126) to prevent array out of bounds file: src/deriv/cloud_deriv_subs.f author: albers several SAO/METAR precip type correction routines were made more efficient at filtering valid stations - helpful for large domains such as GLAPS file: src/lib/wind/Makefile author: albers moved 'qcradar.f' from 'src/wind/Makefile' file: src/lib/wind/qcradar.f author: albers brought routine into the wind library to make it more accessible file: src/lib/wind/rdsfc.f author: albers removed unused call to 'read_surface_old' file: src/wind/Makefile author: albers moved 'qcradar.f' to 'src/lib/wind/Makefile' file: src/wind/insert_radar_obs.f author: albers added machine epsilon check to prevent error condition during standard deviation calculation (when stdev = 0.) file: src/wind/qcradar.f author: albers moved this routine to the library to make it more accessible ======= CHANGES on 2008/06/12 ======= file: configure file: configure.in author: albers added -Mbounds to DBFLAGS on Linux when using 'pgf90' file: src/deriv/laps_deriv_sub.f author: albers added more elapsed timing commands file: src/ingest/radar/remap/remap.f file: src/lib/radar/remap_ftn/readdata.f author: albers changed references of 'max_rays' to 'MAX_RAY_TILT' to help with processing mixed resolution radar input file: src/lib/radar/remap_ftn/lut_gen.f author: albers Added flag to read/write LUTS to and from disk (what we've been doing so far) instead of always calculating them dynamically. The latter is a possible future change to shift the computational burden more efficiently from disk I/O to the CPU. ======= CHANGES on 2008/06/06 ======= file: README author: albers improved map projection and radar remapper documentation file: data/static/temp.nl author: albers added 'max_snd_levels' parameter file: etc/window_domain_rt.pl.in author: albers improved logging message file: src/lib/temp/insert_tobs.f author: albers pass through 'max_snd_levels' file: src/lib/temp/puttmpanal.f author: albers pass 'max_snd_levels' variable back from subroutine 'get_temp_parms', then pass down to 'insert_tobs' added 'max_snd_levels' to subroutine 'get_temp_parms' file: src/lib/temp/read_tsnd.f author: albers pass in 'max_snd_levels' file: src/temp/README author: albers updated module diagram ======= CHANGES on 2008/05/30 ======= file: src/include/netcdfio_radar_common.inc author: albers added ngates variables for the NetCDF file file: src/include/remap_dims.inc author: albers increased max gates parameters as some of the radars now come in as super-resolution data file: src/ingest/radar/remap/Makefile author: albers added 'src/lib/modules' to list of libraries file: src/ingest/radar/remap/get_tilt_netcdf.f author: albers modified argument list for 'get_tilt_netcdf_hdr' renamed some variables for clarity improved logging info modified the test regarding the correct number of radials file: src/ingest/radar/remap/netcdfio.f author: albers in subroutine 'radar_init' added call to 'get_tilt_netcdf_hdr' to get array dimensions prior to calling 'get_tilt_netcdf_data'. added functionality to 'get_number_of_gates' routine file: src/ingest/radar/remap/remap.f author: albers declare 'get_number_of_gates' function set 'n_ref_gates' and 'n_vel_gates' dynamically with a call to the 'get_number_of_gates' function use 'n_ref_gates' and 'n_vel_gates' to increment subscript pointers file: src/ingest/radar/remap/remap_process.f author: albers added logging info pertaining to lookup tables file: src/ingest/raob/get_drpsnd_data.f author: albers set a more realistic fall time for dropsondes set stanames to blanks file: src/ingest/raob/ingest_raob_sub.f author: albers added more QC checks (Nans and thresholds) for various height values file: src/ingest/raob/ingest_sounding.f author: albers improved logging info file: src/lib/radar/remap_ftn/ld_ray.f file: src/lib/radar/remap_ftn/lut_gen.f author: albers improved logging information file: src/lib/write_snd.f author: albers added QC checks with corrective action for WMOID and station name ======= CHANGES on 2008/05/29 ======= file: data/static/lapsprep.nl author: oplapb Introduced two new namelist entries hydrometeor_scale_factor_pcp and hydrometeor_scale_factor_cld. Default values are 0.0 and 0.5, respectively. The new entries permit the user to determine whether cloud and precipitation particles are in the initial condition for the mesoscale model. The default setting sets precipitation particle concentrations to 0.0 in the initial condition. cja -- 2008/05/29 file: src/lapsprep/lapsprep.f90 author: oplapb Significant alteration to the hydrometeor_scale parameter. The routine now contains two parameters: hydrometeor_scale_pcp and hydrometeor_scale_cld. hydrometeor_scale_pcp is applied to precipitation particles (rai, sno, pic), whereas hydrometeor_scale_cld is applied to cloud particls (lwc, ice). The values for hydrometeor_scale_* are computed from values set in lapsprep.nl with variables hydrometeor_scale_factor_pcp and hydrometeor_scale_factor_cld. cja -- 2008/05/29 file: src/lapsprep/module_setup.f90 author: oplapb Modifications to read in the new namelist entries hydrometeor_scale_factor_pcp and hydrometeor_scale_factor_cld as needed by the modifications made in lapsprep.f90 to allow the hydrometeor_scale factor to be set differently by the user for precipitation and cloud particles. cja -- 2008/05/29 ======= CHANGES on 2008/05/27 ======= file: README author: albers changed syntax of some email addresses to help avoid spam improved documentation on WSI data ingest file: src/sfc/README author: albers updated module diagram file: src/sfc/laps_sfc.f author: albers set default visibility value to 10 miles (instead of 1 mile) ======= CHANGES on 2008/05/23 ======= file: src/humid/Makefile author: birk Added module lib ======= CHANGES on 2008/05/20 ======= file: data/static/deriv.nl author: albers added 'thresh_cvr_cty_vv' and 'thresh_cvr_lwc' to give greater user control over cloud analysis derived fields file: data/static/nest7grid.parms author: albers removed obsolete parameters 'path_to_wsi_2d_radar' and 'path_to_wsi_3d_radar'. Added comment about 'c_raddat_type'. file: src/deriv/Makefile author: albers added 'src/lib/modules' to library link list file: src/deriv/laps_deriv.f author: albers read in 'thresh_cvr_cty_vv' and 'thresh_cvr_lwc' parameters to give greater user control over cloud analysis derived fields file: src/deriv/laps_deriv_sub.f author: albers pass through 'thresh_cvr_cty_vv' and 'thresh_cvr_lwc' parameters to give greater user control over cloud analysis derived fields file: src/lapsplot/ccpfil.f author: albers increased number of colors in 'spectral' color table, e.g. for U, V, or WINDSPD X-sects file: src/lapsplot/hsect.f author: albers set default value of 'scale' only for non-difference plots temporary fix for 'FSF/LWO' units to resolve inconsistency file: src/lapsplot/plotobs.f author: albers updated color scheme for upper air temperature obs to make it more informative file: src/lib/get_cloud_deriv.f author: albers pass in and utilize 'thresh_cvr_cty_vv' and 'thresh_cvr_lwc' parameters to give greater user control over cloud analysis derived fields file: src/lib/laps_io.f author: albers slight modification to print statement about compressed radar data ======= CHANGES on 2008/05/16 ======= file: etc/sched.pl.in author: xiey Add laps2grib for STMAS analysis by Yuanfu. file: src/laps2grib/module_laps2grib_config.f90 author: xiey Fix a bug from tagn to tang for grid_type by Yuanfu Xie. ======= CHANGES on 2008/05/15 ======= file: data/cdl/ctp.cdl file: data/cdl/fsf.cdl file: data/cdl/fua.cdl file: data/cdl/l1s.cdl file: data/cdl/lc3.cdl file: data/cdl/lcb.cdl file: data/cdl/lco.cdl file: data/cdl/lcp.cdl file: data/cdl/lct.cdl file: data/cdl/lcv.cdl file: data/cdl/lf1.cdl file: data/cdl/lfr.cdl file: data/cdl/lga.cdl file: data/cdl/lgb.cdl file: data/cdl/lh3.cdl file: data/cdl/lh4.cdl file: data/cdl/lhe.cdl file: data/cdl/lil.cdl file: data/cdl/liw.cdl file: data/cdl/lm1.cdl file: data/cdl/lm2.cdl file: data/cdl/lmd.cdl file: data/cdl/lmr.cdl file: data/cdl/lmt.cdl file: data/cdl/ln3.cdl file: data/cdl/lps.cdl file: data/cdl/lq3.cdl file: data/cdl/lrp.cdl file: data/cdl/lsr.cdl file: data/cdl/lst.cdl file: data/cdl/lsx.cdl file: data/cdl/lt1.cdl file: data/cdl/lty.cdl file: data/cdl/lvd.cdl file: data/cdl/lw3.cdl file: data/cdl/lwc.cdl file: data/cdl/lwm.cdl file: data/cdl/nest7grid.cdl file: data/cdl/pbl.cdl file: data/cdl/ram.cdl file: data/cdl/rsf.cdl file: data/cdl/v00.cdl file: data/cdl/vrc.cdl file: data/cdl/vrz.cdl file: data/cdl/wrfsi.cdl author: wharton LW changed units on Dx and Dy from kilometers to meters to match units in nest7grid.parms file: data/cdl/lsx_mesowave.cdl author: xiey Change the units for Dx and Dy to meters. ======= CHANGES on 2008/05/13 ======= file: src/lapsprep/module_lapsprep_wrf.f90 author: canderso Update the output name for the terrain field from HGT to SOILHGT. ======= CHANGES on 2008/05/09 ======= file: data/static/wind.nl author: albers added 'stdev_thresh_radial', 'r0_barnes_max_m', and 'brns_conv_rate_wind' parameters file: src/accum/precip_barnes_jacket.f file: src/sfc/barnes_multivariate_sfc.f author: albers Pass 'r0_barnes_max_m' and 'barnes_conv_rate' into 'barnes_multivariate' to give greater user control over the barnes analysis. Removed no longer used variable 'weight_bkg_const' from call to 'barnes_multivariate'. file: src/ingest/raob/Makefile author: albers added modules library file: src/ingest/raob/README author: albers updated module diagram file: src/ingest/raob/get_poes_data.f author: albers fill new station name array for SND file file: src/lib/barnes_multivariate.f author: albers Pass in 'r0_barnes_max_m' and 'barnes_conv_rate' to give greater user control over the barnes analysis. Removed no longer used variable 'weight_bkg_const_dum' from argument list. file: src/lib/modules/mem_namelist.f90 author: albers added 'stdev_thresh_radial', 'r0_barnes_max_m', and 'brns_conv_rate_wind' parameters file: src/lib/temp/insert_tobs.f author: albers Pass 'r0_barnes_max_m' and 'barnes_conv_rate' into 'barnes_multivariate' to give greater user control over the barnes analysis. Removed no longer used variable 'weight_bkg_const' from call to 'barnes_multivariate'. add 'POESSND', 'DROPSND', and 'TOWER' obs types for tracking file: src/sfc/Makefile file: src/temp/Makefile author: albers added 'src/lib/modules' library file: src/wind/insert_radar_obs.f author: albers added 'stdev_thresh_radial' parameter file: src/wind/main_sub.F author: albers Pass through 'r0_barnes_max_m' and 'brns_conv_rate_wind' to give greater user control over the barnes analysis. file: src/wind/windanal.f author: albers Pass through 'r0_barnes_max_m' and 'brns_conv_rate_wind' to give greater user control over the barnes analysis. Removed no longer used variable 'weight_bkg_const' from call to 'barnes_multivariate'. ======= CHANGES on 2008/05/08 ======= file: src/lib/satellite/gen_lut_gvar.f author: smart removed call to "compute_sat_res_m" as this seemed scketchy. Put in sat_res_m obtained directly from netCDF file. ======= CHANGES on 2008/05/05 ======= file: README author: albers improved documentation on test data case file: configure author: albers added 'nph-laps.cgi' and 'laps.cgi', as well as 'gfs_grib2netcdf.csh' that had been edited previously file: configure.in author: albers added 'nph-laps.cgi.in' and 'laps.cgi.in' file: data/static/www/lapsplot.hah author: albers updated soil moisture lapsplot inputs for pre-generated image file: etc/laps_input_from_archive.pl.in author: albers rearranged and clarifed data entries file: etc/send_lapsprep.pl author: wharton LW added .pl file to repository in error...removed 5/5/08 file: etc/send_lapsprep.pl.in author: wharton CJA Added option to send WPS LAPS initialization. file: etc/temp.pl.in author: albers added POESSND and GOES11 data types ======= CHANGES on 2008/04/30 ======= file: etc/send_lapsprep.pl author: canderso Initial commit to CVS. file: src/lapsprep/lapsprep.f90 file: src/lapsprep/module_lapsprep_wrf.f90 author: canderso Modified lapsprep.f90 and modules_lapsprep_wrf.f90 to permit initialization with WPS. In lapsprep.f90, the modifications can be found by searching for wps. In module_lapsprep_wrf.f90, the modifications can be found by searching for metgrid. ======= CHANGES on 2008/04/29 ======= file: src/ingest/obs_convert/LAPS_Ingest.f90 author: xiey Temporarily turn off call of qc_radar_laps by Yuanfu. ======= CHANGES on 2008/04/28 ======= file: data/static/wind.nl author: albers added 'thresh_25_radarobs_lvl_unfltrd' and modified existing parameter 'thresh_9_radarobs_lvl_unfltrd' file: src/ingest/obs_convert/Makefile author: xiey Remove wind/libwind.a from Makefile by Yuanfu. file: src/wind/insert_radar_obs.f author: albers added use statement to access namelist parameters (with only clause) file: src/wind/windanal.f author: albers no longer passes through namelist parameters to subroutine 'insert_derived_radar_obs' since we now have a use statement there ======= CHANGES on 2008/04/23 ======= file: etc/www/nph-laps.cgi.in author: albers added observation size parameter support file: src/ingest/obs_convert/LAPS_Config.f90 author: xiey Remove write statements for model backgrounds by Yuanfu. file: src/ingest/obs_convert/LAPS_Ingest.f90 author: xiey Add cloud drift wind analysis and remove locally defined radar time interval. file: src/ingest/obs_convert/LAPS_Params.f90 author: xiey Add a parameter for radar time interval by Yuanfu. file: src/ingest/obs_convert/Makefile author: xiey Add wind library from src/wind/ by Yuanfu. file: src/lapsplot/hsect.f author: albers added support for wind speed difference plots file: src/lapsplot/lapsplot_sub.f author: albers improved comments file: src/lapsplot/xsect.f author: albers added a "density" setting for X-section wind barb plots default size of wind barbs on the screen will have a more constant appearance across a wide range of domain sizes call 'stretch2' instead of 'stretch' to improve cross-sections file: src/lib/modules/mem_namelist.f90 author: albers added 'thresh_25_radarobs_lvl_unfltrd' wind parameter file: src/lib/satellite/gen_lut_gvar.f author: oplapb Modified grid spacing calculation and changed to "get_grid_spacing_actual_xy" so that we can use non-conformal "lat-lon" grid file: src/wind/insert_radar_obs.f author: albers added 'thresh_25_radarobs_lvl_unfltrd' parameter added preliminary standard deviation calculation file: src/wind/main.f author: albers use 'istat_wind' variable to control writing of wind output file: src/wind/main_sub.F author: albers added 'istat_wind' variable to pass back signal to write output only with normal completion of wind analysis added 'thresh_25_radarobs_lvl_unfltrd' parameter file: src/wind/windanal.f author: albers added 'thresh_25_radarobs_lvl_unfltrd' parameter ======= CHANGES on 2008/04/22 ======= file: data/static/satellite_lvd.nl author: oplapb Enable both GOES 11 and 12 ======= CHANGES on 2008/04/21 ======= file: data/static/background.nl author: oplapb Changing to RUC 13km, 20km resolution. file: data/static/obs_driver.nl author: albers updated comment about 'local_obs_thresh' file: data/static/snd.nl author: albers turned on the use of NIMBUS Dropsonde and MADIS POES soundings for the default settings file: src/ingest/sao/Makefile author: albers added 'src/lib/modules' file: src/ingest/sao/obs_driver.f author: albers modified 'local_obs_thresh' so that within MADIS it applies only to the 'mesonet' data and not to the 'urbanet' file: src/lib/read_namelist.f author: albers obsolete routine 'get_wind_parms' turned into a stub that has a simple error message ======= CHANGES on 2008/04/14 ======= file: data/static/wind.nl author: albers increase sub-sampling to help analysis run faster on high resolution domains increase 'max_wind_obs' to 110000 file: etc/laps_input_from_archive.pl.in author: albers added MADIS cloud drift winds and POES data file: src/balance/qbalpe.f author: jankov *** empty log message *** file: src/ingest/obs_convert/LAPS_Ingest.f90 author: xiey Declare RADARS_TIMETOL as radar data time interval by Yuanfu. ======= CHANGES on 2008/04/13 ======= file: src/soil/soil_in5.f file: src/soil/laps/src/soil/soil_in5.f author: oplapb Corrected two items: 1. set soiltype = 5 in the event that no soil type info exists in static file (ie., missing_data value returned from read_laps_static). Required call to "get_r_missing_data". 2. Reconstructed "if test" for mapping 16 categories to 6 categories since the first try was garbage (fortunately the 1st try never made the repository). JRS. ======= CHANGES on 2008/04/11 ======= file: src/ingest/obs_convert/LAPS_Ingest.f90 author: xiey Add a checker for number of cloud wind data read in by Yuanfu Xie. ======= CHANGES on 2008/04/10 ======= file: README author: albers modified contact info for several programs file: data/static/cloud_drift.nl author: albers switch to MADIS for cloud drift winds (1hr & 3hr data is the default) file: src/accum/Makefile author: albers added 'lib/modules' libraries file: src/accum/README author: albers updated module diagram file: src/accum/get_precip_accum.f file: src/accum/precip_barnes_jacket.f author: albers generalized for various cycle times and gauge accumulation periods file: src/ingest/satellite/cloud_drift/Makefile author: albers added 'src/lib/modules' file: src/ingest/satellite/cloud_drift/ingest_cloud_drift.f author: albers corrected 'c_filespec' for MADIS case ======= CHANGES on 2008/04/08 ======= file: data/static/lapsplot.nl author: albers added 'l_low_fill' and 'l_high_fill' to namelist file: data/static/nest7grid.parms author: albers added comment about withholding radar data from accumulation analysis file: data/static/www/lapsplot.h5b file: data/static/www/lapsplot.liw file: data/static/www/lapsplot.p01 file: data/static/www/lapsplot.pbl file: data/static/www/lapsplot.rh file: data/static/www/lapsplot.sto file: data/static/www/lapsplot.tt file: data/static/www/lapsplot.wd0 author: albers added 'obs_size' parameter to list of input entries file: src/include/lapsplot.inc author: albers added 'l_low_fill' and 'l_high_fill' to namelist_parms added 'obs_size' to plot_parms file: src/lapsplot/Makefile author: albers added 'lib/modules' file: src/lapsplot/ccpfil.f author: albers use dark gray for colorbar divisions instead of black file: src/lapsplot/drawctymap.f author: albers read 'l_low_fill' and 'l_high_fill' from namelist file: src/lapsplot/hsect.f author: albers utilize 'l_low_fill' and 'l_high_fill' from namelist file: src/lapsplot/lapsplot_sub.f author: albers added read for 'plot_parms%obs_size' file: src/lapsplot/plot_contour.f author: albers utilize color #25 for dark gray file: src/lapsplot/plotobs.f author: albers switch to keying off of new 'obs_size' parameter file: src/lapsplot/xsect.f author: albers utilize 'l_low_fill' and 'l_high_fill' from namelist skip read of HT field if vertical fill is turned off (vxx plots) file: src/lib/get_static_info.f author: albers moved include of 'lapsparms.cmn' to top of declaration section file: src/lib/lapsgrid.f author: albers moved include of 'lapsparms.cmn' to top of declaration section in one of the subroutines file: src/lib/modules/mem_namelist.f90 author: albers commented out declarations of the few global variables that are independent of namelists to help consolidate code elsewhere (in the short term) temporarily removed sections for the background, obs_driver, and SND, since these wouldn't be in the near term plans for a single executable ======= CHANGES on 2008/04/02 ======= file: src/lib/bgdata/bkgd_util.f author: mccaslin Changed the order of variable declarations. ======= CHANGES on 2008/04/01 ======= file: README author: albers added comments about reduced surface pressure file: data/static/nest7grid.parms author: albers default number of levels is now 41 added 'iwrite_output' parameter with a default value of 1 file: etc/www/followup_ncarg.sh author: albers increased size of GLAPS graphics by about 1.4x in each dimension file: etc/www/laps.cgi.in file: etc/www/nph-laps.cgi.in author: albers added @prefix@ hooks so it runs better with 'configure' updated latest fields from our web server version file: src/wind/qcradar.f author: albers set 'istatus' variable in all cases ======= CHANGES on 2008/03/21 ======= file: data/static/lapsplot.nl author: albers added 'icol_barbs' parameter to help control whether wind barbs are plotted in color or in black file: src/ingest/sao/get_local_obs.f author: albers now uses MADIS QC flags for pressure variables (MSLP, altimeter, and station pressure) added QC check for 'B' MADIS QC descriptor so we in effect check the subjective station reject list file: src/ingest/sao/obs_driver.f author: albers added information about surface pressure observations including the mean elevation of reported measurements to help in setting reduced pressure level file: src/lapsplot/ccpfil.f author: albers increased 'tpw' colortable to use 79 colors file: src/lapsplot/drawctymap.f author: albers added some place holders for future RANGS data use added support of namelist parameter to control wind barb color file: src/lapsplot/hsect.f author: albers pass 'grid_spacing_m' and 'plot_parms' into subroutine 'plot_obs' file: src/lapsplot/lapsplot_sub.f author: albers added support of namelist parameter to control wind barb color file: src/lapsplot/plotobs.f author: albers pass in 'grid_spacing' and 'plot_parms' for flexibility with obs plot size modified the equation for upper air obs plot size to work better with large domains ======= CHANGES on 2008/03/18 ======= file: src/include/main_sub.inc author: xiey Change the comment lines from c to ! by Yuanfu for Fortran 90 code uses. ======= CHANGES on 2008/03/14 ======= file: configure file: configure.in author: mccaslin Removed -DBIT64 for W3 as it wasn't a good idea to use it in the first place. file: data/static/surface_analysis.nl author: albers added further comments about setting the reduced pressure level file: etc/laps_input_from_archive.pl.in author: albers added entry for dropsonde data cleaned up previous typo file: etc/sched.pl.in author: albers new -E command line option that can select executable sets such as the WNI combination or running LGA only file: src/ingest/satellite/cloud_drift/cloud_drift_sub.f author: albers added support for new ASCII format we see with newer satellites such as GOES11 (and GOES12) added support for water vapor (WV) based measurements file: src/sfc/laps_sfc.f author: albers added stats for terrain data to assist in reduced pressure level selection file: src/wind/insert_radar_obs.f file: src/wind/main_sub.F author: albers use allocate statements for the largest wind-radar arrays to help avoid using the more limited stack with 'xlf' ======= CHANGES on 2008/03/12 ======= file: etc/gfs_grib2netcdf.csh.in author: jankov csh script to convert GFS data from GRIB to netCDF ======= CHANGES on 2008/03/07 ======= file: src/include/lapsparms.cmn file: src/lib/modules/mem_namelist.f90 author: albers added new 'iwrite_output' parameter and removed 'maxstations' that isn't currently being used file: src/lapsplot/hsect.f author: albers added lag time parameter and this will allow reading data up to 3 hours old without specifying a time added test for missing model RH data file: src/lapsplot/plotwindob.f author: albers new geometric formulation for wind barb thickness correction for spherical projection (when converted from lat/lon) file: src/lib/lapsgrid.f author: albers added 'iwrite_output' to global parameter namelist statement ======= CHANGES on 2008/03/04 ======= file: src/stmas/input_bg_and_obs.f90 author: xiey Remove integer*4 by Yuanfu. ======= CHANGES on 2008/03/03 ======= file: src/stmas/post_stmas.f90 author: xiey Skip temperature conversion by using goto statement by Yuanfu. ======= CHANGES on 2008/02/28 ======= file: src/ingest/raob/Makefile author: albers added get_drpsnd_data.f file: src/ingest/raob/README author: albers updated module diagram file: src/ingest/raob/get_drpsnd_data.f author: albers new routines to read NIMBUS format dropsonde data note that a dummy 'staelev' value of -999. is passed into subroutine 'sort_and_write' pass 'c8_obstype' variable into 'sort_and_write' file: src/ingest/raob/ingest_drpsnd.f author: albers added call to experimental 'get_drpsnd_data' (NIMBUS) routine file: src/ingest/raob/ingest_drpsnd_sub_cwb.f author: albers added dummy values for a new 'staelev' array file: src/ingest/raob/ingest_raob_sub.f author: albers pass 'c8_obstype' variable into 'sort_and_write' initialize 'maxlvl' variable file: src/ingest/raob/ingest_sounding.f author: albers added NIMBUS support for call to 'ingest_drpsnd' file: src/stmas/README author: albers new routine summary about STMAS3D ======= CHANGES on 2008/02/27 ======= file: src/grid/gridgen_utils.f file: src/grid/put_laps_static.f author: smart Replace "real*4" with "real" floating declarations file: src/include/ingest_rrv_common.inc author: oplapb Replaced real*4 with real file: src/include/satellite_common_lvd.inc author: oplapb Replaced real*4 declarations with real. file: src/include/soilm.inc author: oplapb Replaced real*4 with real declarations. Straightened out the alignment for asthetics. file: src/ingest/radar/wsiremap/ln3/checkradardata.f file: src/ingest/radar/wsiremap/ln3/ln3_driver.f file: src/ingest/radar/wsiremap/ln3/nexradwsi2laps.f file: src/lib/radar/wsi_ingest/genllijlut.f author: oplapb Replaced integer*4/real*4 declarations with integer/real file: src/ingest/radar/wsiremap/vrc/nowradwsi2laps.f file: src/ingest/radar/wsiremap/vrc/procnowradZ.f file: src/ingest/radar/wsiremap/vrc/vrc_driver.f author: oplapb Replace integer*4/real*4 declarations with integer/real file: src/ingest/satellite/lvd/lvd_sat_ingest.f file: src/ingest/satellite/lvd/satir2laps.f file: src/ingest/satellite/lvd/satvis2laps.f file: src/ingest/satellite/lvd/satvis_process.f file: src/ingest/satellite/lvd/table/compute_rirj.f file: src/ingest/satellite/lvd/table/gen_lut_ascii.f author: oplapb Some clean up (indentations particularly) in lvd_sat_ingest.f Added section to average grid points for domain mapping when input data covers less than 10% of domain. Replaced integer*4/real*4 declarations with integer/real. file: src/ingest/satellite/lvd/table/get_ascii_dimensions.f file: src/ingest/satellite/lvd/table/read_ascii_satdat.f file: src/ingest/satellite/sounding/gen_gvrsndr_lut_lsr.f file: src/ingest/satellite/sounding/lsr_driver.f file: src/ingest/satellite/sounding/read_sounding_db_cdf.f file: src/ingest/satellite/sounding/satsndr2laps.f file: src/ingest/satellite/sounding/set_missing_sndr.f file: src/ingest/satellite/sounding/write_lsr.f author: oplapb Replaced integer*4/real*4 with integer/real declarations file: src/lib/bgdata/lapsio.f author: mccaslin Removed reference to integer *4. file: src/lib/degrib/gribcode.F90 author: mccaslin Made ifdef statement more standardized. file: src/stmas/main.f90 author: xiey Use LAPS output to replace test output by Yuanfu. file: src/stmas/output_analysis.f90 author: xiey Delete an unused goto (for test) statement by Yuanfu. file: src/stmas/post_stmas.f90 author: xiey Skip a kelvin conversion for output t3 in kelvin by Yuanfu. file: src/verif/point/gen_verif_prof.f file: src/verif/point/gen_verif_prof_sub.f file: src/verif/point/gen_verif_raob.f file: src/verif/point/gen_verif_raob_sub.f file: src/verif/point/get_prof_pairs.f file: src/verif/point/get_raob_data_a.f file: src/verif/point/get_raob_pairs.f file: src/verif/point/raob_subs.f author: oplapb Replaced real*4/integer*4 declarations with real/integer. ======= CHANGES on 2008/02/26 ======= file: src/ingest/obs_convert/Makefile author: xiey Add module library to this Makefile by Yuanfu. file: src/stmas/main.f90 author: xiey Activate the LAPS outputs by Yuanfu. file: src/stmas/output_analysis.f90 author: xiey Fixed bugs for call wind_post_process by Yuanfu. ======= CHANGES on 2008/02/25 ======= file: src/ingest/obs_convert/BUFR_Convrt.f90 file: src/ingest/obs_convert/BUFR_Convrt.f90 file: src/var/GSI_noaa1d2bufr.f90 author: xiey Remove integer*4 declarations by Yuanfu. file: src/ingest/obs_convert/LAPS_Config.f90 author: xiey Use a new wind parameter scheme by Yuanfu. file: src/ingest/obs_convert/LAPS_Ingest.f90 file: src/ingest/obs_convert/WRFD_Convrt.f90 author: xiey Remove integer*4 and real*4 declarations by Yuanfu. file: src/ingest/obs_convert/LAPS_Params.f90 author: xiey Remove integer*4 and real*4 declarations and use a new wind parameter scheme by Yuanfu file: src/mesowave/recurs_iter/ConfigLaps.f90 file: src/mesowave/recurs_iter/WriteAnalysis.f90 author: xiey Remove real*4 declarations by Yuanfu. file: src/mesowave/recurs_iter/lso_reader_meso.f author: xiey Remove an integer*4 declaration by Yuanfu. ======= CHANGES on 2008/02/22 ======= file: etc/sched.pl.in author: xiey Change GSI and STMAS3D submission by Yuanfu. ======= CHANGES on 2008/02/21 ======= file: README author: mccaslin Included description for using Grib-formatted data, including acquiring this data from NCEP. Discussion of STMAS3D also appears in this README file. file: configure author: mccaslin Fix for ifort compiler as used on a GSD x86_64 machine. file: configure.in author: mccaslin Many small changes for setting flags relevant to building Grib2 libs correctly. file: data/cdl/lgb.cdl author: mccaslin Units change for pcp and rsf. file: data/static/Variable_Tables/Vtable.FIM file: data/static/Variable_Tables/Vtable.GFS file: data/static/Variable_Tables/Vtable.NAM file: data/static/Variable_Tables/Vtable.RUC author: mccaslin Added Vtable.FIM and minor edits to the other Vtables. file: data/static/background.nl author: mccaslin Updated documentation for the GRIB models that can be read. file: src/lib/bgdata/lga_driver.f file: src/lib/bgdata/lga_interp_subs.f file: src/lib/bgdata/readbgdata.f file: src/lib/bgdata/writelgalgb.f author: mccaslin Precip at surface, ACPC (k/m^2), was added to these four routines. file: src/lib/degrib/output.F90 file: src/lib/degrib/readgrib.F90 author: mccaslin Precip at surface, ACPC (k/m^2), was added to these two routines. ======= CHANGES on 2008/02/20 ======= file: data/static/sat_sounder.nl author: oplapb Updated lsr input to process goes11 (primary) and goes12 (secondary) satellite radiance data. file: data/static/satellite_lvd.nl author: oplapb removed goes12 processing since there is no data in /public until further notice. Only processing goes11. ======= CHANGES on 2008/02/19 ======= file: src/var/LAPS_Conf.f90 author: xiey Remove a print statement and if statment for a new LAPS parameter scheme by YUANFU ======= CHANGES on 2008/02/15 ======= file: etc/laps_input_from_archive.pl.in author: oplapb The script has been further improve to unzip and untar ruc files before conversion to NetCDF file: src/lib/bgdata/bkgd_util.f author: mccaslin Calculate wind rotation angles for new GRIB-formatted data. file: src/lib/degrib/Makefile author: mccaslin Needed to make changed if not definded USECPP, for compilers like pgf90. file: src/lib/g2lib/Makefile author: mccaslin Needed to make a change if not CPP, then set FLAGS for a compiler like pgf90. ======= CHANGES on 2008/02/14 ======= file: aclocal.m4 author: mccaslin Made improvements to AC_PROG_GRIB2. file: configure author: mccaslin Made changes for the flags to W3 for AIX, LINUX and others. file: src/background/lga.f author: mccaslin Added reference to bgmodel =12 and 13. file: src/lib/bgdata/get_bkgd_mdl_info.f author: mccaslin Increased argument list to degrib_nav. file: src/lib/bgdata/lga_driver.f author: mccaslin Edited print statements to be more accurate. file: src/lib/covar/covmat_humid.f file: src/lib/covar/horcov.f file: src/lib/covar/readnet_nam.f file: src/lib/covar/vertcov.f author: wharton LW commit of integer*4 to integer and real*4 to real...NOT TESTED! file: src/lib/degrib/parse_table.F90 author: mccaslin Need to initialize 'table' variables to null. file: src/lib/degrib/readgrib.F90 author: mccaslin Made changes in the number of called arguments, the call to parse_table, and the call to determine the grib edition number. ======= CHANGES on 2008/02/12 ======= file: src/humid/lq3_driver1a.f author: birk Cleaned up comments lines after AFTEC code changes ======= CHANGES on 2008/02/11 ======= file: data/cdl/lgb.cdl author: mccaslin Corrected reference to pcp "long_name". file: src/var/Makefile author: xiey Remove additional library definitions by Yuanfu. ======= CHANGES on 2008/02/08 ======= file: data/static/Variable_Tables/Vtable.RUC author: mccaslin PMSL id is 129, not 2. file: etc/lq3driver.pl.in author: albers added GVAP records item file: src/compare/compare.f author: albers set real*4 / integer*4 to real/integer respectively file: src/humid/lq3_driver1a.f author: birk Inserted additional ATMET mods for variable protection in calling routine. (variables intended only as input are guaranteed not to be changed by called subroutine, in this case, this code.) file: src/humid/lq3driver.f author: birk Added ATMET changes to put namelist parameters outside of subroutine. Namelist vairables added to parameter list in subroutine call. file: src/ingest/radar/remap/plot/get_wideband_netcdf.f author: albers set integer*4 declarations to integer file: src/ingest/radar/remap/plot/pl_wideband.f author: albers set real*4 declarations to real file: src/lib/bgdata/read_sbn_grids.f file: src/lib/bgdata/sfcbkgd_sfc.f author: mccaslin Removed reference to real*4 and just use real. file: src/lib/radar_to_latlon.f author: albers added QC check and this paradoxically helps it to run better on some 64-bit machines ======= CHANGES on 2008/02/07 ======= file: src/background/lga.f author: mccaslin Deleted reference to real*4. file: src/lib/bgdata/bkgd_stn_interp.f file: src/lib/bgdata/bkgd_util.f file: src/lib/bgdata/lapsio.f file: src/lib/bgdata/lga_driver.f file: src/lib/bgdata/lga_interp_subs.f file: src/lib/bgdata/lprep_eta_conusc.f file: src/lib/bgdata/read_unidata_grids.f file: src/lib/bgdata/readbgdata.f file: src/lib/bgdata/readconusnws.f file: src/lib/bgdata/readdgprep.f file: src/lib/bgdata/readnogaps.f file: src/lib/bgdata/readruc60native.f file: src/lib/bgdata/sfcbkgd.f file: src/lib/bgdata/tcbogus.f file: src/lib/bgdata/writelgalgb.f author: mccaslin Removed reference to real*4 and just used real. file: src/lib/degrib/Makefile author: mccaslin Need the EXTMODS for the debug library version. file: src/soil/calc_evap.f file: src/soil/lsm_qc.f file: src/soil/readcsc.f file: src/soil/soil_in5.f file: src/soil/soilmoisture5.f file: src/soil/laps/src/soil/calc_evap.f file: src/soil/laps/src/soil/lsm_qc.f file: src/soil/laps/src/soil/readcsc.f file: src/soil/laps/src/soil/soil_in5.f file: src/soil/laps/src/soil/soilmoisture5.f author: oplapb removed star fours ======= CHANGES on 2008/02/06 ======= file: data/cdl/lgb.cdl author: mccaslin *** empty log message *** file: src/humid/lq3driver.f author: birk Corrected error in definition of extension definitions overlooked for atmet mods ======= CHANGES on 2008/02/04 ======= file: src/ingest/sfc_qc/write_tools.f author: tollerud 2008/2/4 Ed Tollerud integer*4 and real*4 to integer and real in write_tools.f ======= CHANGES on 2008/01/30 ======= file: etc/laps_input_from_archive.pl.in author: jankov 1. GFS has been added as a background option. 2. Paths to satellite data have been made more flexible depending on the choice of satellite. file: src/include/satdata_lvd.for author: smart Adjusted visible stretch calibration for goes11 (satellite #7 in this file) to 364.0 from previous value of 305.0. Comparison to goes12 visible albedo performed and results quite favorable. file: src/ingest/satellite/lvd/Process_SDHS_GVAR_sub.f file: src/ingest/satellite/lvd/compute_gvarimg_res.f file: src/ingest/satellite/lvd/lvd_driver_sub.f file: src/ingest/satellite/lvd/read_ascii_satdat.f file: src/ingest/satellite/lvd/read_gwc_satdat.f file: src/ingest/satellite/lvd/readsatdat.f file: src/ingest/satellite/lvd/satdatfill.f file: src/ingest/satellite/lvd/satfill1.f file: src/ingest/satellite/lvd/setmissingflag.f author: smart Modified all real*4 and integer*4 declarations to real and integer. ======= CHANGES on 2008/01/29 ======= file: src/humid/lq3_driver1a.f file: src/humid/lq3driver.f author: birk ATMET changes to allow control of writing output files inside of subroutine. ======= CHANGES on 2008/01/28 ======= file: src/humid/lq3_driver1a.f file: src/humid/lq3driver.f file: src/humid/lsin.f author: birk ATMET modifications to pass state variables through parameter list. file: src/var/GSI_BkObs.f90 author: xiey Add declarations for filename and namelen by Yuanfu. file: src/var/GSI_Post.f90 author: xiey Correct a mistake for not having call to get_directory routine by Yuanfu. file: src/var/GSI_Prep.f90 author: xiey Activiate Shiow-ming's radar conversion code by Yuanfu. file: src/var/LAPS_Conf.f90 author: xiey Change i4time.txt output path to log and activiate read_namelist_laps call. file: src/var/wrfbkgout.f90 author: xiey Correct a mistake on a comment line by Yuanfu (was #; now !). ======= CHANGES on 2008/01/25 ======= file: src/lib/modules/mem_namelist.f90 author: albers change namelist read routine name to 'read_namelist_laps' as this is more of a unique name file: src/lib/modules/mem_wind.f90 author: albers updated from Craig Tremback file: src/wind/README author: albers updated module diagram file: src/wind/main.f author: albers further changes from Craig Tremback to use 'mem_wind' while helping to save memory with respect to the 'wanl' array change namelist read routine name to 'read_namelist_laps' as this is more of a unique name added definitions of N_3D_FIELDS, var_3D, and EXT file: src/wind/main_sub.F author: albers further changes from Craig Tremback to use 'mem_wind' while helping to save memory with respect to the 'wanl' array ======= CHANGES on 2008/01/24 ======= file: src/var/GSI_BkObs.f90 author: xiey Use log directory for writing variables for post-processing by Yuanfu. file: src/var/GSI_Post.f90 author: xiey Use log directory for writing i4time.txt file by Yuanfu. file: src/var/wrfbkgout.f90 author: xiey Use log directory for writing wrf_inout.nc file by Yuanfu. ======= CHANGES on 2008/01/23 ======= file: src/balance/Makefile author: mccaslin When libmodules.a is listed after libdegrib.a then the codes builds on successfully with a -Bstatic flag on a particular machine. file: src/mesowave/stmas_mg/PrePostPrc.f90 author: xiey Add a safeguard so that lsx outputs right time frame. By Yuanfu ======= CHANGES on 2008/01/22 ======= file: src/balance/Makefile author: mccaslin Now need libmodules.a for calculating diagonal lat/lon pairs for lga code. file: src/lib/degrib/readgrib.F90 author: mccaslin For nor, 42 levels are too great. ======= CHANGES on 2008/01/19 ======= file: data/static/Variable_Tables/Vtable.ECMWF file: data/static/Variable_Tables/Vtable.GFS file: data/static/Variable_Tables/Vtable.NAM file: data/static/Variable_Tables/Vtable.RUC author: mccaslin Additional variable tables for use to decode NAM, RUC and ECMWF. APCP moisture variable added to Vtable.GFS. file: src/lib/bgdata/get_bkgd_mdl_info.f author: mccaslin Added sw and ne lat and lon pairs to the degrib_nav call. file: src/lib/bgdata/readbgdata.f author: mccaslin Small change to a print statement. file: src/lib/degrib/Makefile author: mccaslin Needed a new library to calc diagonal lat/lon corner pairs. file: src/lib/degrib/debug_cio.c author: mccaslin Added correct ifdef definition flag. file: src/lib/degrib/gribcode.F90 author: mccaslin Write errors to stdout. file: src/lib/degrib/gridinfo.F90 author: mccaslin Needed two additional data structures. file: src/lib/degrib/output.F90 author: mccaslin Added a record for field GEOPT. file: src/lib/degrib/parse_table.F90 file: src/lib/degrib/rrpr.F90 author: mccaslin Wanted less print statements. file: src/lib/degrib/rd_grib2.F90 author: mccaslin Wanted less print statements and two more values, namely lat2 and lon2. file: src/lib/degrib/readgrib.F90 author: mccaslin Added ability to calculate upper right lat/lon pairs, called ne. ======= CHANGES on 2008/01/18 ======= file: data/static/satellite_lvd.nl author: holub Added goes11 file: etc/sched.pl.in author: xiey Add obs_convert to GSI and STMAS analysis and also add STMAS3D option by Yuanfu. file: src/stmas/Makefile author: xiey Change the executable to STMAS3D.exe from ANALYSIS.exe by Yuanfu. ======= CHANGES on 2008/01/17 ======= file: src/lib/read_namelist.f author: holub replaced regclip with regClip ======= CHANGES on 2008/01/16 ======= file: src/stmas/Makefile author: xiey Remove flag option: -bnoquiet from stmas local Makefile. ======= CHANGES on 2008/01/15 ======= file: src/var/LAPS_Conf.f90 author: xiey Temporarily change the call of read_namelist_laps to read_namelists requested Steve A. ======= CHANGES on 2008/01/11 ======= file: src/var/GSI_Prep.f90 author: xiey Temporarily disable satellite conversion by Yuanfu. file: src/var/GSI_radarbufr.f90 author: xiey Remove a *4 integer declaration by Yuanfu. ======= CHANGES on 2008/01/10 ======= file: src/lib/degrib/rd_grib1.F90 author: mccaslin Set grid nagivation params only once per file. file: src/lib/degrib/readgrib.F90 author: mccaslin Set max nz=42 for now. file: src/var/LAPS_Conf.f90 file: src/var/LAPS_Obsv.f90 author: xiey Use the new wind parameters by Yuanfu. file: src/var/LAPS_Memo.f90 author: xiey Use the new wind parameter modules by Yuanfu. file: src/var/LAPS_Parm.f90 author: xiey Remove variables used by the new wind modules by Yuanfu. file: src/var/Makefile author: xiey Add src/lib/modules/libmodules to use the new wind parameters by Yuanfu. file: src/var/wrfbkgout.f90 author: xiey Fix bounds for PH variable. ======= CHANGES on 2008/01/09 ======= file: src/lib/degrib/output.F90 file: src/lib/degrib/readgrib.F90 author: mccaslin Software declarations without real*4 references. file: src/lib/w3lib/w3fi63.f author: mccaslin Removed references to *4. file: src/mesowave/stmas_mg/Definition.f90 file: src/mesowave/stmas_mg/LAPSDatSrc.f90 file: src/var/GSI_BkObs.f90 file: src/var/GSI_Post.f90 file: src/var/Interpolation.f90 file: src/var/LAPSMassConverter.f90 file: src/var/LAPS_Bkgd.f90 file: src/var/LAPS_Conf.f90 file: src/var/LAPS_Obsv.f90 file: src/var/LAPS_Parm.f90 file: src/var/StaggerConverter.f90 file: src/var/StaggerXY.f90 file: src/var/wrfbkgout.f90 author: xiey Remove *4 from integer and real declarations by Yuanfu. file: src/mesowave/stmas_mg/PrePostPrc.f90 author: xiey Remove *4 from variable declarations by Yuanfu. file: src/mesowave/stmas_mg/STMASAnalz.f90 author: xiey Fix an index in time direction for interpolation by Yuanfu. ======= CHANGES on 2008/01/07 ======= file: configure file: configure.in author: mccaslin Changed the order of checking for libs using AC_CHECK_LIB in configure.in so that when needed, the list of compression LIBS will be -ljasper, -lpng, -lz. file: src/balance/Makefile author: mccaslin Changes made to lga.exe to read and process GRIB-formatted datasets impact qbalpe.exe because they both use the bgdata library. file: src/lib/bgdata/get_bkgd_mdl_info.f author: mccaslin Removed reference to subroutine get_namnh221_dims. It was premature to check it in. ======= CHANGES on 2008/01/05 ======= file: README author: mccaslin Added documentation to the README to inform users that lga.exe can now read and process GRIB1 and GRIB2 datasets. file: configure author: mccaslin Configure has been changed to check system resources then set DEGRIBLIBS and DEGRIBFLAGS values to build GRIB1 and GRIB2 decoders as needed. file: data/static/background.nl author: mccaslin Added documentation to show user how to read and process GRIB datasets by setting bgmodel=13 and listing the models that have already been tested. file: src/lib/degrib/Makefile author: mccaslin Made change. CDEBUGFLAGS is no longer called as an argument to xlf. file: src/lib/degrib/README_LIBS author: mccaslin Much more detailed README. ======= CHANGES on 2008/01/04 ======= file: Makefile file: aclocal.m4 file: configure.in author: mccaslin Adapting these files so that lga can read Grib1 and Grib2 datasets. If configure can find the necessary compression libs (jasper, png and z) then Grib2 decoders will build automatically else the build is for Grib1. file: README author: albers updated link on NIMBUS system file: data/static/Variable_Tables/Vtable.GFS author: mccaslin Directory containing Vtables used to decode Grib1 and Grib2 variables. For use in lga background files. file: src/background/Makefile author: mccaslin Made changes to lga to directly read and process Grib1 and Grib2 datasets. There are three new dirs, w3lib, g2lib and degrib. If jasper, png and z system libs are found, the degrib code will be able to decode Grib2 files as well as Grib1 files. file: src/balance/var3dsub.f file: src/balance/writeballaps.f author: wharton LW Modification to replace integer*4 and real*4 with integer and real. file: src/lib/degrib/Makefile author: mccaslin Changed make rule for xlf to handle .f90. file: src/lib/machine_dependent.F author: albers changed integer*4 declarations to integer file: src/verif/point/gen_verif_prof.f author: albers changed 'return' to 'stop' in main program ======= CHANGES on 2008/01/03 ======= file: src/include/bgdata.inc file: src/include/makefile.inc.in author: mccaslin Adding changes to allow for lga to read and process grib1 and grib2 models. Grib is model number 13. file: src/lib/bgdata/get_bkgd_mdl_info.f file: src/lib/bgdata/readbgdata.f author: mccaslin Adding code to read and process Grib1 and Grib2 datasets. file: src/lib/gridconv.f file: src/lib/degrib/Makefile file: src/lib/degrib/README_LIBS file: src/lib/degrib/build_hdate.F90 file: src/lib/degrib/cio.c file: src/lib/degrib/datint.F90 file: src/lib/degrib/debug_cio.c file: src/lib/degrib/file_delete.F90 file: src/lib/degrib/filelist.F90 file: src/lib/degrib/g1print.F90 file: src/lib/degrib/g2print.F90 file: src/lib/degrib/gbytesys.F90 file: src/lib/degrib/geth_idts.F90 file: src/lib/degrib/geth_newdate.F90 file: src/lib/degrib/gribcode.F90 file: src/lib/degrib/gridinfo.F90 file: src/lib/degrib/gridinfo.f90 file: src/lib/degrib/module_datarray.F90 file: src/lib/degrib/module_debug.F90 file: src/lib/degrib/module_stringutil.F90 file: src/lib/degrib/new_storage.F90 file: src/lib/degrib/output.F90 file: src/lib/degrib/parse_table.F90 file: src/lib/degrib/rd_grib1.F90 file: src/lib/degrib/rd_grib2.F90 file: src/lib/degrib/readgrib.F90 file: src/lib/degrib/rrpr.F90 file: src/lib/degrib/swap.F90 file: src/lib/degrib/table.F90 file: src/lib/g2lib/CHANGES file: src/lib/g2lib/Makefile file: src/lib/g2lib/README file: src/lib/g2lib/addfield.F file: src/lib/g2lib/addgrid.f file: src/lib/g2lib/addlocal.f file: src/lib/g2lib/cmplxpack.f file: src/lib/g2lib/compack.f file: src/lib/g2lib/comunpack.f file: src/lib/g2lib/dec_jpeg2000.c file: src/lib/g2lib/dec_png.c file: src/lib/g2lib/drstemplates.f file: src/lib/g2lib/enc_jpeg2000.c file: src/lib/g2lib/enc_png.c file: src/lib/g2lib/g2grids.f file: src/lib/g2lib/gb_info.f file: src/lib/g2lib/gbytesc.f file: src/lib/g2lib/gdt2gds.f file: src/lib/g2lib/getdim.f file: src/lib/g2lib/getfield.f file: src/lib/g2lib/getg2i.f file: src/lib/g2lib/getg2ir.f file: src/lib/g2lib/getgb2.f file: src/lib/g2lib/getgb2l.f file: src/lib/g2lib/getgb2p.f file: src/lib/g2lib/getgb2r.f file: src/lib/g2lib/getgb2rp.f file: src/lib/g2lib/getgb2s.f file: src/lib/g2lib/getidx.f file: src/lib/g2lib/getlocal.f file: src/lib/g2lib/getpoly.f file: src/lib/g2lib/gettemplates.f file: src/lib/g2lib/gf_free.f file: src/lib/g2lib/gf_getfld.f file: src/lib/g2lib/gf_unpack1.f file: src/lib/g2lib/gf_unpack2.f file: src/lib/g2lib/gf_unpack3.f file: src/lib/g2lib/gf_unpack4.f file: src/lib/g2lib/gf_unpack5.f file: src/lib/g2lib/gf_unpack6.f file: src/lib/g2lib/gf_unpack7.F file: src/lib/g2lib/grib2.doc file: src/lib/g2lib/gribcreate.f file: src/lib/g2lib/gribend.f file: src/lib/g2lib/gribinfo.f file: src/lib/g2lib/gribmod.f file: src/lib/g2lib/gridtemplates.f file: src/lib/g2lib/ixgb2.f file: src/lib/g2lib/jpcpack.F file: src/lib/g2lib/jpcunpack.F file: src/lib/g2lib/misspack.f file: src/lib/g2lib/mkieee.f file: src/lib/g2lib/mova2i.c file: src/lib/g2lib/pack_gp.f file: src/lib/g2lib/params.f file: src/lib/g2lib/pdstemplates.f file: src/lib/g2lib/pngpack.F file: src/lib/g2lib/pngunpack.F file: src/lib/g2lib/putgb2.f file: src/lib/g2lib/rdieee.f file: src/lib/g2lib/realloc.f file: src/lib/g2lib/reduce.f file: src/lib/g2lib/simpack.f file: src/lib/g2lib/simunpack.f file: src/lib/g2lib/skgb.f file: src/lib/g2lib/specpack.f file: src/lib/g2lib/specunpack.f file: src/lib/w3lib/Makefile file: src/lib/w3lib/README file: src/lib/w3lib/bacio.v1.3.c file: src/lib/w3lib/bacio_module.f file: src/lib/w3lib/baciof.f file: src/lib/w3lib/baciof.h file: src/lib/w3lib/clib.h file: src/lib/w3lib/errexit.c file: src/lib/w3lib/errmsg.f file: src/lib/w3lib/fparsei.f file: src/lib/w3lib/fparser.f file: src/lib/w3lib/gbytes.f file: src/lib/w3lib/gbytes_char.f file: src/lib/w3lib/getbit.f file: src/lib/w3lib/getgb.f file: src/lib/w3lib/getgb1r.f file: src/lib/w3lib/getgb1re.f file: src/lib/w3lib/getgb1s.f file: src/lib/w3lib/getgbe.f file: src/lib/w3lib/getgbeh.f file: src/lib/w3lib/getgbem.f file: src/lib/w3lib/getgbemh.f file: src/lib/w3lib/getgbemp.f file: src/lib/w3lib/getgbens.f file: src/lib/w3lib/getgbep.f file: src/lib/w3lib/getgbex.f file: src/lib/w3lib/getgbexm.f file: src/lib/w3lib/getgbh.f file: src/lib/w3lib/getgbm.f file: src/lib/w3lib/getgbmh.f file: src/lib/w3lib/getgbmp.f file: src/lib/w3lib/getgbp.f file: src/lib/w3lib/getgi.f file: src/lib/w3lib/getgir.f file: src/lib/w3lib/idsdef.f file: src/lib/w3lib/instrument.f file: src/lib/w3lib/iw3jdn.f file: src/lib/w3lib/ixgb.f file: src/lib/w3lib/lengds.f file: src/lib/w3lib/pdsens.f file: src/lib/w3lib/pdseup.f file: src/lib/w3lib/putgb.f file: src/lib/w3lib/putgbe.f file: src/lib/w3lib/putgben.f file: src/lib/w3lib/putgbens.f file: src/lib/w3lib/putgbex.f file: src/lib/w3lib/putgbn.f file: src/lib/w3lib/r63w72.f file: src/lib/w3lib/sbyte.f file: src/lib/w3lib/sbytes.f file: src/lib/w3lib/start.f file: src/lib/w3lib/summary.f file: src/lib/w3lib/w3difdat.f file: src/lib/w3lib/w3doxdat.f file: src/lib/w3lib/w3fi01.f file: src/lib/w3lib/w3fi58.f file: src/lib/w3lib/w3fi59.f file: src/lib/w3lib/w3fi63.f file: src/lib/w3lib/w3fi68.f file: src/lib/w3lib/w3fi71.f file: src/lib/w3lib/w3fi72.f file: src/lib/w3lib/w3fi73.f file: src/lib/w3lib/w3fi74.f file: src/lib/w3lib/w3fi75.f file: src/lib/w3lib/w3fi76.f file: src/lib/w3lib/w3fi82.f file: src/lib/w3lib/w3fi83.f file: src/lib/w3lib/w3fs21.f file: src/lib/w3lib/w3fs26.f file: src/lib/w3lib/w3locdat.f file: src/lib/w3lib/w3log.f file: src/lib/w3lib/w3movdat.f file: src/lib/w3lib/w3reddat.f file: src/lib/w3lib/w3tagb.f file: src/lib/w3lib/w3utcdat.f author: mccaslin *** empty log message *** ======= CHANGES on 2008/01/02 ======= file: src/var/GSI_BkObs.f90 author: xiey Add qcmark to prepbufr data file by Yuanfu. ======= CHANGES on 2007/12/28 ======= file: README author: albers updated info about model initialization (section 3.4) file: src/lib/temp/insert_tobs.f author: albers fill the %rk value of the observation data structure ======= CHANGES on 2007/12/20 ======= file: data/static/deriv.nl author: albers updated units for input parameter comments file: src/deriv/README author: albers updated module diagram file: src/deriv/laps_deriv_sub.f author: albers pass 'l_bogus_radar_w' into subroutine 'get_cloud_deriv' file: src/lapsplot/hsect.f author: albers added image support for balanced divergence increase wind barb density for zoomed in upper air plots added zoom and density control for LVD brightness temperature contour plots adjusting label positions for zoomed in plots file: src/lapsplot/icolors.inc author: albers fixed declarations for 64-bit reliability file: src/lapsplot/plotobs.f author: albers the color scheme for surface obs plots now reflects the vertical location of the observation file: src/lib/get_cloud_deriv.f author: albers pass 'l_bogus_radar_w' via input argument list through to 'cloud_bogus_w' file: src/lib/vv.f author: albers Pass in 'l_bogus_radar_w' and use this to switch between old and new cumulus cloud layer strategy. This links all of Adan's changes to work together better in sync. We hope this will allow the cloud omega and hot-start to work better in various situations. ======= CHANGES on 2007/12/19 ======= file: src/lib/satellite/Makefile author: smart get_gwc_oa.f is no longer needed in the repository. This is software from the days of Air Force Global Weather Center satellite (gvar-type) ingest. file: src/lib/satellite/cmpsatres.f file: src/lib/satellite/cnvtvxfl.f file: src/lib/satellite/convert_to_double.f file: src/lib/satellite/convert_to_real.f file: src/lib/satellite/fc01_conv_pts_el_to_met_1.f file: src/lib/satellite/gen_lut_gvar.f file: src/lib/satellite/genlutps.f file: src/lib/satellite/rdgvarimg_cdf_header.f file: src/lib/satellite/read_gwc_header_sub.f file: src/lib/satellite/satsublatlon.f file: src/lib/satellite/write_orb_att.f author: smart Modified all occurences of specific real*4/8 and integer*4 declarations. file: src/lib/satellite/update_gvarimg_parms.f author: smart Modified all real*4/8 to real and integer*4 to integer Removed the "gwc" switch. Some subroutine dependencies also removed and these files (all related to gwc) have been removed. ======= CHANGES on 2007/12/18 ======= file: data/static/satellite_lvd.nl author: holub changed ISAT_T_SEC to 900 sec ======= CHANGES on 2007/12/17 ======= file: src/include/remap_constants.dat author: albers fixed declarations for ATMET and 64-bit machine compatibility file: src/lib/radar/remap_ftn/lut_gen.f author: albers added QC check for radar LUT generation (radar_to_latlon) call file: src/lib/wind/rdsfc.f author: albers set radius of influence of sfc obs to half that of other obs file: src/verif/point/gen_verif_raob.f author: albers changed return to stop in main program to help 'ifort' compilation ======= CHANGES on 2007/12/14 ======= file: src/balance/qbalpe.f author: wharton Modification to replace real*4 with real. ======= CHANGES on 2007/12/13 ======= file: src/lapsplot/hsect.f author: albers added "frame_factor" for zxcen and zycen added logging output pertaining to zoomed in label positioning file: src/lapsplot/xsect.f author: albers adjusted colorbar range for Theta(e-sat) Cross-Sections file: src/lib/modules/mem_namelist.f90 author: albers uncommented some globally used variables such as 'generic_data_root' even though they are currently separate from the LAPS namelists file: src/lib/wind/get_fg_wind.f author: albers adjusted declarations file: src/lib/wind/get_wind_obs.f author: albers adjusted argument list and declarations in subroutine 'get_wind_3d_obs' for first guess winds moved call of 'get_fg_wind_new' up to 'main_sub.F' file: src/sfc/table/build_sfc_static.f author: albers removed return statement from main program for 'ifort' compatability file: src/wind/Makefile author: albers added ifdef USECPP test so we can utilize the .F files under Linux file: src/wind/main.f author: albers removed unused code (e.g. include of grid_fname.cmn no longer needed) updated call to 'get_directory' moved read of first guess height field into main routine file: src/wind/main_sub.F author: albers moved read of first guess height field into main routine added special handling of 4d model background fields for single executable version moved call of 'get_fg_wind_new' into 'main_sub.F' (at this point for the multiple executable version) ======= CHANGES on 2007/12/12 ======= file: etc/window_domain_rt.pl.in author: smart Removed the (apparently) redundant call to "restorefiles('ggm')" (see line 354). Also modified module "restorefiles" so that subdirectories under "static" are not restored for the "ggm" switch. file: src/lib/bgdata/get_acceptable_files.f author: oplapb LW increased i4time_min_diff to 1,000,000 from 100,00 per Chris print indx_for_best_init and indx_for_best_fcst to log file file: src/var/GSI_Post.f90 author: xiey Change the calling to wind_post_process following wind library changes by Lung-tsung. file: src/var/Makefile author: xiey Remove old wind library under src/wind by Yuanfu ======= CHANGES on 2007/12/11 ======= file: etc/laps_tools.pm author: smart Added lsr/goes11 subdirectory in list of product directories created my module mkdatadirs ======= CHANGES on 2007/12/10 ======= file: src/lib/barnes_multivariate.f author: albers added capability to adjust the vertical radius of influence used in the distance weighting individually for each ob file: src/lib/temp/insert_tobs.f file: src/sfc/barnes_multivariate_sfc.f file: src/sfc/lapsvanl_sub.f author: albers added default values for obs_barnes%vert_rad_rat file: src/lib/vv.f author: wharton LW Changed comment from line 89 to line 91...was on "If (cloud_type(k) .eq. 3 .OR. cloud_type(k) .eq. 10)", now on "If (cloud_type(k) .ne. 0)" per Chris A. ======= CHANGES on 2007/12/07 ======= file: src/humid/lq3driver.f author: birk Modified main driver removing errant "return calls" and replaced with "stop" calls ======= CHANGES on 2007/12/06 ======= file: data/static/lvd/goes11lookup/11u.lut file: data/static/lvd/goes11lookup/12u.lut file: data/static/lvd/goes11lookup/4u.lut file: data/static/lvd/goes11lookup/wv.lut author: smart Count to brightness temperature look-up tables needed for goes11 data file: data/static/lvd/goes11lookup/vis.lut author: oplapb visible cnt look up table for goes11 ======= CHANGES on 2007/12/05 ======= file: src/lib/read_namelist.f author: smart Added one line to configure goes10 gvr data path-to-raw-sat since this was missing in subroutine conf_isjtkc. ======= CHANGES on 2007/12/04 ======= file: src/include/barnesob.inc author: albers added 'vert_rad_rat' to data structure so we can vary the vertical radius of influence for each observation file: src/lib/barnes_multivariate.f author: albers set the 'vert_rad_rat' to the default value of 1.0 for radar obs file: src/lib/get_systime.f author: albers changed integer*4 declarations to integer file: src/lib/modules/mem_namelist.f90 author: albers corrected declarations for some wind namelist variables added error handling for 'lapsparms_nl' and 'wind_nl' file: src/lib/wind/get_wind_obs.f file: src/lib/wind/rdpoint.f file: src/lib/wind/rdsfc.f file: src/lib/wind/read_profiles.f author: albers set the 'vert_rad_rat' to the default value of 1.0 for the obs file: src/lib/wind/wind_post_process.f author: albers moved the sfc wind interpolation step into 'wind_post_process' adjusted argument list in 'write_wind_output' file: src/wind/Makefile author: albers changed 'main_sub.f' to 'main_sub.F' file: src/wind/main.f author: albers switched the use of 'out_sfc_3d' to 'uanl_sfcitrp/vanl_sfcitrp' now uses 'mem_namelist' to pass in wind and global parameters file: src/wind/main_sub.F author: albers filename changed from 'main_sub.f' to 'main_sub.F' to allow the option of using preprocessor directives now uses 'mem_namelist' to pass in wind and global parameters switched the use of 'out_sfc_3d' to 'uanl_sfcitrp/vanl_sfcitrp' uses 'mem_background' for 'SINGLE_EXEC' option streamlined the access of 3-d heights moved the sfc wind interpolation step into 'wind_post_process' adjusted argument list in call to 'write_wind_output' file: src/wind/windanal.f author: albers added handling of the obs structure item 'vert_rad_rat' ======= CHANGES on 2007/11/30 ======= file: configure file: configure.in author: albers added a default of MULTI_EXEC version of LAPS file: etc/sched.pl.in author: albers updated comments about STMAS command line options (-M) file: src/ingest/acars/ingest_acars_sub.f file: src/ingest/acars/ingest_acars_sub_af.f file: src/ingest/acars/ingest_pireps.f file: src/ingest/acars/ingest_pireps_WFO_sub.f file: src/ingest/acars/ingest_pireps_sub.f file: src/ingest/acars/skycover_to_frac.f author: albers changed declarations from real*4 and/or integer*4 to real & integer file: src/lib/radar/remap_ftn/lut_gen.f author: albers added error check and debugging info for lookup table generation ======= CHANGES on 2007/11/27 ======= file: src/lib/wind/wind_post_process.f author: albers split subroutine 'wind_post_process' into two routines for better modularity - these are 'wind_post_process' and 'write_wind_output' file: src/stmas/input_bg_and_obs.f90 author: xiey Wei changed the references to analysis variables for portability. file: src/stmas/para_stmas.f90 author: xiey Wei declared the www array and a scalar obsradar. file: src/stmas/post_stmas.f90 author: xiey Wei deallocated the www array declared in the prep_stmas.f90 file: src/stmas/prep_stmas.f90 author: xiey Wei added an new array of www for strong constraints. file: src/stmas/stmas_core.f90 author: xiey Wei changed the references to analysis variables and added strong constraint option. file: src/wind/README author: albers updated module diagram file: src/wind/main.f author: albers changed 'NZ_L' to 'nk_laps' for better namelist consistency and compatability with ATMET version file: src/wind/main_sub.f author: albers changed 'NZ_L' to 'nk_laps' for better namelist consistency and compatability with ATMET version removed obsolete 'j_status' array call new subroutine 'write_wind_output' that writes out both the 3D and 2D wind fields. ======= CHANGES on 2007/11/21 ======= file: etc/check_release.csh.in author: albers increased number of executables in LAPS to 43 file: util/cronfile.in author: albers redirect 'laps_driver.pl' output to /dev/null ======= CHANGES on 2007/11/13 ======= file: src/lib/bgdata/readbgdata.f author: smart Added specific switch for FMI_NETCDF_LL ECMWF data so that array tdbg_sfc is defined and equated to array shbg_sfc. ======= CHANGES on 2007/11/10 ======= file: src/stmas/lbfgsb.f author: xiey Wei renamed timer routine to avoid compilation failure. file: src/stmas/stmas_core.f90 author: xiey Wei changed some hard coded variable orders. ======= CHANGES on 2007/11/06 ======= file: README author: albers updated description of accum process that uses gauges file: data/static/wind.nl author: albers changed 'max_obs' to 'max_wind_obs' - now a unique parameter name updated comments about 'l_use_raob' file: src/lapsplot/hsect.f author: albers corrected time label size for zoomed in plan views file: src/lib/read_namelist.f file: src/lib/modules/mem_namelist.f90 author: albers changed 'max_obs' to 'max_wind_obs' - now a unique parameter name file: src/wind/main.f author: albers use f90 routine 'read_namelists' to read wind parameters changed 'max_obs' to 'max_wind_obs' - now a unique parameter name renamed variables to be more consistent with 'wind.nl' and 'nest7grid.parms' namelists pass 'out_sfc_3d' array back to 'main.f' file: src/wind/main_sub.f author: albers changed 'max_obs' to 'max_wind_obs' - now a unique parameter name renamed variables to be more consistent with 'wind.nl' and 'nest7grid.parms' namelists pass 'out_sfc_3d' array back to 'main.f' ======= CHANGES on 2007/11/05 ======= file: src/humid/func_o.f file: src/humid/get_laps_gp.f file: src/humid/get_rad.f file: src/humid/getmapsdf.f file: src/humid/glsp.f file: src/humid/glstd.f file: src/humid/lq3_driver1a.f file: src/humid/lq3driver.f file: src/humid/optrans.f file: src/humid/tiros.f file: src/humid/variational.f author: birk changed real*4 and integer*4 to real and integer per craig t request. ======= CHANGES on 2007/11/01 ======= file: data/static/obs_driver.nl author: albers increased 'maxobs' from 80000 to 160000 file: src/accum/Makefile author: albers added new 'precip_barnes_jacket' routine file: src/accum/README author: albers updated module diagram file: src/accum/get_precip_accum.f author: albers added new driver routine 'get_precip_inc' for incremental precip and call 'compare_gauge_values' from this level Read model first guess precip from LGB/FSF. This is set to zero if the background is unavailable. removed unneeded arrays improved missing data handling Added a gauge only 1-hour precip analysis and substitute this for incremental precip in areas where radar analysis is missing The background (LGA/FSF) precip is used as a first guess if it is available. Moved 'frac_sum' check into subroutine fixed 'get_precip_radar' 'nscans' initialization in 'get_fracs' file: src/accum/laps_accum_sub.f author: albers use more generic grid spacing routine to handle lat/lon grid now calls 'get_precip_inc' 'frac_sum' check moved into subroutines file: src/accum/precip_barnes_jacket.f author: albers calls the modified barnes analysis routine for precip gauges file: src/include/constants.inc author: albers added some more length conversion parameters file: src/ingest/sao/get_local_obs.f author: albers added lat/lon to duplicate station check reworked duplicate station checking for better efficiency eliminated second duplicate station check file: src/ingest/sao/obs_driver.f author: albers modified identical station names check so that two stations both having the names "UNK" will still be considered different file: src/sfc/lapsvanl.f author: albers clarified rms error handling in code file: src/var/bufr/Makefile author: albers pointed the 'install' target to 'all' ======= CHANGES on 2007/10/31 ======= file: src/var/bufr/Makefile author: albers removed install: lib line as there is no 'lib' targer ======= CHANGES on 2007/10/23 ======= file: data/static/surface_analysis.nl author: albers updated comments about analysis accuracy file: data/static/wind.nl author: albers updated comments about background weight file: etc/www/lapsplot/lapsplot_gifs.sh author: albers script associated with on-the-fly page file: src/include/lapsparms.cmn author: albers Removed some obsolete parameters that are now read via namelists other than 'nest7grid.parms'. The parameters are: min_to_wait_for_metars maxobs path_to_raw_raob path_to_metar_data path_to_local_data path_to_buoy_data file: src/lib/lapsgrid.f author: albers removed obsolete parameter 'min_to_wait_for_metars' (from nest7grid.parms) file: src/lib/modules/mem_namelist.f90 author: albers updated parameter declarations and common block to look as closely as possible to 'lapsparms.cmn' updated wind parameters to better match 'wind.nl' file: src/wind/Makefile author: albers added modules library file: src/wind/main.f author: albers partial changes towards new option to use ATMET f90 method of namelist read file: src/wind/main_sub.f author: albers changed SMS comments for better f90 compatability ======= CHANGES on 2007/10/17 ======= file: README author: albers updated localization instructions file: etc/laps_input_from_archive.pl.in author: albers improved syntax for untarring data files (with Isidora) file: etc/wideband2nc.csh author: albers now handles either /public or NCDC formats for archived wideband radar data (with Chris Anderson) file: src/ingest/acars/ingest_acars.f author: albers set 'CWB' project to use 'NIMBUS' format ACARS so we get better results with using ACARS data for CWB runs file: src/ingest/acars/ingest_acars_sub.f author: albers added QC test to reject if altitude is 0 file: src/lib/barnes_multivariate.f author: albers clarified role of 'weight_bkg_const' new K looping strategy that speeds up the wind analysis somewhat ======= CHANGES on 2007/10/15 ======= file: src/ingest/obs_convert/Makefile file: src/stmas/Makefile author: xiey Remove dependency on libsfc.a and liblq3.a by Yuanfu. ======= CHANGES on 2007/10/12 ======= file: Makefile author: xiey Add obs_converter under src/ingest into this build by Yuanfu. file: src/ingest/obs_convert/BUFR_Convrt.f90 author: xiey A prepbufr encoder from LAPS ingest by Yuanfu. file: src/ingest/obs_convert/Conv_PrBufr.f90 author: xiey A test routine. file: src/ingest/obs_convert/LAPS_Config.f90 author: xiey Configuration information about a LAPS domain by Yuanfu. file: src/ingest/obs_convert/LAPS_Dividr.f90 author: xiey Simply print a dashline for formating output. file: src/ingest/obs_convert/LAPS_Ingest.f90 author: xiey Ingest LAPS datasets by Yuanfu. file: src/ingest/obs_convert/LAPS_Params.f90 author: xiey Parameters and variables for LAPS by Yuanfu file: src/ingest/obs_convert/LAPS_Systim.f90 author: xiey Decode ASCII system time into second, hour, day, month, year by Yuanfu. file: src/ingest/obs_convert/Main_Convrt.f90 author: xiey The driver of the converter by Yuanfu. file: src/ingest/obs_convert/Makefile author: xiey To build obs_converter for observations in prepbufr or wrf format by Yuanfu. file: src/ingest/obs_convert/WRFD_Convrt.f90 author: xiey A encoder for WRF data format by Yuanfu. file: src/ingest/obs_convert/WRFD_Format.inc author: xiey Include file for WRF data format conversion. file: src/stmas/Makefile author: xiey To build STMAS 3D (4D) analysis by Wei Li and Yuanfu. file: src/stmas/general_tools.f90 author: xiey STMAS utility package by Wei Li. file: src/stmas/input_bg_and_obs.f90 author: xiey Input model background and observation data by Wei Li. file: src/stmas/lbfgsb.f author: xiey LBFGS minimization package by Wei Li and Yuanfu. file: src/stmas/main.f90 author: xiey Main program to start STMAS analysis by Wei Li. file: src/stmas/output_analysis.f90 author: xiey Write out analysis by Wei Li. file: src/stmas/para_stmas.f90 author: xiey Parameter and variable used in STMAS by Wei Li. file: src/stmas/post_stmas.f90 author: xiey Post process STMAS analysis including to write to LAPS output by Wei Li. file: src/stmas/prep_stmas.f90 author: xiey Preparation for STMAS analysis by Wei Li. file: src/stmas/stmas_core.f90 author: xiey STMAS analysis by Wei Li. ======= CHANGES on 2007/10/05 ======= file: src/var/GSI_BkObs.f90 author: xiey Add height (geopotential) background writeout by Yuanfu Oct. 2007 file: src/var/LAPS_Conf.f90 author: xiey Change the wind_nl definition and call following wind.nl change by Yuanfu Oct. 2007 file: src/var/Makefile author: xiey ADD debugging lib to debug option by Yuanfu Oct. 2007 file: src/var/bufr/Makefile author: xiey Change to an explicit compilation due to problem associated with tar file by Yuanfu Oct. 2007 file: src/var/wrfbkgout.f90 author: xiey Add geopotential variable to the netcdf background file by Yuanfu Oct. 2007 ======= CHANGES on 2007/09/25 ======= file: src/accum/get_precip_accum.f file: src/accum/laps_accum_sub.f file: src/cloud/array_plot.f file: src/cloud/barnes_r5.f file: src/cloud/get_fg_cloud.f file: src/cloud/get_istat_39.f file: src/cloud/get_sat_data.f file: src/cloud/getvis.f file: src/cloud/insert_co2ctp.f file: src/cloud/insertpireps.f file: src/cloud/insertradar.f file: src/cloud/insertsao.f file: src/cloud/insertsat.f file: src/cloud/insertvis.f file: src/cloud/laps_cloud.f file: src/cloud/laps_cloud_sub.f file: src/cloud/spread.f file: src/deriv/cloud_deriv_subs.f file: src/deriv/fire_fields.f file: src/deriv/laps_deriv.f file: src/deriv/laps_deriv_sub.f file: src/deriv/put_derived_wind_prods.f file: src/deriv/rfill_evap.f file: src/deriv/schultz.f file: src/sfc/table/build_sfc_static.f file: src/sfc/table/locpost_radar.f author: albers changed real*4 declarations to real changed integer*4 declarations to integer file: src/sfc/lapsvanl.f author: albers cleaned up calls to 'barnes_multivariate_sfc_jacket' ======= CHANGES on 2007/09/21 ======= file: data/static/wind.nl author: albers took out obsolete 'l_3d' and added 'max_obs' parameter with a default value of 80000 file: src/include/barnesob.inc file: src/include/laps_cloud.inc file: src/include/remap.cmn file: src/include/remap.inc file: src/include/remap_buffer.cmn file: src/include/tempobs.inc file: src/include/windparms.inc file: src/lib/add.f file: src/lib/addcon.f file: src/lib/advect.f file: src/lib/aski4tim_gg.f file: src/lib/atan3.f file: src/lib/atan3d.f file: src/lib/barnes_multivariate.f file: src/lib/bilinear_interp.f file: src/lib/climate_sm.f file: src/lib/constant.f file: src/lib/convc2f.f file: src/lib/conversions.f file: src/lib/convf2c.f file: src/lib/convf2k.f file: src/lib/convk2f.f file: src/lib/convkt2ms.f file: src/lib/convm2miles.f file: src/lib/convmiles2m.f file: src/lib/convms2kt.f file: src/lib/diff.f file: src/lib/downcase.f file: src/lib/esat1.f file: src/lib/fflxc.f file: src/lib/fname_conversions.f file: src/lib/get_cloud_deriv.f file: src/lib/get_dir_length.f file: src/lib/get_directory.f file: src/lib/get_domain_perimeter.f file: src/lib/get_heights_hydrostatic.f file: src/lib/get_local_towerobs.f file: src/lib/get_lowref.f file: src/lib/get_maps_lapsgrid.f file: src/lib/get_maxref.f file: src/lib/get_maxtops.f file: src/lib/get_pres_3d.f file: src/lib/get_radar_deriv.f file: src/lib/get_radar_max_pd.f file: src/lib/get_systime.f file: src/lib/get_wrfsi_config.f file: src/lib/getcld3d.f file: src/lib/getradar.f file: src/lib/gettmp2d.f file: src/lib/gettmp3d.f file: src/lib/getuv3d.f file: src/lib/getw3d.f file: src/lib/gridconv.f file: src/lib/ground_temp.f file: src/lib/hum.f file: src/lib/i4time_asc_gg.f file: src/lib/i4time_fname_lp.f file: src/lib/ingest_madis_map.f file: src/lib/ingest_routines.f file: src/lib/interp.f file: src/lib/interpolate_3dfield.f file: src/lib/laps_io.f file: src/lib/laps_routines.f file: src/lib/laps_thermo.f file: src/lib/lapsgrid.f file: src/lib/latlon_to_rlaps.f file: src/lib/libdummies.f file: src/lib/map_proj.f file: src/lib/meanlapse.f file: src/lib/meanpres.f file: src/lib/move.f file: src/lib/multar.f file: src/lib/multcon.f file: src/lib/newreadobs.f file: src/lib/normalize.f file: src/lib/pcpcnc.f file: src/lib/prof_cdf.f file: src/lib/psatoz.f file: src/lib/radar_qc.f file: src/lib/radar_to_latlon.f file: src/lib/razm_lat_lon_gm.f file: src/lib/rd_laps_static.f file: src/lib/read-laps-static.f file: src/lib/read_acars_ob.f file: src/lib/read_ldad_prof.f file: src/lib/read_snd_data.f file: src/lib/read_surface_obs.f file: src/lib/read_surface_old.f file: src/lib/read_surface_sa.f file: src/lib/readlaps.f file: src/lib/readlapscompressed.f file: src/lib/readlapsdata.f file: src/lib/readlapsheader.f file: src/lib/rfill.f file: src/lib/sfc_routines.f file: src/lib/smf_wisp91.f file: src/lib/smooth_cross_laps.f file: src/lib/subcon.f file: src/lib/time_conversions.f file: src/lib/trig.f file: src/lib/trig_dum.f file: src/lib/upcase.f file: src/lib/vis2albedo.f file: src/lib/vv.f file: src/lib/wfo_fname_conversions.f file: src/lib/windspeed.f file: src/lib/writelaps.f file: src/lib/writelapscompressed.f file: src/lib/writelapsdata.f file: src/lib/writelapslfm.f file: src/lib/writelapslvls.f file: src/lib/wrt_laps_static.f file: src/lib/zero.f file: src/lib/zr.f file: src/lib/zs.f file: src/lib/ztopsa.f file: src/lib/util/bilinear_laps.f file: src/lib/util/cpt_liw.f file: src/lib/util/degfrom.f file: src/lib/util/helicity.f file: src/lib/util/meanwind.f file: src/lib/util/put_wind_2d.f file: src/lib/util/steer_grid.f file: src/lib/util/storm_cent_rt.f file: src/lib/util/trilinear_laps.f file: src/lib/util/windcnvrt.f file: src/lib/util/windfields.f file: src/lib/util/xytomet.f author: albers changed real*4 declarations to real changed integer*4 declarations to integer file: src/include/bgdata.inc author: albers use & for continuation file: src/include/lapsparms.cmn author: albers use & for continuation changed real*4 declarations to real changed integer*4 declarations to integer file: src/lib/read_namelist.f author: albers substituted variable 'max_obs' for 'i_3d' (no longer used) in the call to 'get_wind_parms' changed real*4 declarations to real changed integer*4 declarations to integer file: src/wind/main.f author: albers moved call to 'get_wind_parms' up to main driver substituted variable 'max_obs' for 'i_3d' (no longer used) in the call to 'get_wind_parms' pass 'max_obs' from driver into main_sub.f file: src/wind/main_sub.f author: albers moved call to 'get_wind_parms' up to main driver pass 'max_obs' from driver into main_sub.f ======= CHANGES on 2007/09/18 ======= file: src/ingest/profiler/get_sodar_data.f file: src/ingest/profiler/ingest_sub_blppro.f file: src/ingest/profiler/ingest_sub_pro.f file: src/ingest/profiler/ingest_sub_rsapro.f file: src/ingest/profiler/ingest_vad_sub.f file: src/ingest/radar/mosaic/getlapsvxx.f file: src/ingest/radar/mosaic/getradarinfo.f file: src/ingest/radar/mosaic/mosaic_ref_3d.f file: src/ingest/radar/remap/netcdfio.f file: src/ingest/radar/remap/remap.f file: src/ingest/radar/remap/remap_process.f file: src/ingest/raob/avapsread_sub.f file: src/ingest/raob/get_poes_data.f file: src/ingest/raob/get_radiometer_data.f file: src/ingest/raob/get_rtamps_data.f file: src/ingest/raob/ingest_drpsnd.f file: src/ingest/raob/ingest_raob.f file: src/ingest/raob/ingest_raob_sub.f file: src/ingest/raob/ingest_raob_sub_af.f file: src/ingest/raob/ingest_satsnd_af.f file: src/ingest/raob/ingest_sounding.f file: src/ingest/raob/process_goes_snd.f file: src/ingest/rass/ingest_sub_blplrs.f file: src/ingest/rass/ingest_sub_lrs.f file: src/ingest/rass/ingest_sub_rsalrs.f file: src/ingest/sao/get_gps_obs.f file: src/ingest/sao/get_ldad_madis_data.f file: src/ingest/sao/get_local_cwb.f file: src/ingest/sao/get_local_obs.f file: src/ingest/sao/get_maritime_obs.f file: src/ingest/sao/get_metar_obs.f file: src/ingest/sao/get_metar_obs_af.f file: src/ingest/sao/obs_driver.f file: src/ingest/sao/obs_driver_sub_af.f file: src/ingest/sao/read_metar.f file: src/ingest/sao/read_metar_af.f file: src/ingest/sao/routines_af.f file: src/ingest/satellite/cloud_drift/cloud_drift_sub.f file: src/ingest/satellite/cloud_drift/cloud_drift_sub_af.f file: src/ingest/satellite/cloud_drift/ingest_cloud_drift.f file: src/lib/radar/remap_ftn/fill_common.f file: src/lib/radar/remap_ftn/get_azimuths_deg.f file: src/lib/radar/remap_ftn/get_scandata.f file: src/lib/radar/remap_ftn/ld_ray.f file: src/lib/radar/remap_ftn/lut_gen.f file: src/lib/radar/remap_ftn/rcptoremote.f file: src/lib/radar/remap_ftn/readdata.f file: src/lib/radar/remap_ftn/ref_fill_horz.f file: src/lib/radar/remap_ftn/timconv.f author: albers changed real*4 declarations to real changed integer*4 declarations to integer file: src/ingest/radar/mosaic/mosaic_radar.f author: albers improved logging and added a check for parameter consistency changed real*4 declarations to real changed integer*4 declarations to integer file: src/ingest/raob/tower_driver.f file: src/ingest/sao/tower_sfc_driver.f author: albers added declaration for 'stname_s' array to help RSA towers changed real*4 declarations to real changed integer*4 declarations to integer ======= CHANGES on 2007/09/13 ======= file: data/static/radar_mosaic.nl author: albers added comment about 'imosaic_3d' file: src/lib/barnes_multivariate.f author: albers added new 1-D weighting array to improve looping efficiency file: src/lib/temp/adjust_heights.f file: src/lib/temp/compare_temp.f file: src/lib/temp/insert_tobs.f file: src/lib/temp/interp_rass.f file: src/lib/temp/interp_tobs.f file: src/lib/temp/puttmpanal.f file: src/lib/temp/read_acars_t.f file: src/lib/temp/read_sfc_t.f file: src/lib/temp/read_tsnd.f file: src/lib/wind/get_wind_obs.f file: src/lib/wind/interp_prof.f file: src/lib/wind/rdpoint.f file: src/lib/wind/rdsfc.f file: src/lib/wind/read_profiles.f file: src/lib/wind/vertwind.f file: src/lib/wind/wind_post_process.f file: src/sfc/barnes_multivariate_sfc.f file: src/sfc/laps_sfc.f file: src/sfc/lapsvanl.f file: src/sfc/lapsvanl_sub.f file: src/sfc/mdatlaps.f file: src/sfc/qc_data.f file: src/sfc/visibility.f file: src/temp/puttmpanal_drv.f file: src/wind/comp_laps_maps.f file: src/wind/comp_laps_vr.f file: src/wind/comp_vr_prof.f file: src/wind/comparisons.f file: src/wind/insert_radar_obs.f file: src/wind/main.f file: src/wind/multiwind_noZ.f file: src/wind/qcradar.f file: src/wind/windanal.f author: albers changed real*4 declarations to real changed integer*4 declarations to integer file: src/wind/main_sub.f author: albers increased 'max_obs' from 80000 to 110000 changed real*4 declarations to real changed integer*4 declarations to integer ======= CHANGES on 2007/09/07 ======= file: README author: albers now refers to the new parameter names in 'nest7grid.parms' updated info about reporting runtime errors updated info on LGB file contents in section 5.0 file: data/cdl/vrc.cdl author: albers removed NOWRAD references from description as this has become generic 2d radar file: etc/laps_input_from_archive.pl.in author: albers untar/uncompress data after downloading from MASS Store (with Isidora) added cloud drift paths fixed tpw data path file: etc/purger.pl.in author: albers removed LWC from individual purge settings file: src/cloud/README author: albers updated module diagram file: src/cloud/insertradar.f author: albers pass in 'td_sfc_k' for potential usage in cloud base estimation an approximation is used to quickly calculate an array of LCL values other comments were added for clarification of the logic file: src/cloud/laps_cloud_sub.f author: albers pass 'td_sfc_k' into subroutine 'insert_radar' file: src/ingest/radar/mosaic/mosaic_radar.f author: albers switched time input to call 'get_systime' to be more standardized file: src/lib/modules/mem_namelist.f90 author: albers version modified from Craig's latest ======= CHANGES on 2007/09/06 ======= file: data/static/time_lagged_ens.nl file: src/lib/covar/covmat_humid.f file: src/lib/covar/horcov.f file: src/lib/covar/readnet_nam.f file: src/lib/covar/vertcov.f author: wharton OkYeon Kim code initial commit 9/6/2007 just before leaving for Korea. ======= CHANGES on 2007/08/27 ======= file: src/humid/lq3driver.f file: src/humid/variational.f author: birk covariance mods (comments) ======= CHANGES on 2007/08/22 ======= file: data/static/lapsprep.nl author: jankov Balance related comment has been improved. file: src/lib/bgdata/lga_driver.f author: smart Fixed loop bounds for t_at_sfc missing data check from nx_laps,ny_laps to nx_bg,ny_bg ======= CHANGES on 2007/08/21 ======= file: data/static/cloud_drift.nl author: albers Changed default list of satellites to be GOES 10,11 and includes traditional IR cloud-drift plus newer datasets for visible, water vapor, and sounder instruments/channels. file: src/lapsplot/array_range.f file: src/lapsplot/aski4t.f file: src/lapsplot/ccpfil.f file: src/lapsplot/divergence.f file: src/lapsplot/drawctymap.f file: src/lapsplot/getuv2d.f file: src/lapsplot/hsect.f file: src/lapsplot/lapsplot.f file: src/lapsplot/lapsplot_sub.f file: src/lapsplot/plot_mesoob.f file: src/lapsplot/plot_sounding.f file: src/lapsplot/plotgrid_2d.f file: src/lapsplot/plotobs.f file: src/lapsplot/plottype.f file: src/lapsplot/plotwindob.f file: src/lapsplot/plotwinds_2d.f file: src/lapsplot/supmap.f file: src/lapsplot/xsect.f author: albers changed real*4 declarations to real changed integer*4 declarations to integer ======= CHANGES on 2007/08/17 ======= file: README author: albers added comments about tarring up or posting the $LAPS_DATA_ROOT for us to see to help in assessing runtime issues file: data/static/www/lapsplot.h5b file: data/static/www/lapsplot.liw file: data/static/www/lapsplot.p01 file: data/static/www/lapsplot.pbl file: data/static/www/lapsplot.rh file: data/static/www/lapsplot.sto file: data/static/www/lapsplot.tt file: data/static/www/lapsplot.wd0 author: albers added xcen, ycen, and zoom_wdw information file: etc/www/nph-laps.cgi.in author: albers added 'zoom_safe' output (equivalent to 'zoom_wdw' for lapsplot) file: src/include/lapsplot.inc author: albers added 'zoom_wdw' parameter file: src/lapsplot/ccpfil.f author: albers double the number of graphics lines in the colorbars file: src/lapsplot/hsect.f author: albers use label zoom/centering info that is passed into subroutine 'write_label_lplot' so we can see the bottom label with zoomed in plots file: src/lapsplot/lapsplot_sub.f author: albers add label hooks for zoom/centering info that is read in so we can see the bottom label with zoomed in plots file: src/lapsplot/plot_mesoob.f author: albers plot up to 5 characters in station name ======= CHANGES on 2007/08/09 ======= file: data/static/surface_analysis.nl file: src/include/laps_sfc.inc file: src/lib/read_namelist.f author: albers added new 'bad_tgd_land' and 'bad_tgd_water' parameters file: etc/laps_input_from_archive.pl.in author: albers improved satellite dataset download file: src/cloud/README file: src/cloud/insertradar.f author: albers 'thresh_cvr' parameter reduced to 0.10 to help lower cloud bases associated with radar echoes layout of software was improved file: src/ingest/radar/mosaic/mosaic_radar.f author: albers changed remaining '_cmn' parameter names over to the new convention file: src/laps2grib/Makefile author: xiey Change the library order for debugging mode by Yuanfu Xie file: src/lib/conversions.f author: albers updated comments file: src/lib/laps_io.f author: albers added print statement for 'get_file_times' call from 'get_laps_lvd' file: src/sfc/barnes_multivariate_sfc.f author: albers pass in and utilize variables 'bad_mult_land' and 'bad_mult_water' to allow the standard deviation QC test to have a theshold that depends on land fraction file: src/sfc/laps_sfc.f author: albers removed obsolete namelist related statements file: src/sfc/lapsvanl.f author: albers pass 'bad_tgd_land' and 'bad_tgd_water' from namelist data structure into subroutine 'barnes_multivariate_sfc_jacket' ======= CHANGES on 2007/08/03 ======= file: README author: albers updated info on "wgi" files, as well as LSX analysis input file: etc/laps_driver.pl.in file: etc/sched.pl.in author: albers updated parameter names to keep in sync with recent changes to 'nest7grid.parms' file: etc/sfc.pl.in author: albers added bias information for surface verification file: etc/wfo_post.pl.in author: albers updated parameter names to keep in sync with recent changes to 'nest7grid.parms' file: etc/www/laps.cgi.in author: albers clarified the setting up of include scripts file: etc/www/nph-laps.cgi.in author: albers clarified the setting up of include scripts updated parameter names in 'nest7grid.parms' other recent additions file: src/lib/modules/Makefile author: albers added blank .SUFFIX to make it more robust now builds ATMET modules ======= CHANGES on 2007/08/02 ======= file: etc/LapsRadar.pl.in author: wharton LW updated grid_cen_lat and grid_cen_lon to remove _cmn, verified that there's only 9 elements in @lapsrad before writing radar.lst. This code now works for RSA! ======= CHANGES on 2007/07/30 ======= file: src/mesowave/stmas_mg/PrePostPrc.f90 author: xiey Change comments for clouding ceil (it was visibility, incorrect). ======= CHANGES on 2007/07/27 ======= file: etc/ruc_grib2netcdf.csh.in author: oplapb setting the computer time to GMT has been added ======= CHANGES on 2007/07/26 ======= file: etc/laps_input_from_archive.pl.in author: oplapb an option to skip download of conventional data has been added ======= CHANGES on 2007/07/18 ======= file: src/var/bufr/Makefile author: xiey Add library for debugging. ======= CHANGES on 2007/07/17 ======= file: README author: albers updated comments on resetting the vertical grid file: etc/check_release.csh.in author: albers reduced number of expected executables to 41 file: src/ingest/radar/remap/unfold.f author: albers Updated CWB unfolding routine (frrom Shiow-Ming Deng) designed to be more reliable. file: src/lib/radar/remap_ftn/readdata.f author: albers commented out call to subroutine 'unfold' because of memory demands running on the IBM file: src/lib/rfill.f author: albers improved logging of low echo filling step ======= CHANGES on 2007/07/16 ======= file: etc/localize_domain.pl.in author: albers modified parameter names by stripping off the "_CMN" or "_cmn" to keep in sync with changes in the parameter names within 'nest7grid.parms' ======= CHANGES on 2007/07/12 ======= file: etc/laps_tools.pm author: oplapb Added lvd/goes11 and lvd/noaapo to directory list of directories made during localization file: src/ingest/satellite/lvd/lvd_driver_sub.f author: oplapb Fixed typo (or leftover testing code) - fixed the following: < integer nft,ntm(100) !max_files) <-- was this --- > integer nft,ntm(max_files) <-- now this file: src/lib/read_namelist.f author: oplapb Fixed some typos - redundant if tests for channel and format types. ======= CHANGES on 2007/07/10 ======= file: Makefile author: smart Removed src/ingest/satellite/lvd/table as an executable directory since this is not longer used. file: data/static/nest7grid.parms author: albers Changed most parameter names by stripping off the "_cmn" or "_common" suffix to improve interfacing with ATMET's single executable version of LAPS. This applies to variable declarations and the 'common' statement. An exception is that 'max_radar_files_cmn' was changed to 'max_radar_files_nl'. file: src/grid/gridgen_model.f author: albers commented out call to 'get_nmm_grid_spacing' for the time being in relating to parameter renaming for the ATMET LAPS version file: src/include/lapsparms.cmn author: albers Changed most parameter names by stripping off the "_cmn" or "_common" suffix to improve interfacing with ATMET's single executable version of LAPS. This applies to variable declarations and the 'common' statement. Some exceptions are that 'max_radar_files_cmn' was changed to 'max_radar_files_nl'. Some parameters relating to the WRFSI were left unchanged. file: src/include/wrf_horzgrid.cmn author: albers renamed missing data parameters to avoid conflict with related renaming elsewhere in LAPS for ATMET file: src/ingest/radar/mosaic/mosaic_radar.f author: albers removed include of 'lapsparms.cmn' and use data access subroutines to acquire parameters file: src/lib/Makefile author: albers removed compilation of 'get_wrfsi_config.f' as LAPS parameter names are for now out of sync with this routine file: src/lib/bgdata/bkgd_util.f author: albers removed "_cmn" from some of the variable names acquired from the 'lapsparms.cmn' include perhaps the 'lapsparms.cmn' include can be removed later if it isn't needed to help in overall software consolidation? file: src/lib/get_static_info.f author: albers stripped "_cmn" off of common block variable names since they had been changed in include file 'lapsparms.cmn' file: src/lib/lapsgrid.f author: albers Changed most parameter names by stripping off the "_cmn" or "_common" suffix to improve interfacing with ATMET's single executable version of LAPS. This applies to variable declarations and the 'common' statement. Some exceptions are that 'max_radar_files_cmn' was changed to 'max_radar_files_nl'. Parameters relating to the WRFSI were left unchanged. Commented out call to 'get_wrfsi_config' as LAPS parameter names are for now out of sync with this routine file: src/lib/time_conversions.f author: albers added note in CV_I4TIM_INT_LP that output variable NYEARS is the number of years since 1900 ======= CHANGES on 2007/07/09 ======= file: src/include/satdata_lvd_table.for author: smart Intial cvs entry for include file used in subroutine conf_isjtkc in file read_namelist.f. The table lists all the satellites, the satellite data types, and the satellite channel types known to the lvd_sat_ingest system. file: src/lib/satellite/gen_lut_lambert.f file: src/lib/satellite/gen_lut_mercator.f author: smart Removed the lfirst data statement and other associated executable lines with lfirst since we no longer need to worry about computing mapping tables for identically mapped data. ======= CHANGES on 2007/07/05 ======= file: data/static/satellite_lvd.nl author: smart Significant restructuring of satellite_lvd.nl (satellite ingest namelist file) so that it is hopefully much more user friendly. file: src/include/bgdata.inc author: smart Updated the number of bgmodels from 11 to 12 (for ECMWF). file: src/include/satdata_lvd.for author: smart Removed that many variables (array) assignments (hardwires) as these are now contained in library subroutine read_namelist.f (subroutine conf_isjtks). Added two new satellites: goes11 and noaapo Added a new type: ncp Replaced the gwc type with a new (not used yet) type -> rll -> raw lat-lon. The rll is the future satellite data type when we expect all satellite data to be in raw lat-lon and the LAPS satellite ingest will use the same transformation software for each. file: src/include/satellite_common_lvd.inc author: smart Modified "integer i_msng_sat_flag(maxchannel,maxtype,maxsat)" to account for missing data value for each channel Added this important line to accomdate the new namelist: integer nsats,ntypes(maxsat),nchannel(maxtype*maxsat) file: src/include/satellite_dims_lvd.inc author: smart Upped the number of satellites to 8 (previously was 6). file: src/include/satellite_namelist_lvd.cmn author: smart Significant update to accomodate the new satellite_lvd.nl namelist file. file: src/ingest/radar/wsiremap/vrc/vrc_driver.f author: smart Max_files setting now taken from lapsparms.for include file: include 'lapsparms.for' ! MAX_RADAR_FILES parameter (max_files=MAX_RADAR_FILES) file: src/ingest/satellite/lvd/getcdf_satdat.f author: smart Added 'ncp' switch for FMI polar orbiter satellite data ingest. A bit of cleanup and added i_delta_t_sat for time delay parameter (obtained from namelist). file: src/ingest/satellite/lvd/getsat_attributes.f author: smart Removed lines that equate nx/ny to variables that use to be in the common block for lvd. Parameters are now passed in argument list. file: src/ingest/satellite/lvd/lvd_driver_sub.f author: smart Added "ncp" (FMI netcdf polar orbiter) switch; Added initialization for number of lines/elem for each vis/ir/wv variables. Added Earth Radius to satellite range_m for exact distance value used in normalize_brightness ... note: this allowed the normalization of FMI vis data. Added smsng array assignment from namelist array values. file: src/ingest/satellite/lvd/lvd_sat_ingest.f author: smart Cleanup of commented lines no longer needed. Removal of assignments associated with items previously in the namelist. New character variables needed to accomodate the new namelist strategy. file: src/ingest/satellite/lvd/rdcdfblock.f author: smart Cleanup of commented lines by removing them. Added ncsize_x and _y to argument list and removed these as netcdf variable calls as these parameters are now passed in. file: src/ingest/satellite/lvd/readcdf.f author: smart Updated for FMI netcdf reading, most important was the data variable name "channel" for FMI data and "image" for GSD data. file: src/ingest/satellite/lvd/readsatdat.f author: smart Added "ncp" (FMI netcdf) switch. cleanup of some redundant code. Added nc_close statement since the software never did close the netcdf file being read. file: src/ingest/satellite/lvd/satdatfill.f author: smart Mods associated with having the smsng data in an arraw (from namelist) and assigning as appropriate the rmsng variable as appropriate. file: src/ingest/satellite/lvd/satvis_process.f author: smart Added "noaapo" as new sat ID (NOAA Polar Orbiter). Put normalize_brightness subroutine call into "if" switch block. Hardwired the "if" switch to always call normalize. Put in "isat" settings so that noaapo and goes11 can get "stretched" similarly as other satellite data is stretched. file: src/ingest/satellite/lvd/set_missing_sat.f author: smart Value of rhigh is now hardwired as 550. file: src/ingest/satellite/lvd/setmissingflag.f author: smart Missing data now in array (from namelist) and the value of rmsng is assigned to the appropriate array value. file: src/lapsplot/lapsplot_sub.f author: albers introduced NX_T=121 variable to scale cloud/precip type plots file: src/lapsplot/xsect.f author: albers utilize new NX_T variable for cloud/precip type plots file: src/lib/gridconv.f author: smart Added print statement for log files in the event we get a missing value for the grid tranformation information. file: src/lib/read_namelist.f author: smart Updated conf_satellite_lvd routine and added new subroutine conf_isjtkc that now deals with all the various satellites and types and channels. This array allowed significant restructuring of the satellite_lvd.nl file (namelist file). file: src/lib/satellite/Makefile file: src/lib/satellite/genlutps.f author: smart New routine genlutps.f used to generate mapping transformation for polar stereographic satellite data to LAPS domain. Updated Makefile appropriately file: src/lib/satellite/gen_lut_gvar.f file: src/lib/satellite/genlvdlut_lvd.f file: src/lib/satellite/rewrite_satellite_lvd_nl.f author: smart new satellite namelist requires the use of gvar satellite attributes from netcdf file. Thus the update to gen_lut_gvar.f. Updated genlvdlut_lvd.f to use genlutps.f (polar stereographic mapping routine) as required when input data is in ps projection (true for FMI polar orbiter data). Removed rewrite_satellite_lvd_nl.f from repository - yipee! ======= CHANGES on 2007/07/02 ======= file: README author: albers added section on LAPS2GRIB ======= CHANGES on 2007/06/29 ======= file: data/cdl/lgb.cdl author: smart Added two missing attributes for the tgd variable file: src/lib/bgdata/readFMIcdf.f author: smart Fixed the loop variables from nx and ny (not defined) to something useful (x and y). ======= CHANGES on 2007/06/27 ======= file: data/cdl/lgb.cdl author: oplapb Added new variable; background ground temperature (tgb) and associated definitions. file: src/lib/bgdata/sfcbkgd.f author: oplapb Conversion from Td to q for bgmodel = 12 (ECMWF) for use in sfc P calculation ======= CHANGES on 2007/06/26 ======= file: src/ingest/profiler/get_sodar_data.f author: albers flip SODAR ingest to read data in the normal convention from lower to higher levels file: src/lib/read_ldad_prof.f author: albers Check how many good observations are in each profile prior to determining which profile report is closest to the analysis time. This allows us to guarantee that the closest report to the analysis time is chosen that has good temperatures or winds as appropriate. file: src/lib/read_surface_obs.f author: albers improved comments ======= CHANGES on 2007/06/22 ======= file: etc/purger.pl.in author: albers reduced the purge time for 'rdr/wideband' files to 1 hour ======= CHANGES on 2007/06/21 ======= file: src/lib/bgdata/readFMIcdf.f author: smart Removed "call read_bgdata_data" as this routine does not exist anywhere. Replace these lines with "call nf_close( )" since a netcdf file is opened within subroutine get_bgdata_data. ======= CHANGES on 2007/06/20 ======= file: src/lib/read_pro_data.f author: albers made handling of surface obs more robust file: src/wind/Makefile author: albers fixed debug target libraries file: src/wind/insert_radar_obs.f author: albers changed dimensioning strategy for 'vr_obs_fltrd' improved "superob" accounting for case of 2x1 subsampling filter improved logging of superob checks ======= CHANGES on 2007/06/15 ======= file: data/static/background.nl author: smart Added bgmodel = 12 and cmodel definitions for ECMWF as possible background. Only cmodel='FMI_NETCDF_LL' currently works. A second netCDF ECMWF file is expected from GSD/ITS in the near furture so a second cmodel switch is defined but not yet working. file: src/lib/bgdata/Makefile file: src/lib/bgdata/readFMIcdf.f author: smart New file "readFMIcdf.f" (FMI, Finish Meteorological Institute) for reading specific FMI produced ECMWF netCDF file. The ECMWF netCDF is a limited area lat-lon file. Lat-lon specs are not in file and instead are hardwired in get_bkgd_mdl_info.f for bgmodel =12 and cmodel = 'FMI_NETCDF_LL'. Updated Makefile as appropriate. file: src/lib/bgdata/get_bkgd_mdl_info.f author: smart Added new switch for bgmodel = 12 and cmodel = 'FMI_NETCDF_LL'. Included hardwire model projection info for FMI limited area ECMWF model data since it isn't in the netCDF file. file: src/lib/bgdata/lga_driver.f author: smart Added new array 't_at_sfc' for derivation of lgb variable TGD (ground temperature). Includes various "bad data" checks and upping the lgb variables from 8 to 9. A bit of editing to make code more readable. file: src/lib/bgdata/lga_interp_subs.f author: smart Added new lgb variable "TGD" for time interpolation. file: src/lib/bgdata/readavnpublic.f author: smart Changed "fname" declaration to "character*255" ... pr