-
I have a C++ code that loads a netcdf file and accesses the `units` attribute like this:
```
netCDF::NcFile _data;
// open file [...]
auto a = _data.getVar("valid_time").getAtt("units");
…
-
### Your name
Baihua Chen
### Your affiliation
Xiamen University
### Please provide a clear and concise description of your question or discussion topic.
Dear @yantosca
I hope this …
-
I recently recompiled ecrad using the latest netcdf fortran library (4.6.1), and noticed a new crash in a config that worked fine before:
```
*** Error defining variable pressure_hl: NetCDF: Name co…
-
```console
$ git clone https://github.com/Unidata/netcdf-fortran
$ cd netcdf-fortran
$ mamba create -n netcdf lfortran cmake make netcdf4
$ conda activate netcdf
$ FFLAGS="--cpp" FC=lfortran cmak…
-
When following the installation procedure during the `../configure` step I received the error
`configure: error: No NETCDF_C_DIR environment variable.`
Checking the configure script, this environm…
-
I'm trying to install netcdf-fortran 4.6.1, but met the error "Could not compile conftest.f", after find the config.log, I found "error: identifier "choke" is undefined", here is the command I use for…
-
This is to save some outputs from the RDASApp build process which may be worthy of a future investigation.
If anyone has any doubts about any output text from the build process, he/she may post them…
-
This requirement has been discussed in E3SM-Project/E3SM#6525.
NetCDF Fortran 4.5.0 or higher is required to support the CDF-5
format and its additional external data types: NC_UBYTE, NC_USHORT,
…
dqwu updated
3 months ago
-
i am following step of bacio s compilation but I generated just libbacio.a
i need libbacio_4.a to compiler wavewatch in ncep 2
this is error message when I tied compiled model Build with switch: /…
-
Due to successes by @tclune in looking at flang + GFE (with a shoutout to @rouson), we should work on getting flang supported in Baselibs.
Current progress:
```
-------+---------+---------+------…