Chris Hill
Chris Hill
@menemenlis we are not sure what to do here - any updates?
@menemenlis do you want to come visit
@menemenlis any further news - now ground hog day has passed?
@jrscott will take a look at this
@jrscott - an example of Travis for OSX is here https://github.com/climate-machine/CLIMA/blob/master/.travis.yml
@raphaeldussin it is also here https://github.com/MITgcm/MITgcm/blob/0bb9fb970fe7ae5d3defdda91a855ea43676a8f5/pkg/dic/dic_surfforcing.F#L142 I think that is it though i.e. see http://lxr.mitgcm.org/lxr2/ident/MITgcm?v=master&_i=pisvel&_showmatch=1&_remember=1 . @seamanticscience and @stephdut any thoughts on having a common function for pisVel that can...
gchem splits a bit on ```#ifdef GCHEM_SEPARATE_FORCING``` and ```#ifdef GCHEM_ADD2TR_TENDENCY```. Sould hypothetical ```gchem_gas_exchange_coeff``` be called from both ```gchem_calc_tendency()``` and ```gchem_forcing_sep()```? ```verification/cfc_example/code/GCHEM_OPTIONS.h```(https://github.com/MITgcm/MITgcm/blob/0bb9fb970fe7ae5d3defdda91a855ea43676a8f5/verification/cfc_example/code/GCHEM_OPTIONS.h#L18) has ```#undef GCHEM_SEPARATE_FORCING```. ```pkg/spoil``` may do same, but its...
@seamanticscience and/or @stephdut would it make sense to create a separate github issue on "maybe create core carbon chemistry package". Then this thread can stay on "air-sea gas exchange". That...
@seamanticscience, @stephdut, @mmazloff, @raphaeldussin, @jm-c and others. I created #138 for general discussion on whether and what common code for carbon chemistry in general makes sense. Don't feel shy about...
@hongandyan we don't think there is a flag at the moment. Would this go in ```pkg/ecco``? ```pkg/exf``` should be OK with single files already?