source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/oasis3-mct/pyoasis/examples/10-grid/fortran/Makefile @ 5725

Last change on this file since 5725 was 5725, checked in by aclsce, 3 years ago

Added new oasis3-MCT version to be used to handle ensembles simulations with XIOS.

File size: 247 bytes
Line 
1include ../../../../util/make_dir/make.inc
2FLAGS=$(F90FLAGS) -L$(ARCHDIR)/lib
3
4all: writer
5
6writer: writer.F90
7        ${F90} writer.F90 ${FLAGS} -o writer -lpsmile.MPI1 -lscrip -lmct -lmpeu $(NETCDF_LIBRARY)
8
9clean:
10        rm -f writer
11        rm -f *~
12        rm -fr work
Note: See TracBrowser for help on using the repository browser.