An open API service indexing awesome lists of open source software.

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

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
```