[Mitgcm-support] Re: checkpoint.F, dynamics.F (PR#19)

mitgcm-support at dev.mitgcm.org mitgcm-support at dev.mitgcm.org
Wed Jul 9 15:18:10 EDT 2003


Patrick,

I presume the dymamics.F bug refers to checkpoint34 since
those lines were "suppressed" (to borrow from J-M vocabulary)
in checkpoint35?

Are you checking in the checkpoint.F fix?

A.

heimbach at mit.edu wrote:
> - dynamics.F for
> #defined ALLOW_AUTODIFF_TAMC
> #defined ALLOW_GMREDI
> CADJ STORE Kwx(:,:,:,myThid)  = comlev1_bibj, key=ikey, byte=isbyte
> CADJ STORE Kwy(:,:,:,myThid)  = comlev1_bibj, key=ikey, byte=isbyte
> CADJ STORE Kwz(:,:,:,myThid)  = comlev1_bibj, key=ikey, byte=isbyte
> 
> wrong field declarations; should be
> CADJ STORE Kwx(:,:,:,bi,bj)  = comlev1_bibj, key=ikey, byte=isbyte
> CADJ STORE Kwy(:,:,:,bi,bj)  = comlev1_bibj, key=ikey, byte=isbyte
> CADJ STORE Kwz(:,:,:,bi,bj)  = comlev1_bibj, key=ikey,
> byte=isbyte




More information about the MITgcm-support mailing list