# Description # ----------- # As currently implemented, # o independent variables are initial SST, SSS; see code_admtlm/ECCO_CPPOPTIONS.h # o dependent variable is ... # # build optimal initial condition code # ------------------------------------ # starting from global_ocean.90x40x15/ # mkdir build_admtlm/ cd build_admtlm/ ../../../tools/genmake2 -adof ../../../tools/adjoint_options/adjoint_state_final -mods ../code_admtlm make depend make svdtaf make svdall # data flow #---------- main | |-admtlm_dsvd | | | |--initialise_fixed | | | |--dsaupd | | | |-- | | | |--admtlm_driver | | | | | |--- | | | | | |---ctrl_unpack('g_','admtlm_vector.it',optimcycle) | | | | | |---admtlm_upxx | | | | | | ############### | | |---g_the_main_loop | | | ############### | | | | | |---admtlm_metric | | | | | |---admtlm_map | | | | | |---yadprefix='ad' | | | | | |---ctrl_init | | | | | | ############### | | |---adthe_main_loop | | | ############### | | | | | |---ctrl_pack o