------------------------------------------------------------------------ r9347 | diane.stokes@noaa.gov | 2010-08-18 19:17:47 +0000 (Wed, 18 Aug 2010) | 3 lines Initial import of the NCDC quarter-degree OI SST analysis. These are original files fron NCDC without changes. ------------------------------------------------------------------------ r9349 | diane.stokes@noaa.gov | 2010-08-18 19:33:49 +0000 (Wed, 18 Aug 2010) | 4 lines Made NCEP copy of scripts, sorc and fix directories directly under trunk. It is expected the NCDC_files directory should remain unchanged until NCDC passes on upgrades. ------------------------------------------------------------------------ r9350 | diane.stokes@noaa.gov | 2010-08-18 20:24:27 +0000 (Wed, 18 Aug 2010) | 6 lines Prepended model qualifier sstoiqd_ to fix file names. Remove older version of source codes. Create subdirectories for remaining source codes. Moved linpack routines in files spoco.f sposl.f from the lib directory to the sstoiqd_oisst4.fd directory. Removed lib directory. (Remaining subroutine date.f contained IW3JDN which came from NCEP w3lib). ------------------------------------------------------------------------ r9352 | diane.stokes@noaa.gov | 2010-08-18 21:19:55 +0000 (Wed, 18 Aug 2010) | 3 lines Used fsplit command to break sstoiqd_insitu.fd/buoy_ship_daily_historic_firstguessclim_col.f into separate files. No actual code changes. ------------------------------------------------------------------------ r9354 | diane.stokes@noaa.gov | 2010-08-18 21:23:04 +0000 (Wed, 18 Aug 2010) | 3 lines Used fsplit command to break sstoiqd_amsr.fd/amsr_ncqc_col.f into separate files. No actual code changes. ------------------------------------------------------------------------ r9355 | diane.stokes@noaa.gov | 2010-08-18 21:26:33 +0000 (Wed, 18 Aug 2010) | 3 lines Used fsplit command to break sstoiqd_avhrr.fd/satellite_navy_daily_firstguessclim_6hr_col.f into separate files. No actual code changes. ------------------------------------------------------------------------ r9356 | diane.stokes@noaa.gov | 2010-08-18 21:40:13 +0000 (Wed, 18 Aug 2010) | 3 lines Used fsplit command to break sstoiqd_eotbias-cor4-doc.fd/eotbias-cor4-doc.f into separate files. No actual code changes. ------------------------------------------------------------------------ r9357 | diane.stokes@noaa.gov | 2010-08-18 21:42:37 +0000 (Wed, 18 Aug 2010) | 3 lines Used fsplit command to break sstoiqd_eotbias-wt4-doc.fd/eotbias-wt4-doc.f into separate files. No actual code changes. ------------------------------------------------------------------------ r9358 | diane.stokes@noaa.gov | 2010-08-18 21:45:31 +0000 (Wed, 18 Aug 2010) | 3 lines Used fsplit command to break sstoiqd_ice2_1440x720_col.fd/ice2_1440x720_col.f into separate files. No actual code changes. ------------------------------------------------------------------------ r9359 | diane.stokes@noaa.gov | 2010-08-18 21:50:23 +0000 (Wed, 18 Aug 2010) | 3 lines Used fsplit command to break sstoiqd_ncep_ice2sst_med_col.fd/ncep_ice2sst_med_col.f into separate files. No actual code changes. ------------------------------------------------------------------------ r9360 | diane.stokes@noaa.gov | 2010-08-18 21:52:16 +0000 (Wed, 18 Aug 2010) | 3 lines Used fsplit command to break sstoiqd_oisst4.fd/oisst4-doc.f into separate files. No actual code changes. ------------------------------------------------------------------------ r9373 | diane.stokes@noaa.gov | 2010-08-19 16:27:50 +0000 (Thu, 19 Aug 2010) | 9 lines sstoiqd, trunk: NCDC_files: fix subdirectory. * ship4sm-nsr-stat-v2: Added (should have been with initial import) * cice4sm-nsr-stat-v2: Added (should have been with initial import) * day-path4sm-nsr-stat-v2: Added (should have been with initial import) * buoy4sm-nsr-stat-v2: Added (should have been with initial import) * nte-path4sm-nsr-stat-v2: Added (should have been with initial import) ------------------------------------------------------------------------ r9375 | diane.stokes@noaa.gov | 2010-08-19 17:09:59 +0000 (Thu, 19 Aug 2010) | 10 lines sstoiqd, trunk: fix: * sstoiqd_ship4sm-nsr-stat-v2: Copied from NCDC_files/fix/ship4sm-nsr-stat-v2. * sstoiqd_cice4sm-nsr-stat-v2: Copied from NCDC_files/fix/cice4sm-nsr-stat-v2. * sstoiqd_day-path4sm-nsr-stat-v2: Copied from NCDC_files/fix/day-path4sm-nsr-stat-v2. * sstoiqd_buoy4sm-nsr-stat-v2: Copied from NCDC_files/fix/buoy4sm-nsr-stat-v2. * sstoiqd_nte-path4sm-nsr-stat-v2: Copied from NCDC_files/fix/buoy4sm-nsr-stat-v2. Note sstoiqd_ qualifier prepended to filename as part of the copy. ------------------------------------------------------------------------ r9400 | diane.stokes@noaa.gov | 2010-08-19 23:45:03 +0000 (Thu, 19 Aug 2010) | 22 lines sstoiqd, trunk: sorc: oisst4.fd subdirectory. changes needed to get executable compiled and running successfully on CCS * main000.f: Replace call of timer function with call of SYSTEM_CLOCK. Replace multiple calls to exit function with calls to w3lib routine errexit so that proper exit code gets passed to shell. Added commas between several print statement segments. * sstmap.f: Replace call to qsort with call to qsort_up. * compar.f: Deleted. Not needed with qsort_up on CCS. * getfg.f: Added comma between segments of print statement. * spoco.f: Changed last dimension in assumed shape arrays from 1 to *. * sposl.f: Changed last dimension in assumed shape arrays from 1 to *. * makefile: New ------------------------------------------------------------------------ r9455 | diane.stokes@noaa.gov | 2010-08-21 18:19:22 +0000 (Sat, 21 Aug 2010) | 46 lines sstoiqd, trunk: changes needed to get ship and satellite bias correction executables compiled and running successfully on CCS sorc: sstoiqd_shipbias4.fd subdirectory. * shipbias4-doc.f: Replace multiple calls to exit function with calls to w3lib routine errexit so that proper exit code gets passed to shell. * makefile: New. sorc: sstoiqd_eotbias-wt4-doc.fd subdirectory. * main000.f: Replace multiple calls to exit function with calls to w3lib routine errexit so that proper exit code gets passed to shell. Replace call of timer function with call of SYSTEM_CLOCK. * ptbias.f: Added comma between segments of print format statement. * makefile: New. sorc: sstoiqd_eotbias-cor-doc.fd subdirectory. * main000.f: Replace multiple calls to exit function with calls to w3lib routine errexit so that proper exit code gets passed to shell. Replace call of timer function with call of SYSTEM_CLOCK. * verr.f: Added comma between segments of print format statement. * ptbias.f: Added comma between segments of print format statement. * makefile: New. Additionally, minor changes to: sorc: sstoiqd_eotbias-cor-doc.fd subdirectory. * main000.f: Added entry to PROGRAM HISTORY LOG in docblock. Removed commented out calls to timer. * makefile: Removed extraneous option in FFLAGS line. ------------------------------------------------------------------------ r9488 | diane.stokes@noaa.gov | 2010-08-24 01:12:07 +0000 (Tue, 24 Aug 2010) | 17 lines sstoiqd, trunk: sorc: sstoiqd_eotbias-wt4-doc.fd subdirectory. * main000.f: Finished proper calculation of elapsed time (var tsec) from SYSTEM_CLOCK output for case when job runs beyond end of clock cycle. Docblock mods sorc: sstoiqd_eotbias-cor-doc.fd subdirectory. * main000.f: Finished proper calculation of elapsed time (var tsec) from SYSTEM_CLOCK output for case when job runs beyond end of clock cycle. Docblock mods sorc: sstoiqd_oisst4.fd subdirectory. * main000.f: Finished proper calculation of elapsed time (var tsec) from SYSTEM_CLOCK output for case when job runs beyond end of clock cycle. ------------------------------------------------------------------------ r9489 | diane.stokes@noaa.gov | 2010-08-24 03:53:55 +0000 (Tue, 24 Aug 2010) | 37 lines sstoiqd, trunk: changes needed to get ship/buoy data processing code compiled and running successfully on CCS sorc: sstoiqd_insitu.fd subdirectory. * main000.f: Replaced calls to exit function with calls to w3lib routine errexit to ensure output files are closed and proper exit code gets passed to shell. Removed unnecessary call to intrp1 for doisst "field" (which was not declared and was causing compilation warnings). Output arg doi was not used. Removed arguments doisst and dstdev from calls to buoyshipdt. (Corresponding dummy arguments removed from subroutine statement in buoyshipdt.f) Replaced call of timer function (not available on CCS) with call to SYSTEM_CLOCK. Removed NCDC directory paths from open statements. (Filename is still included for now). Made docblock additions and changes. * buoyshipdt.f: Removed dummy arguments clima1 and clims1 from subroutine statment since these are not used. Removed declaration statement for clima1 and clims1. (Will clean up old references in docblock later). Added ELSE block to IF test when defining alon_gis in order to properly define that variable when alon <= 180.) Added comma between segments of print format statement. * linfil.f: Replaced calls to exit function with calls to w3lib routine errexit to ensure output files are closed and proper exit code gets passed to shell. * maxmin.f: New (was previously included from NCDC developer library). * makefile: New. * main001.f: Deleted. (contained include statements, no longer needed) ------------------------------------------------------------------------ r9634 | diane.stokes@noaa.gov | 2010-09-02 02:44:13 +0000 (Thu, 02 Sep 2010) | 16 lines sstoiqd, trunk: changes needed to get avhrr data processing code compiled and running successfully on CCS sorc: sstoiqd_avhrr.fd subdirectory. * main000.f: Replaced calls to exit function with calls to w3lib routine errexit to ensure output files are closed and proper exit code gets passed to shell. Replaced call of timer function (not available on CCS) with call to SYSTEM_CLOCK. Added if-block to avoid division by zero when computing rgood and rbad. Made docblock additions and changes. Modified processing of input sat file. (for quick test on local file that had been converted to ieee. will be reading bufr). * makefile: New. * main001.f: Deleted. (contained include statements, no longer needed) ------------------------------------------------------------------------ r9706 | diane.stokes@noaa.gov | 2010-09-06 15:56:08 +0000 (Mon, 06 Sep 2010) | 17 lines sstoiqd, trunk: changes needed to get amsr data processing code compiled and running successfully on CCS sorc: sstoiqd_amsr.fd subdirectory. * main000.f: Replaced calls to exit function with calls to w3lib routine errexit to ensure output files are closed and proper exit code gets passed to shell. Replaced call of timer function (not available on CCS) with call to SYSTEM_CLOCK. Added declaration of variables file_grid_out and file_sobs_out Added if-block to avoid division by zero when computing rland, rgood and rbadclim Added if-blocks to avoid division by zero when computing cover. (two locations) Made docblock additions and changes. * makefile: New. * main001.f: Deleted. (contained include statements, no longer needed) ------------------------------------------------------------------------ r9748 | diane.stokes@noaa.gov | 2010-09-09 17:43:57 +0000 (Thu, 09 Sep 2010) | 27 lines sstoiqd, trunk: changes needed to get ice data processing codes compiled and running successfully on CCS sorc: sstoiqd_ice2_1440x720_col.fd subdirectory. * main000.f: Replaced call to exit function with call to w3lib routine errexit to ensure output files are closed and proper exit code gets passed to shell. Replaced calls of timer function (not available on CCS) with calls to SYSTEM_CLOCK. Replaced calls of local subroutine maxmin for integer array cmask to calls of local subroutine imaxmin. * makefile: New. sorc: sstoiqd_ncep_ice2sst_med_col.fd subdirectory. * main000.f: Added implicit none and declared all variables. Replaced calls to exit function with calls to w3lib routine errexit to ensure output files are closed and proper exit code gets passed to shell. Replaced call of timer function (not available on CCS) with call to SYSTEM_CLOCK. Removed open statements for some files (those hardcoded with NCDC pathnames). Changed call of qsort to call of qsort_. Added comma to print format statement. Added if-blocks to avoid division by zero when computing cover. Made docblock additions and changes. * compar.f: Removed commented include statement. * makefile: New. ------------------------------------------------------------------------ r9749 | diane.stokes@noaa.gov | 2010-09-09 17:50:21 +0000 (Thu, 09 Sep 2010) | 7 lines sstoiqd, trunk: NCDC_files: fix subdirectory. * gsfc-fit-coef-fill-final: added (should have been with initial import) * ice_flags_mask.dat: added (should have been with initial import) * quarter-mask: added (should have been with initial import) ------------------------------------------------------------------------ r9768 | diane.stokes@noaa.gov | 2010-09-10 02:22:19 +0000 (Fri, 10 Sep 2010) | 28 lines sstoiqd, trunk: sorc: sstoiqd_insitu.fd subdirectory. * main000.f: Cleaned up docblock. Removed comments that do not pertain to this code. Removed open statements and references to filenames. Removed unused argument undef in call to subroutine getfg. Added if-blocks to avoid division by zero when computing cover. Define iugisp,iugisd,iugism for GIS unit numbers and pass in as args to subroutine buoyshipdt.f. Change unit numbers as needed to meet NCO guidelines: 5 and 11-49 for input files, 6 and 51-79 for output. Standard deviation file unit number changed from 4 to 34. GIS ship file unit number changed from 44 to 75. GIS moored file unit number changed from 22 to 76. GIS drifter file unit number changed from 33 to 77. Removed output to unit 789 with ob count info. * buoyshipdt.f: Changed call of qsort to call of qsort_. Added arguments iugisp,iugisd,iugism for GIS unit numbers. Cleaned up docblock. Removed comments that do not pertain to this code. Removed declaration of variables that are not used. Removed old source code that was commented out. Removed write statement to unit "iu" with ob count info. * getfg.f: Removed unused dummy argument undef from subroutine statement. * makefile: Removed references to linfil.f and linfil.o. * linfil.f: Deleted. Not used. ------------------------------------------------------------------------ r9787 | diane.stokes@noaa.gov | 2010-09-11 14:54:16 +0000 (Sat, 11 Sep 2010) | 24 lines sstoiqd, trunk: sorc: sstoiqd_avhrr.fd subdirectory. * main000.f: Removed open statements and references to filenames. Defined variable names for unit numbers. Change unit numbers as needed to meet NCO guidelines: 5 and 11-49 for input files, 6 and 51-79 for output. Standard deviation file unit number changed from 4 to 34. Removed unused argument undef in call to subroutine getfg. Relocated smult definition to code segment where it is addressed (computation of allowable deviaiton) Cleaned up docblock. Removed comments that do not pertain to this code. Removed variables that were not being used. Removed old source code that was commented out. * supersat.f: Changed call of qsort to call of qsort_. Defined variable names for unit numbers. Removed open statements and references to filenames. Cleaned up docblock. Removed comments that do no pertain to this code. Removed variables that were not being used. Removed old source code that was commented out. * getfg.f: Removed unused dummy argument undef from subroutine statement. ------------------------------------------------------------------------ r9788 | diane.stokes@noaa.gov | 2010-09-11 17:03:01 +0000 (Sat, 11 Sep 2010) | 12 lines sstoiqd, trunk: sorc: sstoiqd_shipbias4.fd subdirectory. * main000.f: Removed open statements and references to filenames. Changed common statement to simple real declaration for arrays. (No subprograms used, so no need for common. May have come from earlier version of code). Updated docblock. ------------------------------------------------------------------------ r9789 | diane.stokes@noaa.gov | 2010-09-12 03:36:54 +0000 (Sun, 12 Sep 2010) | 18 lines sstoiqd, trunk: scripts: * exsstoiqd_dump.sh.sms: initial commit of dump script jobs: new subdirectory * JSSTOIQD_DUMP.sms.prod: initial commit of J-Script to run scripts/exsstoiqd_dump.sh.sms * JSSTOIQD_DUMP.sms.dcs: initial commit of test J-Script to run scripts/exsstoiqd_dump.sh.sms under wx24ds id. sms: new subdirectory * jsstoiqd_dump.sms.dcs: initial commit of sms-like script to test jobs/JSSTOIQD_DUMP.sms.dcs ------------------------------------------------------------------------ r9790 | diane.stokes@noaa.gov | 2010-09-12 22:06:40 +0000 (Sun, 12 Sep 2010) | 13 lines sstoiqd, trunk: sorc: sstoiqd_insitu.fd subdirectory. * main000.f: Modified to read NCEP bufr data instead of text file with ship/buoy obs. Many changes were needed, but some key points: Input values are real rather than integer times some scaling factor. Input SST is now K, rather than C*10. Input longitude now ranges from -180 to 180 rather than 0 to 36000. * makefile: Added bufrlib to LIBS. ------------------------------------------------------------------------ r9834 | diane.stokes@noaa.gov | 2010-09-14 21:12:13 +0000 (Tue, 14 Sep 2010) | 13 lines sstoiqd, trunk: sorc: sstoiqd_avhrr.fd subdirectory. * main000.f: Modified to read NCEP bufr data instead NESDIS 6-hr files. Many changes were needed, but some key points: Input values are real rather extracted from bytes or half-words and multiplied by some scaling factor. Input SST is now K, rather than C*10. Added informational print statement for obs found less than max allowable sst but greater than 35. * makefile: Added bufrlib to LIBS. ------------------------------------------------------------------------ r9855 | diane.stokes@noaa.gov | 2010-09-16 23:41:38 +0000 (Thu, 16 Sep 2010) | 9 lines sstoiqd, trunk: NCDC/scripts subdirectory. * navy1718-intv2-oisst4-data-metop-oper.sh Updated version from NCDC. Filenames for 6-hr satellite retrieval files from NESDIS server are updated. (Already done in NCEP test script under trunk/scripts. Not relevant in actual NCEP processing where bufr files are input). isource defined for metop data is now handled in an if-block to account for different values used by Navy and NESDIS. $mask is no longer added to ice_read.parm, the parm file passed in to ./ice2_1440x720_col.x. (Already done for in NCEP test script under trunk/scripts). ------------------------------------------------------------------------ r9856 | diane.stokes@noaa.gov | 2010-09-16 23:57:04 +0000 (Thu, 16 Sep 2010) | 16 lines sstoiqd, trunk: sorc: sstoiqd_ice2_1440x720_col.fd subdirectory. * main000.f: Modified to get ice data from grib file instead of text file. Uncommented assignment statement: ice4(i,j)=undef when 1/4-degree mask (cmask) indicates land point. (Checked first with NCDC programmer Chunying Liu who thinks it was commented by mistake in her version and is making the same change.) Removed declaration of variables that are no longer used. Removed commented out sections of code. Corrected/modified some comments. * intrp.f Replaced call to exit function with call to w3lib routine errexit to ensure output files are closed and proper exit code gets passed to shell. * makefile: Added bacio lib and removed netcdf lib. ------------------------------------------------------------------------ r9868 | diane.stokes@noaa.gov | 2010-09-17 23:35:38 +0000 (Fri, 17 Sep 2010) | 9 lines sstoiqd, trunk: scripts: * exsstoiqd_dump.sh.sms: add option to ftp MISST quarter-degree gridded L2P AMSRE field. add checks on sizes of obs files copied in from $COMm1 and rerun dump script for files that are smaller than usual. ------------------------------------------------------------------------ r9873 | diane.stokes@noaa.gov | 2010-09-19 00:41:01 +0000 (Sun, 19 Sep 2010) | 42 lines sstoiqd, trunk: sorc: sstoiqd_amsr.fd subdirectory. * main000.f: Change unit numbers as needed to meet NCO guidelines: 5 and 11-49 for input files, 6 and 51-79 for output. Standard deviation file unit number changed from 4 to 34. For clarity, renamed variable navyeotfg, sstguess. Cleaned up docblock. Removed comments that do not pertain to this code. Removed references to unused 1-deg mask: variable arrays sea_mask and lsea_mask, input of filename var sea_mask_in from standard input, and open/read of file unit number 3. Removed other variables that were not being used: file_grid_out,file_sobs_out,sst4,lwk,lexist,dfsd,dfoi,dall2. Removed unused argument undef in call to subroutine getfg. Removed unused arguments undef and iundef in call to subroutine amsrnc. Relocated smult definition to code segment where it is addressed (computation of allowable deviaiton) Removed old source code that was commented out. * getfg.f: Removed unused dummy argument undef from subroutine statement. * amsrnc.f: Removed unused dummy arguments undef and undef from subroutine statement. * intrp1.f: Made some corrections to doc block. (Previous version looks to have come from a similar subroutine intrp which outputs an entire gridded field). Added check on denominator bot to avoid division by zero. (Not likely to occur). * superamsr.f: Removed unused dummy arguments file_grid_out and file_sobs_out from subroutine statement. Removed declaration of those variables. Cleaned up docblock. Removed comments that do no pertain to this code. * compar.f: deleted. (unused. no call to qsort) ------------------------------------------------------------------------ r9874 | diane.stokes@noaa.gov | 2010-09-19 17:09:30 +0000 (Sun, 19 Sep 2010) | 10 lines sstoiqd, trunk: scripts: * exsstoiqd_dump.sh.sms: Change variable name $AVHRR_source to $AVHRR_name to avoid confusion with different meaning of "source" in the avhrr processing script and code. Add variable $AMSR_name to allow some flexibility with the amsr data (eg, to ease transition to a different version of AMSR data). The default setting is "amsre". ------------------------------------------------------------------------ r9880 | diane.stokes@noaa.gov | 2010-09-20 17:17:03 +0000 (Mon, 20 Sep 2010) | 15 lines sstoiqd, trunk: scripts: * exsstoiqd_dump.sh.sms: Added loop to pick up guess fields needed for quality control for dates used in bias correction. Added optional variables QC_GUESS_DIR_tmp and QC_GUESS_FILE_tmp for finding qc guess files (useful for testing). Filename changes: sstoiqd.grb became sstoiqd.sst.grb sstguess.grb became sstoiqd.guess.grb sstoiqd_guess.grb became sstoiqd.guess.grb sstoiqd_ in data files became sstoiqd. ------------------------------------------------------------------------ r9881 | diane.stokes@noaa.gov | 2010-09-20 17:29:03 +0000 (Mon, 20 Sep 2010) | 14 lines sstoiqd, trunk: scripts: * exsstoiqd_prep.sh.sms: Initial commit of prep script. (Preliminary version. The only main step so far is call to sstoiqd_initu for generation of ship/buoy superobs). jobs: * JSSTOIQD_PREP.sms.prod: initial commit of J-Script to run scripts/exsstoiqd_prep.sh.sms * JSSTOIQD_PREP.sms.dcs: initial commit of test J-Script to run scripts/exsstoiqd_prep.sh.sms under wx24ds id. sms: * jsstoiqd_prep.sms.dcs: initial commit of sms-like script to test jobs/JSSTOIQD_PREP.sms.dcs ------------------------------------------------------------------------ r9884 | diane.stokes@noaa.gov | 2010-09-20 18:03:35 +0000 (Mon, 20 Sep 2010) | 9 lines sstoiqd, trunk: sorc: sstoiqd_insitu.fd subdirectory. * getfg.f: Modified to get guess data from grib file instead of NCDC ieee format file. * makefile: Added bacio lib. ------------------------------------------------------------------------ r9891 | diane.stokes@noaa.gov | 2010-09-20 22:07:30 +0000 (Mon, 20 Sep 2010) | 19 lines sstoiqd, trunk: sorc: sstoiqd_avhrr.fd subdirectory. * getfg.f: Modified to get guess data from grib file instead of NCDC ieee format file. * intrp1.f: Made some corrections to doc block. (Previous version looks to have come from a similar subroutine intrp which outputs an entire gridded field). Added check on denominator bot to avoid division by zero. (Not likely to occur). * makefile: Added bacio lib. scripts: * exsstoiqd_prep.sh.sms: Added section to call sstoiqd_avhrr for generation of satellite superobs. Relocated some lines that don't need to be repeated within loops. ------------------------------------------------------------------------ r9892 | diane.stokes@noaa.gov | 2010-09-21 02:48:50 +0000 (Tue, 21 Sep 2010) | 20 lines sstoiqd, trunk: scripts: * exsstoiqd_prep.sh.sms: Added section to call sstoiqd_amsr for generation of amsr superobs. Added log msgs. sorc: sstoiqd_amsr.fd subdirectory. * main000.f: Removed some open statements and references to those filenames. Defined variable names for unit numbers. * getfg.f: Modified to get guess data from grib file instead of NCDC ieee format file. * makefile: Added bacio lib. ------------------------------------------------------------------------ r9924 | diane.stokes@noaa.gov | 2010-09-22 13:51:07 +0000 (Wed, 22 Sep 2010) | 18 lines sstoiqd, trunk: scripts: * exsstoiqd_prep.sh.sms: Added section to run ice processing steps. sorc: sstoiqd_ice2_1440x720_col.fd subdirectory. * main000.f: Removed some open statements and references to those filenames. Defined variable names for unit numbers. sorc: sstoiqd_ncep_ice2sst_med_col.fd subdirectory. * main000.f: Removed some open statements and references to those filenames. ------------------------------------------------------------------------ r9982 | diane.stokes@noaa.gov | 2010-09-23 21:18:13 +0000 (Thu, 23 Sep 2010) | 6 lines sstoiqd, trunk: NCDC_files: fix subdirectory. * day-amsr4sm-nsr-stat-v2: added (should have been with initial import) * nte-amsr4sm-nsr-stat-v2: added (should have been with initial import) ------------------------------------------------------------------------ r10000 | diane.stokes@noaa.gov | 2010-09-24 06:47:35 +0000 (Fri, 24 Sep 2010) | 7 lines sstoiqd, trunk: sorc: sstoiqd_ncep_ice2sst_med_col.fd subdirectory. * main000.f: Changed successful and warning errexits to 0 to allow script to continue when utility script err_chk is called. ------------------------------------------------------------------------ r10001 | diane.stokes@noaa.gov | 2010-09-24 08:43:34 +0000 (Fri, 24 Sep 2010) | 7 lines sstoiqd, trunk: sorc: Rename sstoiqd_ncep_ice2sst_med_col.fd subdirectory sstoiqd_ice2sst_med.fd ------------------------------------------------------------------------ r10002 | diane.stokes@noaa.gov | 2010-09-24 08:44:25 +0000 (Fri, 24 Sep 2010) | 137 lines sstoiqd, trunk: sorc: sstoiqd_amsr.fd subdirectory. * main000.f: Changed successful and warning errexits to 0 to allow script to continue when utility script err_chk is called. Removed unnecessary printout. sorc: sstoiqd_avhrr.fd subdirectory. * main000.f: Modified to use satellite id rather than sstsrc (variable isource) to distinguish between satellites. This makes it safer to use this code for data from both Navy and NESDIS since they use conflicting/overlapping values for sstsrc. Added recognition of NOAA-19. Pass in ctype rather than isource to subroutine supersat. Changed successful and warning errexits to 0 to allow script to continue when utility script err_chk is called. * supersat.f: Commented out usage of variable isource to set variable ctype. ctype is now dummy argument. sorc: sstoiqd_empty_buoyship.fd subdirectory. DELETED. Not needed. sorc: sstoiqd_empty_ice1440x720.fd subdirectory. DELETED. Not needed. sorc: sstoiqd_eotbias-cor4-doc.fd subdirectory. * main000.f General clean up. Changed some unit numbers to meet NCO implemenation standards. Changed successful and warning errexits to 0 to allow script to continue when utility script err_chk is called. * getmsk.f Added error checking. sorc: sstoiqd_eotbias-wt4-doc.fd subdirectory. * main000.f General clean up. Changed some unit numbers to meet NCO implemenation standards. Changed successful and warning errexits to 0 to allow script to continue when utility script err_chk is called. * getmsk.f Added error checking. * getclm.f Added error checking. * getvar.f DELETED. not called. * makefile Removed references to getvar. sorc: sstoiqd_gribsst.fd subdirectory. New code to convert NCDC format ieee sst file to grib. sorc: sstoiqd_ice2_1440x720_col.fd subdirectory. * main000.f Modified to read different land mask (same 1/4-deg mask used elsewhere in this project). Change was cleared with NCDC and they did same. Changed successful and warning errexits to 0 to allow script to continue when utility script err_chk is called. Removed unnecessary printout. Changed call to imaxmin to maxmin for new mask (real vs integer). * imaxmin.f DELETED. No longer used. sorc: sstoiqd_insitu.fd subdirectory. * main000.f Write header records for superobs files at start so those files will be generated even if there are no data. Allows for subsequent codes to continue if there is a real ship or buoy outage. (Keep PMB from having to make crisis change to code). Changed successful and warning errexits to 0 to allow script to continue when utility script err_chk is called. Remove unnecessary printout. * buoyshipdt.f Write of header records for superobs moved to main000.f. sorc: sstoiqd_oisst4.fd subdirectory. * main000.f Modified to read grib file for first guess via call to new subroutine getfg_grb. Removed read of most file names from standard inpuut and opens of those files. XLFUNIT_ variables in script take care of assigning unit numbers for those files. (Unit numbers that get reused still have open statements). Changed some unit numbers to meet NCO implemenation standards. Changed successful and warning errexits to 0 to allow script to continue when utility script err_chk is called. * getfg_grb.f New subroutine to get first guess from grib file. * makefile Add references for getfg_grb.f and getfg_grb.o. sorc: sstoiqd_shipbias4.fd subdirectory. * shipbias4-doc.f Changed successful and warning errexits to 0 to allow script to continue when utility script err_chk is called. ------------------------------------------------------------------------ r10003 | diane.stokes@noaa.gov | 2010-09-24 08:55:46 +0000 (Fri, 24 Sep 2010) | 15 lines sstoiqd, trunk: fix: Add files: * sstoiqd_gsfc-fit-coef-fill-final * sstoiqd_ice_flags_mask.dat * sstoiqd_day-amsr4sm-nsr-stat-v2 * sstoiqd_nte-amsr4sm-nsr-stat-v2 Delete unused files: * sstoiqd_ice_land.20040827.dat * sstoiqd_lstags.onedeg.dat ------------------------------------------------------------------------ r10004 | diane.stokes@noaa.gov | 2010-09-24 09:24:11 +0000 (Fri, 24 Sep 2010) | 41 lines sstoiqd, trunk: scripts: * exsstoiqd_prep.sh.sms Add variable AVHRR_sats which contains a list of AVHHR satellites to process to simplify satellite changes. Changed variable SAT to SATname for clarity. Added option to process noaa17 for testing older periods. Changed filenames to make use of satellite names in var AVHRR_sats to easy transition to different satellites. Pass in variable isaid (satellite id) to sstoiqd_avhrr instead of isource to avoid issues do to conflicts in values used by the Navy and NESDIS. Removed unused variable GDATE. Added appropriate file name extensions (txt, ieee) to working files. Removed calls to $USHsstoiqd/sstoi_errwarn.sh after executables. (Old script used to allow low valued return codes to be used to trigger warning msgs without causing driver script to fail.) Print warning msg but don't fail if amsr data not available. Relocated SENDCOM blocks. Reorder processing of ice files to ensure PDYm1 is last (important for codes that check timeliness). Use sstoiqd_quarter-mask-extend instead of older sstoiqd_quarter-mask in sstoiqd_ice2sst_med. Add section calling sstoiqd_eotbiaswt4 to calculate satellite bias wts. Add section calling sstoiqd_eotbiascor4 to apply correction to satellite data. ------------------------------------------------------------------------ r10005 | diane.stokes@noaa.gov | 2010-09-24 10:03:21 +0000 (Fri, 24 Sep 2010) | 50 lines sstoiqd, trunk: scripts: * exsstoiqd_analysis.sh.sms: Initial commit of daily quarter degree OI SST analysis script. jobs: * JSSTOIQD_ANALYSIS.sms.prod: initial commit of J-Script to run scripts/exsstoiqd_analysis.sh.sms * JSSTOIQD_ANALYSIS.sms.dcs: initial commit of test J-Script to run scripts/exsstoiqd_analysis.sh.sms under wx24ds id. * JSSTOIQD_PREP.sms.prod: Removed reference to COM_ENGICE. Not needed. Removed definition AVHRR_name. Go with default in ex-script and only set in J-script to override. Added creation of where_${cycle}_${RUN}_prep_ran file to be added to COMOUT. * JSSTOIQD_PREP.sms.dcs: (same as above) Removed reference to COM_ENGICE. Not needed. Removed definition AVHRR_name. Go with default in ex-script and only set in J-script to override. Added creation of where_${cycle}_${RUN}_prep_ran file to be added to COMOUT. * JSSTOIQD_DUMP.sms.prod: Removed definition AVHRR_source. Go with default in ex-script and only set in J-script to override. Added creation of where_${cycle}_${RUN}_prep_ran file to be added to COMOUT. * JSSTOIQD_DUMP.sms.dcs: Removed definition AVHRR_source. Go with default in ex-script and only set in J-script to override. Added creation of where_${cycle}_${RUN}_prep_ran file to be added to COMOUT. Change location of jlogfile to /ptmp/wx24ds so it can scanned regularly for failures and warnings in test runs. sms: * jsstoiqd_analysis.sms.dcs: initial commit of sms-like script to test jobs/JSSTOIQD_ANALYSIS.sms.dcs * jsstoiqd_analysis.sms.no_amsr: version to test running analysis without amsr data. * jsstoiqd_analysis.sms.n18: version to test running analysis noaa18 data in place of noaa19. * jsstoiqd_prep.sms.dcs: Removed override of GUESS location in order to pick up guess files from this run. Added llsubmit of jsstoiqd_analysis.sms.dcs. Removed override of TANK to pick up production data. * jsstoiqd_prep.sms.n18: added to test using noaa18 data in place of noaa19. * jsstoiqd_dump.sms.dcs: Added optional variables to environment job card. Change GUESS overrides to pick up data from this run. Added llsubmit of jsstoiqd_prep.sms.dcs. Set option FTP_AMSRGRID top pick up amsr gridded fields from MISST. Turned off option to dump amsr data from bufr tanks. (Not available yet). ------------------------------------------------------------------------ r10006 | diane.stokes@noaa.gov | 2010-09-24 10:10:38 +0000 (Fri, 24 Sep 2010) | 2 lines Delete empty directory. Contents were moved to sstoiqd_ice2sst_med.fd ------------------------------------------------------------------------ r10007 | diane.stokes@noaa.gov | 2010-09-24 10:52:45 +0000 (Fri, 24 Sep 2010) | 11 lines sstoiqd, trunk: sorc: Rename sstoiqd_eotbias-cor4-doc.fd sstoiqd_eotbias-cor4.fd. Rename sstoiqd_eotbias-wt4-doc.fd sstoiqd_eotbias-wt4.fd. Rename sstoiqd_ice2_1440x720_col.fd sstoiqd_ice2_1440x720.fd. ------------------------------------------------------------------------ r10132 | diane.stokes@noaa.gov | 2010-09-28 14:41:01 +0000 (Tue, 28 Sep 2010) | 23 lines sstoiqd, trunk: sorc: sstoiqd_gribsst.fd subdirectory. * gribsst.f: Corrected scanning mode passed to putgb when creating grib file. (S->N) sorc: sstoiqd_avhrr.fd subdirectory. * getfg.f: Reversed order of lat index during assignment of array gsst after scanning mode was corrected in guess file. sorc: sstoiqd_amsr.fd subdirectory. * getfg.f: Reversed order of lat index during assignment of array gsst after scanning mode was corrected in guess file. sorc: sstoiqd_insitu.fd subdirectory. * getfg.f: Reversed order of lat index during assignment of array gsst after scanning mode was corrected in guess file. sorc: sstoiqd_oisst4.fd subdirectory. * getfg_grb.f: Reversed order of lat index during assignment of array gsst after scanning mode was corrected in guess file. ------------------------------------------------------------------------ r10234 | diane.stokes@noaa.gov | 2010-10-03 19:06:12 +0000 (Sun, 03 Oct 2010) | 26 lines sstoiqd, trunk: scripts: * exsstoiqd_analysis.sh.sms: Call new executable sstoiqd_grib2sst (instead of NCO utility cnvgrib) to generate grib2 file. Make creation of grib1 and grib2 files optional. Clean up comments. * exsstoiqd_prep.sh.sms: Clean up comment and echo statements. sorc: sstoiqd_grib2sst.fd subdirectory. * New. Generate grib2 sst file from ieee file output from sstoiqd_oisst4.fd. sorc: sstoiqd_oisst4.fd subdirectory. * getfg.f: Deleted. No longer needed with guess field now input by getfg_grb.f. ------------------------------------------------------------------------ r10235 | diane.stokes@noaa.gov | 2010-10-03 23:10:25 +0000 (Sun, 03 Oct 2010) | 7 lines sstoiqd, trunk: jobs: * JSSTOIQD_ANALYSIS.sms.dcs: Set CREATE_GRIB2=YES. * JSSTOIQD_ANALYSIS.sms.prod: Set CREATE_GRIB2=YES. ------------------------------------------------------------------------ r10287 | diane.stokes@noaa.gov | 2010-10-05 18:45:16 +0000 (Tue, 05 Oct 2010) | 51 lines sstoiqd, trunk: sms: * jsstoiqd_dump.sms.dcs Change cyc from 18 to 12. Comment out set of DUMP_AMSR and FTP_AMSRGRID to simulate run by prod (defaults to same vals in script). * jsstoiqd_prep.sms.dcs Change cyc from 18 to 12. * jsstoiqd_analysis.sms.dcs Change cyc from 18 to 12. jobs: * JSSTOIQD_DUMP.sms.prod Set SENDDBN=NO (There will be no dbnet output from this job). Clean up one comment. * JSSTOIQD_DUMP.sms.dcs Clean up one comment. * JSSTOIQD_PREP.sms.prod Set SENDDBN=NO (There will be no dbnet output from this job). Force HOMEbufr to /nwprod to simplify parallel testing. (So $envir used for sstoiqd vars only). Clean up one comment. * JSSTOIQD_PREP.sms.dcs Turn on SENDSMS. Modify USHsstoiqd to conform with settings of other sstoiqd vars. Force HOMEbufr to /nwprod to simplify parallel testing. (So $envir used for sstoiqd vars only). Clean up some comments. * JSSTOIQD_ANALYSIS.sms.prod Set SENDDBN=NO (There will be no dbnet output from this job... for now, at least). Clean up one comment. * JSSTOIQD_ANALYSIS.sms.dcs Turn on SENDSMS. Modify USHsstoiqd to conform with settings of other sstoiqd vars. Correct EXECutil to point to $HOMEutil/exec (was pointing to /nwpara, perhaps for an old test). Remove unneccessary setting of HOMEbufr and EXECbufr. Clean up some comments. scripts: * exsstoiqd_dump.sh.sms: Clean up comments. * exsstoiqd_prep.sh.sms: Clean up comments. * exsstoiqd_analysis.sh.sms: Clean up comments. sorc: sstoiqd_gribsst.fd subdirectory. * gribsst.f: Correct program name in doc block * weaver.f: Modify condition for print 14 warning statement. (To turn off unnecessary warning when nval=0). ------------------------------------------------------------------------ r10313 | diane.stokes@noaa.gov | 2010-10-06 23:40:10 +0000 (Wed, 06 Oct 2010) | 26 lines sstoiqd, trunk: sorc: sstoiqd_ice2sst_med.fd subdirectory. * main000.f: Doc block changes. sorc: sstoiqd_eotbias-wt4.fd subdirectory. * main000.f: doc block changes sorc: sstoiqd_avhrr.fd subdirectory. * main000.f: doc block changes sorc: sstoiqd_amsr.fd subdirectory. * main000.f: doc block changes sorc: sstoiqd_oisst4.fd subdirectory. * main000.f: doc block changes sorc: sstoiqd_eotbias-cor4.fd subdirectory. * main000.f: doc block changes sorc: sstoiqd_ice2_1440x720.fd subdirectory. * main000.f: doc block changes sorc: sstoiqd_insitu.fd subdirectory. * main000.f: doc block changes ------------------------------------------------------------------------ r10333 | diane.stokes@noaa.gov | 2010-10-07 20:55:28 +0000 (Thu, 07 Oct 2010) | 10 lines sstoiqd, trunk: sorc: sstoiqd_grib2sst.fd subdirectory. * grib2sst.f: Doc block and comment additions and changes. Exit code changes. * makefile: Point to /nwprod/lib/incmod/g2_4 (instead of /nwtest version). ------------------------------------------------------------------------ r10624 | diane.stokes@noaa.gov | 2010-10-26 19:31:23 +0000 (Tue, 26 Oct 2010) | 70 lines sstoiqd, trunk: sms: * jsstoiqd_dump.sms.dcs Modified to call JSSTOIQD_DUMP.sms.prod (same script as NCO would run). J-script has all settings overridable so developer requirements are set in this wrapper script. EXPDIR variable is no longer required. (Left in LL cards for now). * jsstoiqd_prep.sms.dcs Modified to call JSSTOIQD_PREP.sms.prod (same script as NCO would run). J-script has all settings overridable so developer requirements are set in this wrapper script. EXPDIR variable is no longer required. (Left in LL cards for now). * jsstoiqd_analysis.sms.dcs Modified to call JSSTOIQD_ANALYSIS.sms.prod (same script as NCO would run). J-script has all settings overridable so developer requirements are set in this wrapper script. EXPDIR variable is no longer required. (Left in LL cards for now). jobs: * JSSTOIQD_DUMP.sms.prod Make all directories, files and options are overridable so that developer and NCO can use same J-script. CLEANUP variable added so developer can keep working directory if needed. Added option to save profiling data. Changed var com to COM and use $COM to define base directory for default settings of COMIN and COMINm*. Added var COMBASE used in dump script to set default directory for guess files. * JSSTOIQD_PREP.sms.prod Make all directories, files and options are overridable so that developer and NCO can use same J-script. Changed var com to COM and use $COM to define base directory for default setting of COMIN. Removed vars COMINm1 and COMINm2 (not used in prep job). CLEANUP variable added so developer can keep working directory if needed. Added option to save profiling data. * JSSTOIQD_ANALYSIS.sms.prod Make all directories, files and options are overridable so that developer and NCO can use same J-script. Changed var com to COM and use $COM to define base directory for default setting of COMIN. Removed vars COMINm1 and COMINm2 (not used in prep job). CLEANUP variable added so developer can keep working directory if needed. Added option to save profiling data. Removed vars CREATE_GRIB1 and CREATE_GRIB2. Those are already set in ex-script to YES by default (but overridable). scripts: * exsstoiqd_dump.sh.sms: Change variable name defining default base directory for QC_GUESS_DIR_tmp from $com to $COMBASE. Change variable name defining default base directory of bufr related var DUMP from $USHsstoiqd to $USHbufr. Change variable name defining default base directory of bufr related var LIST from $FIXsstoiqd to $FIXbufr. * exsstoiqd_prep.sh.sms: Add variables to define each executable and fix file (and a couple of parameters that had not yet been associated with a variable name). All default to typically used values but the override capability will ease future testing. Add a few comments. Add a few blank echo statements to make standard output more readable. * exsstoiqd_analysis.sh.sms: Add variables to define each executable and fix file. All default to typically used values but the override capability will ease future testing. sorc: sstoiqd_avhrr.fd subdirectory. * main000.f: Declare bmiss(1,1) to give it same rank as array tab. Done to avoid complilation warning msg at second call to ufbtab. (This change saves head-scratching for NCO or anyone compiling and time wasted wondering if the warning is important). sorc: sstoiqd_oisst4.fd subdirectory. * main000.f: Doc block change. ------------------------------------------------------------------------ r10678 | diane.stokes@noaa.gov | 2010-10-28 02:44:41 +0000 (Thu, 28 Oct 2010) | 38 lines sstoiqd, trunk: sms: * jsstoiqd_dump.sms.dcs Replace var COM with COMBASE (used as default for COM_IN and COM_OUT in J-script). * jsstoiqd_prep.sms.dcs Replace var COM with COMBASE (used as default for COM_IN and COM_OUT in J-script). * jsstoiqd_analysis.sms.dcs Replace var COM with COMBASE (used as default for COM_IN and COM_OUT in J-script). jobs: * JSSTOIQD_DUMP.sms.prod Pick up changes introduced by PMB prior to implementation: - add if-block to ease PMB testing between test/para/prod. - move assignment of vars NET and RUN towards top of script for use in the above if-block. - add COM_IN and COM_OUT variables to pass in base directories for COMIN and COMOUT vars. The latter two are typically not set until after $RUN and $PDY are known. - remove unnecessary "sh" prior to call to ush-scripts. * JSSTOIQD_PREP.sms.prod Pick up changes introduced by PMB prior to implementation: - add if-block to ease PMB testing between test/para/prod. - move assignment of vars NET and RUN towards top of script for use in the above if-block. - add COM_IN and COM_OUT variables to pass in base directories for COMIN and COMOUT vars. The latter two are typically not set until after $RUN and $PDY are known. - remove unnecessary "sh" prior to call to ush-scripts. * JSSTOIQD_ANALYSIS.sms.prod Pick up changes introduced by PMB prior to implementation: - add if-block to ease PMB testing between test/para/prod. - move assignment of vars NET and RUN towards top of script for use in the above if-block. - add COM_IN and COM_OUT variables to pass in base directories for COMIN and COMOUT vars. The latter two are typically not set until after $RUN and $PDY are known. - remove unnecessary "sh" prior to call to ush-scripts. ------------------------------------------------------------------------ r14457 | diane.stokes@noaa.gov | 2011-06-30 22:08:49 +0000 (Thu, 30 Jun 2011) | 6 lines sstoiqd, trunk: sorc: sstoiqd_avhrr.fd subdirectory. * main000.f: Modified to exit gracefully with a warning msg if the input satellite file is empty. ------------------------------------------------------------------------ r21154 | diane.stokes@noaa.gov | 2012-09-17 18:27:13 +0000 (Mon, 17 Sep 2012) | 11 lines sstoiqd, trunk: Turn off pickup of AMSRE SST grids. RFC #665 Implemented 26Jul2012 to avoid failure while MISST server was down for short period. AMSRE data has been out for months, so no need to turn this back on yet. jobs: * JSSTOIQD_DUMP.sms.prod: Turn off pickup of AMSRE SST grids. ------------------------------------------------------------------------ r31870 | diane.stokes@noaa.gov | 2013-09-19 21:06:26 +0000 (Thu, 19 Sep 2013) | 2 lines sstoiqd, trunk: Merge WCOSS branch changes into trunk. ------------------------------------------------------------------------ r31865 | diane.stokes@noaa.gov | 2013-09-19 20:39:50 +0000 (Thu, 19 Sep 2013) | 18 lines Merged via: r31870 sstoiqd, WCOSS branch Job script changes made by NCO. Version handed off was for flat structure with minimal changes needed to move to vertical structure. SPA opted for vertical structure with a few extra changes: - Added temporary line(s), now commented, for canned test and early stream (p6 ice). - Set SENDDBN* defaults to YES (even though no files are currently alerted). - Added unique variable for representing version number. - Made default setting of HOME directory point to vertical structure style directory. - Removed if-block that might print statement about no profiling available if profiling set to yes. (Next change, may as well remove other profiling references, too. Had only kept them because was unsure as to whether NCO might want them). * jobs/JSSTOIQD_ANALYSIS: As described above. * jobs/JSSTOIQD_DUMP: Likewise. * jobs/JSSTOIQD_PREP: Likewise. ------------------------------------------------------------------------ r24804 | diane.stokes@noaa.gov | 2013-01-22 21:14:00 +0000 (Tue, 22 Jan 2013) | 53 lines Merged via: r31870 sstoiqd, WCOSS branch: Script changes for WCOSS transition. jobs subdirectory: References to SMS removed or changed to ECF (for ecflow) jlogfile definition changed as currently set by PMB for other jobs running on WCOSS. AMSR processing turned off. (Data has been unavailable and changes may be necessary with new instrument). Get ice from preferred directory (dump job) * jobs/JSSTOIQD_DUMP: New. Copied from JSSTOIQD_DUMP.sms.prod, with changes above. * jobs/JSSTOIQD_PREP: New. Copied from JSSTOIQD_PREP.sms.prod, with changes above. * jobs/JSSTOIQD_ANALYSIS: New. Copied from JSSTOIQD_ANALYSIS.sms.prod, with changes above. * jobs/JSSTOIQD_DUMP.sms.prod: Removed. Renamed SSTOIQD_DUMP. * jobs/JSSTOIQD_PREP.sms.prod: Removed. Renamed SSTOIQD_PREP. * jobs/JSSTOIQD_ANALYSIS.sms.prod: Removed. Renamed SSTOIQD_PREP. * jobs/JSSTOIQD_DUMP.sms.dcs: Deleted. Not used. * jobs/JSSTOIQD_ANALYSIS.sms.dcs: Deleted. Not used. * jobs/JSSTOIQD_PREP.sms.dcs: Deleted. Not used. scripts subdirectory: References to XLFUNIT_xx have been changed to FORTxx. References to engice have been changed to seaice AMSR processing sections skipped if AMSR_name var is empty. (Default is still amsre.. for no good reason) * scripts/exsstoiqd_dump.sh.ecf: New. Copied from exsstoiqd_dump.sh.sms with changes above. * scripts/exsstoiqd_prep.sh.ecf: New. Copied from exsstoiqd_prep.sh.sms with changes above. * scripts/exsstoiqd_analysis.sh.ecf: New. Copied from exsstoiqd_analysis.sh.sms with changes above. * scripts/exsstoiqd_dump.sh.sms: Removed. Renamed exsstoiqd_dump.sh.ecf. * scripts/exsstoiqd_prep.sh.sms: Removed. Renamed exsstoiqd_prep.sh.ecf. * scripts/exsstoiqd_analysis.sh.sms: Removed. Renamed exsstoiqd_analysis.sh.ecf. * scripts/amsr-navy1718-intv2-oisst4-oper.sh: Removed. Old NCDC script. * scripts/navy1718-intv2-oisst4-08.sh: Removed. Old NCDC script. * scripts/navy1718-intv2-oisst4-data-metop-oper.sh: Removed. Old NCDC script. lsf subdirectory: New. Holds lsf scripts for developer tests. * lsf/jsstoiqd_dump.lsf: New script for testing dump job. * lsf/jsstoiqd_prep.lsf: New script for testing prep job. * lsf/jsstoiqd_analysis.lsf: New script for testing analysis job. sms subdirectory: Removed. Function replaced by new lsf directory * sms/jsstoiqd_prep.sms.dcs: Deleted * sms/jsstoiqd_analysis.sms.no_amsr: Deleted * sms/jsstoiqd_analysis.sms.n18: Deleted * sms/jsstoiqd_analysis.sms.dcs: Deleted * sms/jsstoiqd_prep.sms.n18: Deleted * sms/jsstoiqd_dump.sms.dcs: Deleted ------------------------------------------------------------------------ r24801 | diane.stokes@noaa.gov | 2013-01-22 20:43:00 +0000 (Tue, 22 Jan 2013) | 84 lines Merged via: r31870 sstoiqd, WCOSS branch: Changes to run on WCOSS (using ifort compiler). Source code changes as decribed for each entry. Makefile changes for each code include: Modify for ifort. Point to versioned library names. Remove reference to profiled build (was never relevant to this code). Add install target. sorc: sstoiqd_ice2sst_med.fd subdirectory. * main000.f: Add references needed for compar routine used by qsort. Add initialization of some variables. * makefile: As decribed above, plus remove reference to netcdf lib (not used). sorc: sstoiqd_amsr.fd subdirectory. * main000.f: Initialize counter. * getfg.f: Standardize call to get environment variable for input file name. Use non-XLF environment variable for input file name. * makefile: As decribed above. sorc: sstoiqd_avhrr.fd subdirectory. * main000.f: Cosmetic changes. * getfg.f: Standardize call to get environment variable for input file name. Use non-XLF environment variable for input file name. * supersat.f: Add references needed for compar routine used by qsort. * makefile: As decribed above, plus add target line for compar.o to skip bounds check (if on for other targets). sorc: sstoiqd_eotbias-wt4.fd subdirectory. * makefile: Modify for ifort. Point to versioned library names. Remove reference to profiled build (was never relevant to this code). Add install target. sorc: sstoiqd_oisst4.fd subdirectory. * main000: Cosmetic change. * sstmap.f: Add references for new compar routine used by qsort. * compar.f: New. * getfg_grb.f: Standardize call to get environment variable for input file name. Use non-XLF environment variable for input file name. * makefile: As described above, plus add reference to new compar.f file. sorc: sstoiqd_shipbias4.fd subdirectory. * makefile: As described above. sorc: sstoiqd_eotbias-cor4.fd subdirectory. * makefile: As described above. sorc: sstoiqd_ice2_1440x720.fd subdirectory. * makefile: As described above. sorc: sstoiqd_insitu.fd subdirectory. * main000.f: Add error check reading mask. Change read of stdev file to check error rather than end to cover no file. Correct lengths of some strings passed to subroutines. Initialize some counters. * getfg.f: Standardize call to get environment variable for input file name. Use non-XLF environment variable for input file name. * compar.f: Minor change to character variable declaration. * buoyshipdt.f: Improve call to qsort. * makefile: As decribed above, plus add target line for compar.o to skip bounds check (if on for other targets). sorc: sstoiqd_gribsst.fd subdirectory. * grbsst.f: Standardize call to get environment variable for output file name. Use non-XLF environment variable for output file name. * weaver.f: Modify dimension of variable array to avoid failure when debug check option used. * makefile: As decribed above. sorc: sstoiqd_grib2sst.fd subdirectory. * grbsst.f: Cosmetic * makefile: As decribed above. ------------------------------------------------------------------------ r22282 | diane.stokes@noaa.gov | 2012-11-09 19:37:00 +0000 (Fri, 09 Nov 2012) | 14 lines Merged via: r31870 sstoiqd, WCOSS branch: sorc: sstoiqd_grib2sst.fd subdirectory. * grib2sst.f: Standardize call to get environment variable for output file name. Use non-XLF environment variable for output file name. Add option to pick up grib2 production status from enviroronment. * makefile: Modify for ifort. Point to versioned library names. Remove reference to profiled build (was never relevant to this code). ------------------------------------------------------------------------ r21163 | diane.stokes@noaa.gov | 2012-09-17 22:07:54 +0000 (Mon, 17 Sep 2012) | 2 lines Merged via: r31870 sstoiqd: Creating WCOSS branch from trunk ------------------------------------------------------------------------ r52382 | diane.stokes@noaa.gov | 2015-03-04 15:48:02 +0000 (Wed, 04 Mar 2015) | 10 lines sstoiqd, trunk: Pick up changes NCO made on or about 6/17/2014 when they updated the production suite to use the d1 rather than p1 fileset for temporary working directories. * jobs/JSSTOIQD_ANALYSIS: Change default DATA setting. * jobs/JSSTOIQD_DUMP: Likewise. * jobs/JSSTOIQD_PREP: Likewise. ------------------------------------------------------------------------ r52385 | diane.stokes@noaa.gov | 2015-03-04 16:04:51 +0000 (Wed, 04 Mar 2015) | 7 lines sstoiqd, trunk: Pick up change made by NCO on 3/3/2015. An alert was added for dbnet to send the grib2 analysis output to the compute farm for OPC. * scripts/exsstoiqd_analysis.sh.ecf: Add alert wrapper for sstoiqd.sst.grib2. ------------------------------------------------------------------------