[MITgcm-devel] order in initialised_fixed
Jean-Michel Campin
jmc at ocean.mit.edu
Tue Oct 6 11:48:09 EDT 2009
Hi Martin,
I think INI_MODEL_IO needs to be called first, before ini_grid.
The reason is that some of the IO stuff need to be set before
reading grid arrays (mdsioLocalDir, buffer initialisation)
and monitor initialisation needs to happen before ini_grid.
So, if there is a problem with the content of AUTODIFF_INI_MODEL_IO
and/or where it is called, this S/R or the call should be fixed.
Can it be splitted in 2 ? or called after ini_grid ?
Cheers,
Jean-Michel
On Tue, Oct 06, 2009 at 11:14:03AM +0200, Martin Losch wrote:
> Hi,
>
> is there any reason why
> INI_MODEL_IO( myThid )
> cannot be called after
> INI_GRID( myThid )
> in initialised fixed? It's just a cosmetic issue, but the grid
> parameters (e.g. XC, RC, etc) are already filled in the netcdf file for
> the adjoint variables (ad*.nc) in ini_model_io, but they are all zero
> because they are computed in ini_grid. Can I change the order?
>
> Martin
>
>
> _______________________________________________
> MITgcm-devel mailing list
> MITgcm-devel at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-devel
More information about the MITgcm-devel
mailing list