Dusan Jovic

Results 38 issues of Dusan Jovic

When I build netcdf-fortran 4.5.3 using Intel compiler I see many warnings like: ``` /bin/sh ../libtool --tag=FC --mode=compile mpiifort -I. -fPIC -fallow-argument-mismatch -mismatch_all -c -o module_netcdf_nc_interfaces.lo ../../fortran/module_netcdf_nc_interfaces.f90 libtool: compile: mpiifort...

Various model_configure templates in tests/parm directory are setting calendar parameter to 'julian' while other are not (commented out): ``` esg_HAFS_v0_hwrf-model_configure.IN:calendar: 'julian' model_configure_hafs_shared.IN:calendar: 'julian' model_configure_hafs.IN:calendar: 'julian' cpt.nml.IN:# calendar = 'julian' wam.nml.IN:#...

# PR Checklist - [x] This PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the...

## Description HAFS app can not be build using GNU compiler, syntax error in HYCOM: ``` /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/multiple_output_grids/ufs-weather-model/HYCOM-interface/HYCOM/mod_archiv.F90:1194:16: 1194 | 'ssh', & | 1 Error: Different CHARACTER lengths (3/4) in array...

bug

The default value of INLINE_POST build option is currently OFF: ``` $ grep INLINE_POST CMakeLists.txt set(INLINE_POST OFF CACHE BOOL "Enable inline post") message("INLINE_POST ...... ${INLINE_POST}") ``` However in all cmake/configure_*.cmake...

# PR Checklist - [x] This PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the...

**Description** This PR updates the register_restart_field calls to pass optional argument 'chunksizes'. Chunk sizes are equal to the corresponding dimension size. This change will speed up reading the restart in...

When I try to build a program that uses netcdf library (4.9.0) on Windows (MinGW) I see the following errors: ``` C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -ldebug: No such file or directory...

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

## 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
Ready for Commit Queue