You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In g-w UPP step it will grep the variable name from the master pgb file's inventory.
cloud liquid water mixing ratio is marked as "CLWMR" in inventory when using wgrib2/2.0.7 which is the version we are using on wcoss2 (see here). But in the post variable list it is searching for "CLMR", see list. So this variable will disappeared in the final output and there is no error information in the log file.
Expected behavior
cloud liquid water mixing ratio needs to be written in final pgb files (switching to 2.0.8 will solve the problem)
Current behavior
cloud liquid water mixing ratio are not being written in final pgb files
Machines affected
wcoss2
To Reproduce
on cactus, I have a sample master grb2 file at
/lfs/h2/emc/couple/noscrub/Jiande.Wang/work/Debug-C-LWMR/work-HR1/COMROOT/HR12020020400/gfs.20200204/00/atmos
simply do "wgrib2 gfs.t00z.master.grb2f003" using wgrib2/2.0.7 and 2.0.8, and you will see the difference. 2.0.7 will give you "CLWMR" but 2.0.8 will give you "CLMR" which is what we need Context
Detailed Description
Additional Information
Possible Implementation
switching to wgrib2/2.0.8
The text was updated successfully, but these errors were encountered:
Introduces the use of version files in the `develop` branch. This initial introduction
will use version files for runtime only. The ability to force version files for build is included
but commented out for now. A follow-up PR will turn on build version forcing when ready.
Changes include:
1. Update `module_base.*.lua` modulefiles to use module version variables and remove
hardcoded versions.
2. Introduce `build.<platform>.ver`, `run.<platform>.ver` files in the `/versions` folder.
3. Update `sorc/link_workflow.sh` to create `build.ver` and `run.ver` under `/versions` folder
based on `build.<platform>.ver` and `run.<platform>.ver`.
4. Introduce sourcing of `run.ver` in `ush/load_fv3gfs_modules.sh`
5. Introduce sourcing of `build.ver` in `sorc/build_all.sh` but commented out for now.
Components will continue setting their module versions for the time being.
6. Update `HOMEens_tracker` in `config.vrfy` to use `tracker_ver` from version files.
7. Replace obsproc version in `HOMEobsproc` setting in
`parm/config/gfs/config.base.emc.dyn` to use `obsproc_run_ver` from version files.
Resolves#671Resolves#1625
In g-w UPP step it will grep the variable name from the master pgb file's inventory.
cloud liquid water mixing ratio is marked as "CLWMR" in inventory when using wgrib2/2.0.7 which is the version we are using on wcoss2 (see here). But in the post variable list it is searching for "CLMR", see list. So this variable will disappeared in the final output and there is no error information in the log file.
Expected behavior
cloud liquid water mixing ratio needs to be written in final pgb files (switching to 2.0.8 will solve the problem)
Current behavior
cloud liquid water mixing ratio are not being written in final pgb files
Machines affected
wcoss2
To Reproduce
on cactus, I have a sample master grb2 file at
/lfs/h2/emc/couple/noscrub/Jiande.Wang/work/Debug-C-LWMR/work-HR1/COMROOT/HR12020020400/gfs.20200204/00/atmos
simply do "wgrib2 gfs.t00z.master.grb2f003" using wgrib2/2.0.7 and 2.0.8, and you will see the difference. 2.0.7 will give you "CLWMR" but 2.0.8 will give you "CLMR" which is what we need
Context
Detailed Description
Additional Information
Possible Implementation
switching to wgrib2/2.0.8
The text was updated successfully, but these errors were encountered: