Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_global_oce_optim/input_ad/data.autodiff is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 4240547d on 2021-01-25 17:41:20 UTC
6a162afee2 Jean*0001 # =========================
                0002 # pkg AUTODIFF parameters :
                0003 # =========================
4240547d2d Mart*0004 #  inAdExact   :: get an exact adjoint (no approximation) (def=.True.)
                0005 #  viscFacInAd :: parameter to increase part of the viscosity in backward sweep;
                0006 #                 multplies 3D viscosity fields (read from files viscAhDfile and
                0007 #                 viscAhZfile) before they are added to the final viscosity to
                0008 #                 improve stability of backwards sweep. It is commented out,
                0009 #                 because in this experiment the 3D viscosity fields are zero
                0010 #                 (not read) and this parameter has no effect.
6a162afee2 Jean*0011 #
                0012  &AUTODIFF_PARM01
                0013 # inAdExact = .FALSE.,
4240547d2d Mart*0014 # viscFacInAd = 2.,
6a162afee2 Jean*0015  &