/[MITgcm]/MITgcm/utils/knudsen2/Makefile
ViewVC logotype

Contents of /MITgcm/utils/knudsen2/Makefile

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


Revision 1.1 - (show annotations) (download)
Thu May 28 16:26:56 1998 UTC (26 years, 4 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint44e_post, release1_p13_pre, checkpoint44f_post, checkpoint43a-release1mods, release1_p13, checkpoint40pre3, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint40pre9, checkpoint40pre8, chkpt44d_post, release1_p8, release1_p9, release1_p1, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, checkpoint44e_pre, release1_b1, checkpoint43, checkpoint38, release1_chkpt44d_post, checkpoint11, checkpoint10, checkpoint13, checkpoint15, checkpoint14, checkpoint17, checkpoint19, checkpoint18, branch-atmos-merge-shapiro, icebear5, icebear4, icebear3, icebear2, checkpoint40pre2, release1-branch_tutorials, checkpoint45d_post, chkpt44a_post, checkpoint44h_pre, checkpoint40pre4, checkpoint46a_post, checkpoint28, checkpoint29, checkpoint20, checkpoint21, checkpoint22, checkpoint23, checkpoint24, checkpoint25, checkpoint27, chkpt44c_pre, checkpoint45a_post, branch-atmos-merge-freeze, branch-atmos-merge-start, ecco_c44_e19, ecco_c44_e18, ecco_c44_e17, ecco_c44_e16, checkpoint5, checkpoint4, checkpoint7, checkpoint6, checkpoint9, checkpoint8, release1_p12, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, pre38tag1, checkpoint44g_post, checkpoint26, checkpoint45b_post, checkpoint46b_pre, release1-branch-end, checkpoint12, c37_adj, release1_final_v1, checkpoint16, checkpoint46, checkpoint44b_post, checkpoint46a_pre, checkpoint45c_post, ecco_ice2, ecco_ice1, checkpoint44h_post, pre38-close, release1_p12_pre, checkpoint39, checkpoint33, checkpoint32, checkpoint31, checkpoint30, checkpoint37, checkpoint36, checkpoint35, checkpoint34, ecco_c44_e22, ecco_c44_e25, checkpoint40pre5, chkpt44a_pre, ecco_c44_e23, ecco_c44_e20, ecco_c44_e21, ecco_c44_e26, ecco_c44_e27, ecco_c44_e24, ecco-branch-mod1, ecco-branch-mod2, ecco-branch-mod3, ecco-branch-mod4, ecco-branch-mod5, branch-atmos-merge-zonalfilt, release1_beta1, checkpoint44b_pre, checkpoint42, checkpoint40, checkpoint41, checkpoint44, checkpoint45, chkpt44c_post, branch-point-rdot, checkpoint44f_pre, branch-atmos-merge-phase5, branch-atmos-merge-phase4, branch-atmos-merge-phase7, branch-atmos-merge-phase6, branch-atmos-merge-phase1, branch-atmos-merge-phase3, branch-atmos-merge-phase2, release1-branch_branchpoint
Branch point for: c24_e25_ice, checkpoint7-4degree-ref, release1_final, release1-branch, release1, ecco-branch, branch-rdot, release1_50yr, icebear, branch-atmos-merge, pre38, release1_coupled
knudsen2.f is an auxilliary program for calculating the polynomial
coefficients for the POL3 appriximation to the EOS.
Currently creates two files:
 o POLY3.COEFFS is read by MITgcmUV
 o polyeos.coeffs is read by compare01

1 # $Header$
2
3 FC = f77
4 F77OPTS = -r8
5
6 knudsen2: knudsen2.o
7 $(FC) -o knudsen2 knudsen2.o
8
9 .f.o:
10 $(FC) $(F77OPTS) -c $<
11
12 clean:
13 -rm knudsen2 *.o

  ViewVC Help
Powered by ViewVC 1.1.22