--- MITgcm/verification/OpenAD/README 2005/08/23 13:06:42 1.1 +++ MITgcm/verification/OpenAD/README 2005/08/25 04:20:27 1.4 @@ -69,7 +69,17 @@ -------- o short version: --------------- -../code_ad/genmake2 -of ../../../tools/build_options/linux_ia32_ifort -mods ../code_ad -make depend ; make cb2m ; make makefile ; make small_f ; make allmods +../code_ad/genmake2 -of ../../../tools/build_options/linux_ia32_ifort -adof ../../../tools/adjoint_options/adjoint_f95 -mods ../code_ad +make depend ; make cb2m ; \rm adcost_mod.F90 +make makefile ; make small_f make ad_input_code.f +make adtaf +make allmods +make adall + +TAF-generated adjoint code has one bug: line + adfc = 0.d0 +needs to be replaced by + adfc = 1.d0 +(corresponds to seeding of dependent variable).