/[MITgcm]/MITgcm/adjoint/makefile
ViewVC logotype

Diff of /MITgcm/adjoint/makefile

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

revision 1.16.2.3 by heimbach, Mon Apr 8 20:26:53 2002 UTC revision 1.16.2.4 by heimbach, Wed Apr 17 01:38:31 2002 UTC
# Line 273  SRC_MODEL      = \ Line 273  SRC_MODEL      = \
273  # rules  # rules
274  #--------------------------------------------------------  #--------------------------------------------------------
275    
276    small_f:
277            cd $(SOURCE_CODE); $(MAKE) depend; $(MAKE) small_f
278    
279  allcode:  allcode:
280          cd $(DEST) ; cat $(SRC_MODEL) >! tamc_code.f          cd $(DEST) ; cat $(SRC_MODEL) >! tamc_code.f
281    
# Line 313  ftlrestore: Line 316  ftlrestore:
316          cp $(PKG)/autodiff/tangentlinear_model.F_template       \          cp $(PKG)/autodiff/tangentlinear_model.F_template       \
317             $(PKG)/autodiff/tangentlinear_model.F             $(PKG)/autodiff/tangentlinear_model.F
318    
319  adtamc:  adrestore ftlrestore allcode admodeltamc  adtamc:  adrestore ftlrestore small_f allcode admodeltamc
320    
321  adtaf:  adrestore ftlrestore allcode admodeltaf  adtaf:  adrestore ftlrestore small_f allcode admodeltaf
322    
323  ftltamc:  adrestore ftlrestore allcode ftlmodeltamc  ftltamc:  adrestore ftlrestore small_f allcode ftlmodeltamc
324    
325  ftltaf:  adrestore ftlrestore allcode ftlmodeltaf  ftltaf:  adrestore ftlrestore small_f allcode ftlmodeltaf
326    
327  svdtaf:  adrestore ftlrestore allcode svdmodeltaf  svdtaf:  adrestore ftlrestore allcode svdmodeltaf
328    

Legend:
Removed from v.1.16.2.3  
changed lines
  Added in v.1.16.2.4

  ViewVC Help
Powered by ViewVC 1.1.22