/[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.6 by heimbach, Thu Nov 7 16:53:06 2002 UTC revision 1.16.4.5 by heimbach, Mon Mar 25 22:50:46 2002 UTC
# Line 3  RM               = rm -f Line 3  RM               = rm -f
3  LOC              = $(PWD)  LOC              = $(PWD)
4  TAMC             = tamc  TAMC             = tamc
5  ###TAMC             = /data43/ralf/tamc/tamc  ###TAMC             = /data43/ralf/tamc/tamc
6  TAF              = taf  ###TAF              = taf
7  ###TAF              = ~fastopt/bin/taf  TAF              = ~fastopt/bin/taf
8  DEST             = .  DEST             = .
9  SOURCE_CODE      = ../bin  SOURCE_CODE      = ../bin
10  ADJOINT_SCRIPT   = ../adjoint  ADJOINT_SCRIPT   = ../adjoint
11  BASE             = ..  BASE             = ..
12    TAMCFLAGS        = -reverse -i4 -r4
13    TAFFLAGS         = -reverse -i4 -r4 -nonew_arg
14  PKG             = $(BASE)/pkg  PKG             = $(BASE)/pkg
 #  
 ADTAMCFLAGS      = -reverse -admark ad -i4 -r4  
 ADTAFFLAGS       = -reverse -admark ad -i4 -r4 \  
                         -flow taf_flow.log -nonew_arg  
 FTLTAMCFLAGS     = -forward -ftlmark g_ -i4 -r4  
 FTLTAFFLAGS      = -forward -ftlmark g_ -i4 -r4 \  
                         -flow taf_flow.log -nonew_arg  
 SVDTAMCFLAGS     = -reverse -forward -pure -i4 -r4  
 SVDTAFFLAGS      = -reverse -forward -pure -i4 -r4 \  
                         -flow taf_flow.log -nonew_arg  
 #  
 # -warn_step -flow taf_flow.log  
15    
16  DIFF_FLAGS       = -toplevel the_main_loop              \  DIFF_FLAGS       = -toplevel the_main_loop              \
17                     -input  '    xx_theta_dummy          \                     -input  '    xx_theta_dummy          \
18                                  xx_salt_dummy           \                                  xx_salt_dummy           \
                                 xx_tr1_dummy            \  
19                                  xx_hflux_dummy          \                                  xx_hflux_dummy          \
20                                  xx_sflux_dummy          \                                  xx_sflux_dummy          \
21                                  xx_tauu_dummy           \                                  xx_tauu_dummy           \
22                                  xx_tauv_dummy           \                                  xx_tauv_dummy           \
23                                  xx_sss_dummy            \                                  xx_atemp_dummy          \
24                                  xx_sst_dummy            \                                  xx_aqh_dummy            \
25                                  xx_diffkr_dummy         \                                  xx_uwind_dummy          \
26                                  xx_kapgm_dummy          \                                  xx_vwind_dummy          \
27                                  xx_efluxy_dummy         \                                  xx_obcsn_dummy          \
28                                  xx_efluxp_dummy'        \                                  xx_obcss_dummy          \
29                                    xx_obcsw_dummy          \
30                                    xx_obcse_dummy'         \
31                     -output 'fc'                     -output 'fc'
 #  
 #                   -output 'objf_vector'  
 #                   -output 'fc'  
32    
33  ADTAMCFLAG         = $(ADTAMCFLAGS) $(DIFF_FLAGS)  TAMCFLAG         = $(TAMCFLAGS) $(DIFF_FLAGS) -admark ad
 ADTAFFLAG          = $(ADTAFFLAGS)  $(DIFF_FLAGS)  
34    
35  FTLTAMCFLAG         = $(FTLTAMCFLAGS) $(DIFF_FLAGS)  TAFFLAG          = $(TAFFLAGS) $(DIFF_FLAGS) -admark ad
 FTLTAFFLAG          = $(FTLTAFFLAGS)  $(DIFF_FLAGS)  
36    
 SVDTAMCFLAG         = $(SVDTAMCFLAGS) $(DIFF_FLAGS)  
 SVDTAFFLAG          = $(SVDTAFFLAGS)  $(DIFF_FLAGS)  
37    
38  # Source files for the MITgcmUV  # Source files for the MITgcmUV
39  SRC_MODEL       = \  SRC_MODEL       = \
# Line 59  SRC_MODEL      = \ Line 43  SRC_MODEL      = \
43                  $(PKG)/autodiff/diags.flow              \                  $(PKG)/autodiff/diags.flow              \
44                  $(PKG)/autodiff/cg2d.flow               \                  $(PKG)/autodiff/cg2d.flow               \
45                  $(PKG)/autodiff/debug.flow              \                  $(PKG)/autodiff/debug.flow              \
                 $(PKG)/autodiff/do_the_model_io.flow    \  
46                  $(PKG)/autodiff/dummy_in_stepping.flow  \                  $(PKG)/autodiff/dummy_in_stepping.flow  \
47                    $(PKG)/autodiff/external_fields_load.flow       \
48                  $(PKG)/autodiff/eesupp.flow             \                  $(PKG)/autodiff/eesupp.flow             \
49                  $(PKG)/autodiff/active_file.flow        \                  $(PKG)/autodiff/active_file.flow        \
50                  $(PKG)/autodiff/write_state.flow        \                  $(PKG)/autodiff/write_state.flow        \
# Line 73  SRC_MODEL      = \ Line 57  SRC_MODEL      = \
57                  $(PKG)/autodiff/initialisation.flow     \                  $(PKG)/autodiff/initialisation.flow     \
58                  $(PKG)/autodiff/mdsio.flow              \                  $(PKG)/autodiff/mdsio.flow              \
59                  $(PKG)/autodiff/monitor.flow            \                  $(PKG)/autodiff/monitor.flow            \
60                    $(PKG)/autodiff/obcs.flow               \
61                  $(PKG)/autodiff/checkpoint.flow         \                  $(PKG)/autodiff/checkpoint.flow         \
                 $(PKG)/autodiff/print_message.flow      \  
62                  $(PKG)/autodiff/open_copy_data_file.flow\                  $(PKG)/autodiff/open_copy_data_file.flow\
63                  $(PKG)/autodiff/timeave.flow            \                  $(PKG)/autodiff/timeave.flow            \
64                                                                  \                                                                  \
# Line 99  SRC_MODEL      = \ Line 83  SRC_MODEL      = \
83                  $(SOURCE_CODE)/cycle_tracer.f                   \                  $(SOURCE_CODE)/cycle_tracer.f                   \
84                  $(SOURCE_CODE)/different_multiple.f             \                  $(SOURCE_CODE)/different_multiple.f             \
85                  $(SOURCE_CODE)/do_fields_blocking_exchanges.f   \                  $(SOURCE_CODE)/do_fields_blocking_exchanges.f   \
86                    $(SOURCE_CODE)/do_the_model_io.f                \
87                  $(SOURCE_CODE)/dynamics.f                       \                  $(SOURCE_CODE)/dynamics.f                       \
                 $(SOURCE_CODE)/external_fields_load.f           \  
88                  $(SOURCE_CODE)/external_forcing.f               \                  $(SOURCE_CODE)/external_forcing.f               \
89                  $(SOURCE_CODE)/external_forcing_surf.f          \                  $(SOURCE_CODE)/external_forcing_surf.f          \
90                  $(SOURCE_CODE)/find_alpha.f                     \                  $(SOURCE_CODE)/find_alpha.f                     \
91                  $(SOURCE_CODE)/find_rho.f                       \                  $(SOURCE_CODE)/find_rho.f                       \
                 $(SOURCE_CODE)/forward_step.f                   \  
92                  $(SOURCE_CODE)/freeze.f                         \                  $(SOURCE_CODE)/freeze.f                         \
93                                                                  \                                                                  \
94                  $(SOURCE_CODE)/gad_advection.f                  \                  $(SOURCE_CODE)/gad_advection.f                  \
# Line 218  SRC_MODEL      = \ Line 201  SRC_MODEL      = \
201                  $(SOURCE_CODE)/state_summary.f                  \                  $(SOURCE_CODE)/state_summary.f                  \
202                  $(SOURCE_CODE)/timestep.f                       \                  $(SOURCE_CODE)/timestep.f                       \
203                  $(SOURCE_CODE)/the_correction_step.f            \                  $(SOURCE_CODE)/the_correction_step.f            \
                 $(SOURCE_CODE)/the_main_loop.f                  \  
204                  $(SOURCE_CODE)/thermodynamics.f                 \                  $(SOURCE_CODE)/thermodynamics.f                 \
205                  $(SOURCE_CODE)/timestep_tracer.f                \                  $(SOURCE_CODE)/timestep_tracer.f                \
206                  $(SOURCE_CODE)/swfrac.f                         \                  $(SOURCE_CODE)/swfrac.f                         \
# Line 242  SRC_MODEL      = \ Line 224  SRC_MODEL      = \
224                  $(SOURCE_CODE)/gmredi_xtransport.f              \                  $(SOURCE_CODE)/gmredi_xtransport.f              \
225                  $(SOURCE_CODE)/gmredi_ytransport.f              \                  $(SOURCE_CODE)/gmredi_ytransport.f              \
226                                                                  \                                                                  \
                 $(SOURCE_CODE)/ctrl_map_ini.f                   \  
                 $(SOURCE_CODE)/ctrl_map_forcing.f               \  
227                                                                  \                                                                  \
228                    $(SOURCE_CODE)/cost_aqh.f                       \
229                    $(SOURCE_CODE)/cost_atemp.f                     \
230                    $(SOURCE_CODE)/cost_atlantic.f                  \
231                    $(SOURCE_CODE)/cost_averagesfields.f            \
232                    $(SOURCE_CODE)/cost_averagesfinal.f             \
233                    $(SOURCE_CODE)/cost_averagesflags.f             \
234                    $(SOURCE_CODE)/cost_averagesinit.f              \
235                    $(SOURCE_CODE)/cost_ctds.f                      \
236                    $(SOURCE_CODE)/cost_ctdt.f                      \
237                  $(SOURCE_CODE)/cost_final.f                     \                  $(SOURCE_CODE)/cost_final.f                     \
238                  $(SOURCE_CODE)/cost_init.f                      \                  $(SOURCE_CODE)/cost_forcing.f                   \
239                  $(SOURCE_CODE)/cost_tile.f                      \                  $(SOURCE_CODE)/cost_geoid.f                     \
240                  $(SOURCE_CODE)/cost_test.f                      \                  $(SOURCE_CODE)/cost_heatflux.f                  \
241                  $(SOURCE_CODE)/cost_tracer.f                    \                  $(SOURCE_CODE)/cost_hyd.f                       \
242                  $(SOURCE_CODE)/cost_atlantic_heat.f             \                  $(SOURCE_CODE)/cost_initvaria.f                 \
243                  $(SOURCE_CODE)/cost_vector.f                    \                  $(SOURCE_CODE)/cost_merstress.f                 \
244                    $(SOURCE_CODE)/cost_readers.f                   \
245                    $(SOURCE_CODE)/cost_readsssfields.f             \
246                    $(SOURCE_CODE)/cost_readsstfields.f             \
247                    $(SOURCE_CODE)/cost_readtopex.f                 \
248                    $(SOURCE_CODE)/cost_readtopexmean.f             \
249                    $(SOURCE_CODE)/cost_salt.f                      \
250                    $(SOURCE_CODE)/cost_saltflux.f                  \
251                    $(SOURCE_CODE)/cost_ssh.f                       \
252                    $(SOURCE_CODE)/cost_ssh_mean.f                  \
253                    $(SOURCE_CODE)/cost_sss.f                       \
254                    $(SOURCE_CODE)/cost_sst.f                       \
255                    $(SOURCE_CODE)/cost_theta.f                     \
256                    $(SOURCE_CODE)/cost_uwind.f                     \
257                    $(SOURCE_CODE)/cost_vwind.f                     \
258                    $(SOURCE_CODE)/cost_xbt.f                       \
259                    $(SOURCE_CODE)/cost_zonstress.f                 \
260                    $(SOURCE_CODE)/cost_obcs.f                      \
261                    $(SOURCE_CODE)/cost_obcsn.f                     \
262                    $(SOURCE_CODE)/cost_obcss.f                     \
263                    $(SOURCE_CODE)/cost_obcsw.f                     \
264                    $(SOURCE_CODE)/cost_obcse.f                     \
265                                                                  \                                                                  \
266                  $(SOURCE_CODE)/shap_filt_apply_ts.f             \                  $(SOURCE_CODE)/ctrl_getheatflux.f               \
267                  $(SOURCE_CODE)/shap_filt_apply_uv.f             \                  $(SOURCE_CODE)/ctrl_getsaltflux.f               \
268                  $(SOURCE_CODE)/shap_filt_tracer_s1.f            \                  $(SOURCE_CODE)/ctrl_getzonstress.f              \
269                  $(SOURCE_CODE)/shap_filt_tracer_s2.f            \                  $(SOURCE_CODE)/ctrl_getmerstress.f              \
270                  $(SOURCE_CODE)/shap_filt_tracer_s2g.f           \                  $(SOURCE_CODE)/ctrl_getatemp.f                  \
271                  $(SOURCE_CODE)/shap_filt_tracer_s4.f            \                  $(SOURCE_CODE)/ctrl_getaqh.f                    \
272                  $(SOURCE_CODE)/shap_filt_uv_s1.f                \                  $(SOURCE_CODE)/ctrl_getuwind.f                  \
273                  $(SOURCE_CODE)/shap_filt_uv_s2.f                \                  $(SOURCE_CODE)/ctrl_getvwind.f                  \
274                  $(SOURCE_CODE)/shap_filt_uv_s2g.f               \                  $(SOURCE_CODE)/ctrl_getobcsn.f                  \
275                  $(SOURCE_CODE)/shap_filt_uv_s4.f                \                  $(SOURCE_CODE)/ctrl_getobcss.f                  \
276                    $(SOURCE_CODE)/ctrl_getobcsw.f                  \
277  #               $(SOURCE_CODE)/ini_ep.f                         \                  $(SOURCE_CODE)/ctrl_getobcse.f                  \
278  #               $(SOURCE_CODE)/calc_ep_forcing.f                \                  $(SOURCE_CODE)/ctrl_getrec.f                    \
279  #               $(SOURCE_CODE)/cost_entropy.f                   \                  $(SOURCE_CODE)/ctrl_init_variables.f            \
280  #               $(SOURCE_CODE)/cost_t_misfit.f                  \                  $(SOURCE_CODE)/ctrl_map.f                       \
281  #               $(SOURCE_CODE)/cost_eflux_regul.f               \                                                                  \
282  #                                                               \                  $(SOURCE_CODE)/ecco_init.f                      \
283                    $(SOURCE_CODE)/ecco_the_main_loop.f             \
284                                                                    \
285                    $(SOURCE_CODE)/exf_init.f                       \
286                    $(SOURCE_CODE)/exf_readparms.f                  \
287                    $(SOURCE_CODE)/exf_summary.f                    \
288                    $(SOURCE_CODE)/exf_bulkcdn.f                    \
289                    $(SOURCE_CODE)/exf_bulkqsat.f                   \
290                    $(SOURCE_CODE)/exf_bulkrhn.f                    \
291                    $(SOURCE_CODE)/exf_getffields.f                 \
292                    $(SOURCE_CODE)/exf_getffieldrec.f               \
293                    $(SOURCE_CODE)/exf_getforcing.f                 \
294                    $(SOURCE_CODE)/exf_mapfields.f                  \
295                    $(SOURCE_CODE)/exf_getobcs.f                    \
296                    $(SOURCE_CODE)/exf_getsurfacefluxes.f           \
297                    $(SOURCE_CODE)/exf_swapffields.f                \
298                    $(SOURCE_CODE)/exf_filter_rl.f                  \
299                    $(SOURCE_CODE)/exf_filter_rs.f                  \
300                    $(SOURCE_CODE)/exf_set_aqh.f                    \
301                    $(SOURCE_CODE)/exf_set_atemp.f                  \
302                    $(SOURCE_CODE)/exf_set_hflux.f                  \
303                    $(SOURCE_CODE)/exf_set_hfluxa.f                 \
304                    $(SOURCE_CODE)/exf_set_lwflux.f                 \
305                    $(SOURCE_CODE)/exf_set_precip.f                 \
306                    $(SOURCE_CODE)/exf_set_sflux.f                  \
307                    $(SOURCE_CODE)/exf_set_sfluxa.f                 \
308                    $(SOURCE_CODE)/exf_set_swflux.f                 \
309                    $(SOURCE_CODE)/exf_set_ustress.f                \
310                    $(SOURCE_CODE)/exf_set_ustressa.f               \
311                    $(SOURCE_CODE)/exf_set_uwind.f                  \
312                    $(SOURCE_CODE)/exf_set_vstress.f                \
313                    $(SOURCE_CODE)/exf_set_vstressa.f               \
314                    $(SOURCE_CODE)/exf_set_vwind.f                  \
315                    $(SOURCE_CODE)/exf_set_obcs.f                   \
316                                                                    \
317                    $(SOURCE_CODE)/exf_clim_init.f                  \
318                    $(SOURCE_CODE)/exf_clim_readparms.f             \
319                    $(SOURCE_CODE)/exf_clim_summary.f               \
320                    $(SOURCE_CODE)/exf_getclim.f                    \
321                    $(SOURCE_CODE)/exf_set_climsalt.f               \
322                    $(SOURCE_CODE)/exf_set_climtemp.f               \
323                    $(SOURCE_CODE)/exf_set_climsss.f                \
324                    $(SOURCE_CODE)/exf_set_climsst.f                \
325                                                                    \
326                    $(SOURCE_CODE)/exfa_getffields.f                \
327                    $(SOURCE_CODE)/exfa_getforcing.f                \
328                    $(SOURCE_CODE)/exfa_init.f                      \
329                    $(SOURCE_CODE)/exfa_mapfields.f                 \
330                    $(SOURCE_CODE)/exfa_summary.f                   \
331                                                                    \
332                    $(SOURCE_CODE)/cal_addtime.f                    \
333                    $(SOURCE_CODE)/cal_checkdate.f                  \
334                    $(SOURCE_CODE)/cal_compdates.f                  \
335                    $(SOURCE_CODE)/cal_convdate.f                   \
336                    $(SOURCE_CODE)/cal_copydate.f                   \
337                    $(SOURCE_CODE)/cal_daysformonth.f               \
338                    $(SOURCE_CODE)/cal_dayspermonth.f               \
339                    $(SOURCE_CODE)/cal_fulldate.f                   \
340                    $(SOURCE_CODE)/cal_getdate.f                    \
341                    $(SOURCE_CODE)/cal_getmonthsrec.f               \
342                    $(SOURCE_CODE)/cal_intdays.f                    \
343                    $(SOURCE_CODE)/cal_intmonths.f                  \
344                    $(SOURCE_CODE)/cal_intsteps.f                   \
345                    $(SOURCE_CODE)/cal_intyears.f                   \
346                    $(SOURCE_CODE)/cal_isleap.f                     \
347                    $(SOURCE_CODE)/cal_monthsforyear.f              \
348                    $(SOURCE_CODE)/cal_monthsperyear.f              \
349                    $(SOURCE_CODE)/cal_nstepday.f                   \
350                    $(SOURCE_CODE)/cal_numints.f                    \
351                    $(SOURCE_CODE)/cal_printdate.f                  \
352                    $(SOURCE_CODE)/cal_printerror.f                 \
353                    $(SOURCE_CODE)/cal_stepsforday.f                \
354                    $(SOURCE_CODE)/cal_stepsperday.f                \
355                    $(SOURCE_CODE)/cal_subdates.f                   \
356                    $(SOURCE_CODE)/cal_timeinterval.f               \
357                    $(SOURCE_CODE)/cal_timepassed.f                 \
358                    $(SOURCE_CODE)/cal_timestamp.f                  \
359                    $(SOURCE_CODE)/cal_toseconds.f                  \
360                    $(SOURCE_CODE)/cal_weekday.f                    \
361                                                                    \
362                    $(SOURCE_CODE)/obcs_apply_sloc.f                \
363                    $(SOURCE_CODE)/obcs_apply_tloc.f                \
364                    $(SOURCE_CODE)/obcs_apply_ts.f                  \
365                    $(SOURCE_CODE)/obcs_apply_uv.f                  \
366                    $(SOURCE_CODE)/obcs_calc.f                      \
367                    $(SOURCE_CODE)/obcs_init_variables.f            \
368                    $(SOURCE_CODE)/obcs_sponge.f                    \
369    
370    
371    #               $(SOURCE_CODE)/shap_filt_apply.f                \
372    #               $(SOURCE_CODE)/shap_filt_apply_ts.f             \
373    #               $(SOURCE_CODE)/shap_filt_tracer_s1.f            \
374    #               $(SOURCE_CODE)/shap_filt_tracer_s2.f            \
375    #               $(SOURCE_CODE)/shap_filt_tracer_s2g.f           \
376    #               $(SOURCE_CODE)/shap_filt_tracer_s4.f            \
377    #               $(SOURCE_CODE)/shap_filt_uv_s1.f                \
378    #               $(SOURCE_CODE)/shap_filt_uv_s2.f                \
379    #               $(SOURCE_CODE)/shap_filt_uv_s2g.f               \
380    #               $(SOURCE_CODE)/shap_filt_uv_s4.f                \
381    
382    
383  #--------------------------------------------------------  #--------------------------------------------------------
384  # rules  # rules
385  #--------------------------------------------------------  #--------------------------------------------------------
386    
387  small_f:  adcode:
388          cd $(SOURCE_CODE); $(MAKE) depend; $(MAKE) small_f          cd $(DEST) ; cat $(SRC_MODEL) >! tamc_code_ecco.f
   
 allcode:  
         cd $(DEST) ; cat $(SRC_MODEL) >! tamc_code.f  
   
389  admodeltamc:  admodeltamc:
390          cd $(DEST) ; $(TAMC) $(ADTAMCFLAG) tamc_code.f  \          cd $(DEST) ; $(TAMC) $(TAMCFLAG) tamc_code_ecco.f       \
391             >! tamc_code_ad.prot             >! tamc_code_ecco_ad.prot
392    
393  admodeltaf:  admodeltaf:
394          cd $(DEST) ; $(TAF) $(ADTAFFLAG) tamc_code.f          cd $(DEST) ; $(TAF) $(TAFFLAG) tamc_code_ecco.f
   
 ftlmodeltamc:  
         cd $(DEST) ; $(TAMC) $(FTLTAMCFLAG) tamc_code.f \  
            >! tamc_code_ftl.prot  
395    
396  ftlmodeltaf:  adrestore:
397          cd $(DEST) ; $(TAF) $(FTLTAFFLAG) tamc_code.f          cp $(PKG)/autodiff/adjoint_model.F_template     \
398               $(PKG)/autodiff/adjoint_model.F
 svdmodeltaf:  
         cd $(DEST) ; $(TAF) $(SVDTAFFLAG) tamc_code.f  
399    
400  adchange:  adchange:
401          cp $(PKG)/autodiff/adjoint_model.F_template     \          ${ADJOINT_SCRIPT}/adjoint_ecco_sed.com          \
402             $(PKG)/autodiff/adjoint_model.F ;            \             >! tamc_code_ecco_sed_ad.f ;                 \
         ${ADJOINT_SCRIPT}/adjoint_sed.com               \  
            >! tamc_code_sed_ad.f ;                      \  
403          cp $(PKG)/autodiff/adjoint_model.F              \          cp $(PKG)/autodiff/adjoint_model.F              \
404             $(PKG)/autodiff/adjoint_model.F_old ;        \             $(PKG)/autodiff/adjoint_model.F_old ;        \
         cat tamc_code_sed_ad.f >> $(PKG)/autodiff/adjoint_model.F  
   
 ftlchange:  
         cp $(PKG)/autodiff/tangentlinear_model.F_template       \  
            $(PKG)/autodiff/tangentlinear_model.F ;              \  
         cp $(PKG)/autodiff/tangentlinear_model.F                \  
            $(PKG)/autodiff/tangentlinear_model.F_old ;          \  
         cat tamc_code_ftl.f >> $(PKG)/autodiff/tangentlinear_model.F  
   
 adrestore:  
405          cp $(PKG)/autodiff/adjoint_model.F_template     \          cp $(PKG)/autodiff/adjoint_model.F_template     \
406             $(PKG)/autodiff/adjoint_model.F             $(PKG)/autodiff/adjoint_model.F;             \
407            cat tamc_code_ecco_sed_ad.f >> $(PKG)/autodiff/adjoint_model.F
 ftlrestore:  
         cp $(PKG)/autodiff/tangentlinear_model.F_template       \  
            $(PKG)/autodiff/tangentlinear_model.F  
   
 adtamc:  adrestore ftlrestore small_f allcode admodeltamc  
   
 adtaf:  adrestore ftlrestore small_f allcode admodeltaf  
   
 ftltamc:  adrestore ftlrestore small_f allcode ftlmodeltamc  
   
 ftltaf:  adrestore ftlrestore small_f allcode ftlmodeltaf  
408    
409  svdtaf:  adrestore ftlrestore allcode svdmodeltaf  adtamc:  adrestore adcode admodeltamc
410    
411    adtaf:  adrestore adcode admodeltaf

Legend:
Removed from v.1.16.2.6  
changed lines
  Added in v.1.16.4.5

  ViewVC Help
Powered by ViewVC 1.1.22