-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/global_det_atmos - grid-to-obs ptype stats #32
feature/global_det_atmos - grid-to-obs ptype stats #32
Conversation
Hi, Mallory, Completed this particular PR for p-type stats. Can we look at the results? I'm wondering why the atmos.20221129 directory links to your directory. Can you explain exactly what is going on here? I do have a file for you to look at and validate, here: /lfs/h2/emc/vpppg/noscrub/perry.shafran/evs_global_det_atmos_test/dev/com/evs/v1.0/stats/global_det/gfs.20221129. Does this particular PR generate only the final stats file but the small stat files have already been generated? Perry |
@PerryShafran-NOAA Oh that is my fault. I wanted it to get copied and not linked. Could you copy it and rerun it? |
It helps with the 2m temperature anomaly stats, but ignoring that and comparing the rest it looks good! Sorry for the other commits there, needed to clean things up a bit. |
I don't think that the linking vs copying will make much of a difference in the results. I was just wondering why this particular code doesn't create stats in the atmos.20221129. Knowing the flow of your run is kind of important. So if you could let me know a) what exactly I am copying over, and b) what this new code is actually producing that's new from the previous PR, and c) where to find that new data would help me understand this more. Thanks! Perry |
Copying will allow you to write to the directory. I don't think it would have copied correctly to COMOUT if you linked it. It does create stats. It is producing CTC stats for CRAIN, CSNOW, CFRZR, and CIECP, and MCTC stats for PTYPE. In atmos.YYYYmmdd/gfs/grid2obs will be point_stat files with the name "point_stat_ptype_*", and in the gfs.YYYYmmdd/evs.stats.gfs.atmos.grid2obs.vYYYYmmdd.stat file will be the stat lines mentioned in b). The run you did yesterday the grid-to-obs ptype additional stats were all there. |
Hmm - I wonder why those stats were there even though I linked rather than copy. Where is the link command located? I'll change that to a cp. Perry |
Maybe it did? It was just a soft link? I'm not very sure how that all works! It is in (/lfs/h2/emc/vpppg/noscrub/mallory.row/evs_global_det_atmos_test_scripts/pr_32/)evs_global_det_atmos_set_up.sh |
Oh duh, no it would have been fine. The Large stat file creation job would have been looking in the temporary work directory, so yeah all good. |
I'm going to re-run it again with the cp and then have you validate the results once again. Perry |
I was watching the job as it ran and compared the final large stat file to mine and all looks well! |
Excellent! We can approve this and merge it in. Perry |
Before I do so, I wanted to make sure: your PR had me running the jevs_gfs_atmos_grid2obs_stats.ecf file. Is this running all the GFS stats, or just the p-type stats? (That made me wonder why I had to copy your stat data to my directory, because shouldn't this be generating all the GFS stats? Perry |
It is running all the GFS stats! |
Ah! So what am I copying and why do I need to do that? |
The ptype stats were just the focus of this PR, but the job runs everything (old stuff + ptype) |
OK, great! Let me proceed with the merging. |
…ectory exists, fix 2 typos in sub-domain names in href plot script files (#398) * remove met_v in all plotting scripts * remove met_v from sref's ecf scripts * remove met_v from sref's ecf scripts * avoid mkdir for existing directory and 2 typos * fix one typo in scripts/plots/cam/exevs_href_profile_plots.sh * Update PointStat_fcstSREF_obsPREPBUFR_cnv.conf to select one from multiple fields * address EVS v1.0 Issues #31 and #32 * Updating metar config file to check for 3hr cycle frequency. --------- Co-authored-by: Shelley Melchior <Shelley.Melchior@noaa.gov>
This pull request includes:
addition of grid-to-obs ptype stats for the GFS
updated final .stat file name
change to using /bin/sh to /bin/bash
updated grid-to-obs thresholds for ceiling and visibility
added 925 hPa for Ozone statistics
added SL1L2 for sea-ice concentration
bug fix for UKMET merge code
Use ECMWF analysis file as f000
Describe testing already performed for this Pull Request:
Pull Request Checklist
Review the source issue metadata (required labels, projects, and milestone).
Complete the PR description above.
Ensure the PR title matches the feature branch name.
Check the following:
Instructions provided on how to run
Developer's name is replaced by ${user} where necessary throughout the code
Check that the ecf file has all the proper definitions of variables
Check that the jobs file has all the proper settings of COMIN and COMOUT and other input variables
Check to see that the output directory structure is followed
Be sure that you are not using MET utilities outside the METplus wrapper structure
After submitting the PR, select Development issue with the original issue number.
After the PR is approved, merge your changes. If permissions do not allow this, request that the reviewer do the merge.
Close the linked issue.