Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to JGDAS_FIT2OBS for functioning
- Add second CDATE setting (CDATE=${xdate}) for lookback date. The fit2obs package uses CDATE and needs it set from above based on the xdate variable (lookback date). - Update COM_PRP to evaluate it up front. - Add PRPI, sig1, sfc1, and CNVS input file variables for dependency checking later in script. - Add err_chk and postmsg setup (as done in runfits in fit2obs package). - Add check of xdate against SDATE (-gt) for sufficient spinup of test. - Add check of input file existence and exit with FATAL ERROR is any are missing. - Remove temporary "module load netcdf/4.7.0" now that build is updated. - Indent section of script that's now within xdate/SDATE and input file check. Only run fit2obs package script if dependencies are met. Refs NOAA-EMC#1405
- Loading branch information