/[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.1 by heimbach, Sun Mar 25 22:33:51 2001 UTC revision 1.3 by heimbach, Mon May 14 21:55:09 2001 UTC
# Line 9  BASE             = .. Line 9  BASE             = ..
9  TAMCFLAGS        = -adjoint -i4 -r4  TAMCFLAGS        = -adjoint -i4 -r4
10  PKG             = $(BASE)/pkg  PKG             = $(BASE)/pkg
11    
12  DIFF_FLAGS       = -module the_main_sens                \  DIFF_FLAGS       = -module the_main_loop                \
13                     -input  '    xx_theta_dummy          \                     -input  '    xx_theta_dummy          \
14                                  xx_salt_dummy           \                                  xx_salt_dummy           \
15                                  xx_hflux_dummy          \                                  xx_hflux_dummy          \
# Line 43  SRC_MODEL      = $(PKG)/autodiff/read_write.f Line 43  SRC_MODEL      = $(PKG)/autodiff/read_write.f
43                  $(PKG)/autodiff/checkpoint.flow         \                  $(PKG)/autodiff/checkpoint.flow         \
44                  $(PKG)/autodiff/print_message.flow      \                  $(PKG)/autodiff/print_message.flow      \
45                  $(PKG)/autodiff/open_copy_data_file.flow\                  $(PKG)/autodiff/open_copy_data_file.flow\
46                    $(PKG)/autodiff/timeave.flow            \
47                                                                  \                                                                  \
48                  $(SOURCE_CODE)/grad_sigma.f                     \                  $(SOURCE_CODE)/grad_sigma.f                     \
49                  $(SOURCE_CODE)/calc_buoyancy.f                  \                  $(SOURCE_CODE)/calc_buoyancy.f                  \
# Line 58  SRC_MODEL      = $(PKG)/autodiff/read_write.f Line 59  SRC_MODEL      = $(PKG)/autodiff/read_write.f
59                  $(SOURCE_CODE)/comm_stats.f                     \                  $(SOURCE_CODE)/comm_stats.f                     \
60                  $(SOURCE_CODE)/convect.f                        \                  $(SOURCE_CODE)/convect.f                        \
61                  $(SOURCE_CODE)/convective_adjustment.f          \                  $(SOURCE_CODE)/convective_adjustment.f          \
62                    $(SOURCE_CODE)/convective_adjustment_ini.f      \
63                  $(SOURCE_CODE)/correction_step.f                \                  $(SOURCE_CODE)/correction_step.f                \
64                  $(SOURCE_CODE)/cycle_tracer.f                   \                  $(SOURCE_CODE)/cycle_tracer.f                   \
65                  $(SOURCE_CODE)/different_multiple.f             \                  $(SOURCE_CODE)/different_multiple.f             \
# Line 99  SRC_MODEL      = $(PKG)/autodiff/read_write.f Line 101  SRC_MODEL      = $(PKG)/autodiff/read_write.f
101                  $(SOURCE_CODE)/state_summary.f                  \                  $(SOURCE_CODE)/state_summary.f                  \
102                  $(SOURCE_CODE)/timestep.f                       \                  $(SOURCE_CODE)/timestep.f                       \
103                  $(SOURCE_CODE)/the_correction_step.f            \                  $(SOURCE_CODE)/the_correction_step.f            \
104                  $(SOURCE_CODE)/the_main_sens.f                  \                  $(SOURCE_CODE)/the_main_loop.f                  \
105                  $(SOURCE_CODE)/timestep_tracer.f                \                  $(SOURCE_CODE)/timestep_tracer.f                \
106                  $(SOURCE_CODE)/swfrac.f                         \                  $(SOURCE_CODE)/swfrac.f                         \
107                                                                  \                                                                  \
# Line 138  adcode: Line 140  adcode:
140          cd $(DEST) ; cat $(SRC_MODEL) >! tamc_code_ecco.f          cd $(DEST) ; cat $(SRC_MODEL) >! tamc_code_ecco.f
141  admodel:  admodel:
142          cd $(DEST) ; $(TAMC) $(TAMCFLAG) tamc_code_ecco.f       \          cd $(DEST) ; $(TAMC) $(TAMCFLAG) tamc_code_ecco.f       \
143             >! tamc_code_ecco.prot             >! tamc_code_ecco_ad.prot
144    
145  adchange:  adchange:
146          ${ADJOINT_SCRIPT}/adjoint_ecco_sed.com \          ${ADJOINT_SCRIPT}/adjoint_ecco_sed.com \

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22