GeorgeGayno-NOAA

Results 10 issues of GeorgeGayno-NOAA

## Description The land albedo records (albdirvis_lnd, albdirnir_lnd, albdifvis_lnd and albdifnir_lnd) in the restart files are corrupt. Tiles 2 and 4 look ok. But tiles 1,3,5,6 are not ok. For...

bug

The script contains options for non FV3 grids, which are no longer supported. Perform some clean up.

maintenance

This data uses a GRIB2 GDT template number of "1", which is not recognized by chgres. Other code updates may also be required.

enhancement

NCO is requiring that all codes must compile in 'Debug' mode on WCOSS2. It is probably a good idea that we run some of our consistency tests in 'Debug' mode...

## Description No changes to fv3atm other than pointing to a new version of the ccpp physics to address a bug in sfcsub.F routine. ### Issue(s) addressed Fixes https://github.com/ufs-community/ccpp-physics/issues/199 ##...

The Air Force is deprecating its GRIB1 hemispheric snow files. Switch to the global GRIB2 version of the data in GFS v16.

Continue to remove obsolete code used for the old spectral GFS. This could include: - Spectral filtering of the terrain. - Obsolete routines `MAKEOA`, `MAKEOA3`, `MAKEMT` and `MAKEPC`.

maintenance

Follow the procedures used in other programs: - Place the 'guts' of the program into Fortran modules that are accessed by a simple driver. - Modify build to create a...

UFS_UTILS currently points to four 'fixed' directories (for example, on Hera): ``` am -> /scratch1/NCEPDEV/global/glopara/fix/am/20220805 orog -> /scratch1/NCEPDEV/global/glopara/fix/orog/20231027 orog_raw -> /scratch1/NCEPDEV/global/glopara/fix/raw/orog sfc_climo -> /scratch1/NCEPDEV/global/glopara/fix/sfc_climo/20230925 ``` The 'orog_raw' directory will be...

maintenance

It will be installed on all RDHPCS machines. The plan is to have the 'classic' and LLVM-compiled versions side-by-side. The global workflow will start with the 'classic' version. Related to...