Jean-Michel Campin

Results 42 issues of Jean-Michel Campin

## What changes does this PR introduce? The main purpose is to allow to use pkg/gmredi with Pressure coordinate: 1. Since the sign of current/input d.Sigma/dr changes when switching from...

adjoint

I cannot find, in the documentation, a clean explanation of how fresh-water is accounted for in the ocean (combination of these parameters: useRealFreshWater, convertFW2Salt, temp_EvPrRn with linear or non-lin free-surface...

manual

**Note: for general support questions, please use the mailing list [email protected]**. This repository's issues are intended for feature requests and bug reports.

## What changes does this PR introduce? First implementation of Triads discretisation (from Grieffies etal, JPO, 98) for Redi tensor diffusion: 1. compute slope and tensor components within the same...

work in progress

Currently, the wind-stress effect on TKE is accounted for by imposing a prescribed value (function of uStar) of TKE at the surface, i.e., as a Dirichlet BC. To account for...

Few things could be improved: 1. Efficiency: Currently, at each time-step and for each tidal component, calculate: COS( 2.pi (t - phase)/Period ) for each OB location iOb (N,S) and...

There is a consensus on the need to use indentation for if block and do loop block, with the main purpose to help following how the code works. But it's...

In PR #579 discussion, removing some un-used parameters within "tamc.h" was mentionned but postponed until "nthreads_chkpt" could also be removed (after removing it from tape initialisations). Raise this issue here...

This is mostly for AD set-up: I noticed that some (CPP) options could be define/undef in in different option-hear files, which is risky since then it does matter in with...

Currently, it seems that we have a mix of naming convention for AD hand-written src code: 1. with suffix "_ad" for AD subroutines (and file suffix "_ad.F"): 24 files in...