[MITgcm-devel] small bug in MITgcm/pkg/ctrl/ctrl_set_globfld_yz.F
Matthew Mazloff
mmazloff at mit.edu
Mon Oct 26 17:32:33 EDT 2009
Hello,
There is a bug in the latest version of ctrl_set_globfld_yz.F
There is a
nrec_nl = int(ncvarrecs(ivartype)/Ny)
that should be
nrec_nl=int(ncvarrecs(ivartype)/Nx)
Thanks
-Matt
More information about the MITgcm-devel
mailing list