Jean-Michel Campin

Results 392 comments of Jean-Michel Campin

@mjlosch I found some comments (starting with "CML") in model/src/timestep_tracer.F (lines 57-61) that might be relevant to this point. What do you think about those ?

Forgot one thing: I switched off vertical diffusion (diffKrT=diffKrS=0) and now this PR updated code and the reference one give same results for exp4.stevens experiment.

@mjlosch I would like to keep the option open (even if it just require to uncomment few lines in one place) of having vertical diffusion and forcing added to stevens...

Hi Olivier, I would recommand to use a recent version of the code since some of these issue have been fixed by PR #254 (merged in on May 29, 2018)....

Hi Olivier, I would recommand to use a recent version of the code since some of these issue have been fixed by PR #254 (merged in on May 29, 2018)....

@timothyas I took a quick look and have few comments: 1) regarding the (TAF) Adjoint, it seems that experiment `global_ocean.cs32x15` has some problems: the primary test fails (because of the...

Also, forgot to mention this, the TLM test for experiment `OpenAD` is now failing to compile.

@jklymak with pkg/ctrl, there is an option to specify a 2-D map of some (linear) drag coefficient. If you just want to provide a 2-D map for this coefficient, it...

I submitted this PR in a (very) early stage to open the discussion on 2 aspects related to P-coords: 1. the sign of dSigmaR (in pkg/gmedi) as documented above (which...

@mjlosch Thanks for the comments. I went back and removed completely "putBackSign" as I realized it's more natural to flip the sign (only for P-coord) as we go from stream-function...