[MITgcm-devel] vertical mixing

Jean-Michel Campin jmc at ocean.mit.edu
Tue Aug 31 14:12:43 EDT 2004


Hi Martin,

> 1. I have called the package PP for Pacanowki & Philander (1981. If
> this is a bad choice give me a better name (maybe PP81, but then I was
> afraid that the number interfere with the shell scripts?) and I change
> the name, and the names of all subroutines.

Personally I prefer pp81 and my80 (the package name is in lower case,
I guess ?) rather than pp and my, but I have no idea about how it 
works with shell scripts (Ed, is this a problem ?).

> There should be a runtime check in packages_check,
> shouldn't it?

It seems to me that to check if both pkg are use, one checking is
enough, either in PP_check or kpp_check (e.g., in PP_check, if useKPP ...)
And when you add a 3rd package (e.g., MY) you just have to have
in MY_check: 
if useKPP ... 
and 
if usePP ...

Otherwise, you can put the checking part in 
model/src/config_check.F
but does't seem to me the best place.

Cheers,

Jean-Michel



More information about the MITgcm-devel mailing list