[Dart-dev] DART/branches Revision: 10910

dart at ucar.edu dart at ucar.edu
Tue Jan 17 15:44:24 MST 2017


hendric at ucar.edu
2017-01-17 15:44:24 -0700 (Tue, 17 Jan 2017)
29
adding notes for compiling.




Modified: DART/branches/rma_single_file/models/lorenz_96/make_single_file.f90
===================================================================
--- DART/branches/rma_single_file/models/lorenz_96/make_single_file.f90	2017-01-17 22:41:17 UTC (rev 10909)
+++ DART/branches/rma_single_file/models/lorenz_96/make_single_file.f90	2017-01-17 22:44:24 UTC (rev 10910)
@@ -4,6 +4,10 @@
 !
 ! $Id: make_single_netcdf_file.f90 10790 2016-12-15 20:55:16Z nancy at ucar.edu $
 
+! To compile : assuming that you have your NETCDF environment variable set.
+! gfortran -o make_single_file make_single_file.f90 -I $NETCDF/include \ 
+!          -L $NETCDF/lib -lnetcdff -lnetcdf
+
 program make_single_netcdf_file
 
 use netcdf


More information about the Dart-dev mailing list