Dusan Jovic

Results 38 issues of Dusan Jovic

## Description RRFS requested to allow bucket change during integration. This is initial code updates for that capability. At this time, the bucket (fhzero) is updated the forecast side, we...

## Commit Queue Requirements: - [x] Fill out all sections of this template. - [ ] All sub component pull requests have been reviewed by their code managers. - [x]...

No Baseline Change

The following 3 modulefiles seem to be unmaintained for quite some time: - ufs_expanse.intel last update 3 years ago - ufs_odin last update 3 years ago - ufs_stampede.lua last update...

**Description** This PR adds support for Intel LLVM compiler. Changes: - CMakeLists.txt is updated to recognize 'IntelLLVM' compiler id as an Intel compiler. - Added `cmake/compiler_flags_IntelLLVM_Fortran.cmake` and `cmake/fv3_compiler_flags.cmake` to define...

## Description This PR adds support for Intel LLVM compiler. No changes are needed in this repository, only sub modules are updated. No changes are expected from this PR for...

Update png pack/unpack and encode/decode routines to support bit depths 1, 2 and 4. Fixes #508

enhancement

Linux_versions.yml workflow uses `-DENABLE_OpenJPEG` option, which does not exist. Correct option is `USE_OpenJPEG`. See the cmake warning [here](https://github.com/NOAA-EMC/NCEPLIBS-g2c/actions/runs/11106032167/job/30853481520#step:7:41), for example. This workflow tests various versions of Japser library, so USE_OpenJPEG...

Currently, theses 6 functions are public (declared in grib2.h): ``` /* Compression. */ void pngpack(float *fld, g2int width, g2int height, g2int *idrstmpl, unsigned char *cpack, g2int *lcpack); g2int pngunpack(unsigned char...

enhancement

In this [section](https://github.com/NOAA-EMC/NCEPLIBS-g2c/blob/develop/utils/g2c_compare.c#L71-L74) in g2c_compare.c: ```C 69 /* Open the two files. */ 70 g2c_set_log_level(10); 71 if ((ret = g2c_open(path[0], G2C_NOWRITE, &g2cid0))) 72 return ret; 73 if ((ret = g2c_open(path[0],...

bug

This section of code does not look properly indented, which makes it hard to read and reason about it: ![image](https://github.com/user-attachments/assets/e1baf765-97b5-4f9d-abb9-6a665c80dc7a) This is because in my editor tabs are displayed as...