https://github.com/csiro/ccam-cdfvidar
Tool for generating CCAM mesonest datasets
https://github.com/csiro/ccam-cdfvidar
Last synced: 5 months ago
JSON representation
Tool for generating CCAM mesonest datasets
- Host: GitHub
- URL: https://github.com/csiro/ccam-cdfvidar
- Owner: csiro
- License: gpl-3.0
- Created: 2025-05-14T05:27:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-29T07:29:48.000Z (8 months ago)
- Last Synced: 2025-10-29T09:22:25.758Z (8 months ago)
- Language: Fortran
- Homepage: https://research.csiro.au/ccam/
- Size: 503 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CDFvidar (Regridding initial conditions for CCAM)
CDFvidar is used to prepare initial conditions and mesonest atmospheric data
for downscaling with the Conformal Cubic Atmospheric Model (CCAM). Typically
CDFvidar is used to interpolate analyses, reanalyses and General Circulation
Models to the conformal cubic grid used by CCAM.
## Website
For documentation, see our website at
[https://research.csiro.au/ccam/]
## Dependencies
CDFvidar requires the NetCDF C library.
## Building CDFvidar
To build CDFvidar with intel, gnu and cray fortran compiler use
```
make
make GFORTRAN=yes
make CRAY=yes
```
Debugging is also enabled with
```
make TEST=yes
```