source: XIOS/xios_training/hands-on.env @ 2059

Last change on this file since 2059 was 2059, checked in by ymipsl, 3 years ago

XIOS TRAINING : update hands-on

File size: 246 bytes
Line 
1# adapt your path from your system
2# example for unbuntu Virtual machine
3
4source ./xios_build/arch.env
5export NETCDF_INCLUDE="-I$NETCDF_INCDIR"
6# some install could require also HDF5 to be linked
7export NETCDF_LIBS="-L$NETCDF_LIBDIR -lnetcdf"
8
Note: See TracBrowser for help on using the repository browser.