/[MITgcm]/MITgcm_contrib/eh3/regrid/scrip_examples/Makefile
ViewVC logotype

Contents of /MITgcm_contrib/eh3/regrid/scrip_examples/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Aug 10 05:00:16 2006 UTC (18 years, 11 months ago) by edhill
Branch: MAIN
CVS Tags: HEAD
initial ci

1
2
3 RMP_FILES_NC = \
4 rmp_CS32_to_LL128x64_bicubic.nc \
5 rmp_CS32_to_LL128x64_bilinear.nc \
6 rmp_CS32_to_LL128x64_conserv.nc \
7 rmp_CS32_to_LL128x64_distwgt.nc \
8
9 GRIDS_CDF = \
10 remap_grid_CS32.cdf \
11 remap_grid_LL128x64.cdf
12
13 PERFACE = \
14 CS32_LL128_001.regrid.ascii \
15 CS32_LL128_002.regrid.ascii \
16 CS32_LL128_003.regrid.ascii \
17 CS32_LL128_004.regrid.ascii \
18 CS32_LL128_005.regrid.ascii \
19 CS32_LL128_006.regrid.ascii
20
21 RMP_FILES_NL = $(RMP_FILES_NC:.nc=.nl)
22
23 GRIDS_M = $(GRIDS_CDF:.cdf=.m)
24
25
26 .SUFFIXES:
27 .SUFFIXES: .nl .nc .cdf .m .ascii
28
29 .nl.nc :
30 -rm -f scrip_in
31 ln -s $< scrip_in
32 scrip >> scrip_run.log
33
34 .m.cdf :
35 matlab -nojvm -nodisplay < $< >> matlab_build.log
36
37 all : $(GRIDS_CDF) $(RMP_FILES_NC)
38
39 CS32_LL128_001.regrid.ascii : rmp_CS32_to_LL128x64_conserv.nc
40 matlab -nojvm -nodisplay < split_CS32_faces.m
41
42 cdf : $(GRIDS_CDF)
43
44 nc : $(RMP_FILES_NC)
45
46 clean :
47 -rm -f scrip_in
48 -rm -f *.log *.nc *.cdf

  ViewVC Help
Powered by ViewVC 1.1.22