-
Notifications
You must be signed in to change notification settings - Fork 108
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
update to allow 4 character specifiers in filenames for post weights #883
update to allow 4 character specifiers in filenames for post weights #883
Conversation
* change 3-character descriptions of destination grids for post weight generation to be 4-character by adding a trailing 0 where needed
baseline location /work/noaa/stmp/dworthen/CPLD_GRIDGEN/BASELINE
@GeorgeGayno-NOAA I'm having trouble on jet. When I use
But the orog directory isn't present. I see
But the link is for 20231027 |
We are implementing new 'orog' directories on all machines. Jet has not been updated yet. Can you use an older version of 'orog' for your tests? |
@GeorgeGayno-NOAA I think I should be able to use the older directories. I just need the CX.mosaic.nc files I think. I'll give it a try. |
*baseline located at /scratch1/NCEPDEV/stmp4/Denise.Worthen/CPLD_GRIDGEN/BASELINE
* copy of baseline saved in /lfs/h2/emc/nems/noscrub/denise.worthen/CPLD_GRIDGEN
* baselines located in /lfs4/HFIP/h-nems/Denise.Worthen/CPLD_GRIDGEN/BASELINE * ran using fix/orog 20230615
@GeorgeGayno-NOAA I've run the RTs and created new baselines on all platforms:
|
Looks good. Will merge. |
All files moved to the official baseline directories. |
DESCRIPTION OF CHANGES:
Change 3-character descriptions of destination grids for post weight generation to be 4-character by adding a trailing 0 where needed
TESTS CONDUCTED:
If there are changes to the build or source code, the tests below must be conducted. Contact a repository manager if you need assistance.
Baselines will need to be regenerated because of the change in file names compared, e.g.
rect.1p0_SCRIP.nc
andtripole.mx025.Ct.to.rect.0p5.bilinear.nc
will now have names containing1p00
and0p50
, respectively and the regression tests will flag these as missing files. Spot checking of the files confirms that they are in fact identical.