raphael dussin

Results 16 issues of raphael dussin

Hi! I've got doxyrest working for my documentation but since it comes from fortran code it needs a little tweaking. My guess is that I should add fortran templates in...

Some packages (cfc, bling) have similar implementations of Wanninkhof 92: https://github.com/MITgcm/MITgcm/blob/1594ae1084c57e7f4c25883eddbc86ae49fb93c9/pkg/cfc/cfc_fields_load.F#L198 https://github.com/MITgcm/MITgcm/blob/1594ae1084c57e7f4c25883eddbc86ae49fb93c9/pkg/bling/bling_airseaflux.F#L146 For robustness, it'd be a good thing to merge this into a common gas exchange package. We are...

https://github.com/NOAA-GFDL/MOM6/blob/12853fa5581c7b8c4605c94dccafca64c332863a/src/core/MOM.F90#L775 I think this should be: ```fortran if (CS%diabatic_first .and. abs(CS%t_dyn_rel_thermo -dtdia) > 1e-6*dtdia) call blah ``` using THERMO_SPANS_COUPLING = True and dt_cpld = 3600 with dt_therm = 7200 and...

discussion

this is where it dies: https://github.com/NOAA-GFDL/MOM6-examples/blob/6579b2d92dcf63c0dadeda7b1a1a56e80e64f52f/tools/analysis/refineDiag_ocean_month_rho2.py#L130 I had it working previously so I'm gonna bet the netcdf lib slightly changed under my feet and now it's breaking. Did anyone have...

here: https://github.com/NOAA-GFDL/MOM6-examples/blob/7e8e18afdc7b7cccfb59ba9cd1b63b95f7d93b2b/ice_ocean_SIS2/OM4_025.JRA/diag_table.MOM6#L430 and there: https://github.com/NOAA-GFDL/MOM6-examples/blob/7e8e18afdc7b7cccfb59ba9cd1b63b95f7d93b2b/ice_ocean_SIS2/OM4_025/diag_table.MOM6#L414 and potentially in other files as well. shouldn't this be moved to ocean_[FREQ]_z ?

can we publish these input datasets for the MOM6-examples test cases on such platforms? figshare allows up to 5GB per file and provides DOI,... Also easy to wget from there.

I know this is a bit of a "funny" issue but having a more unambiguous name could help the package stand out in a google search and prevent (prospective) users...

**Is your feature request related to a problem? Please describe.** The horizontal remapping (horiz_interp) called from data_override is likely to become more and more costly as horizontal resolution of forcing...

enhancement

@rabernat lots of new stuff in the master branch. I'd like to have it released. is there some issues that need to be tackled before new release? some issues need...

latest build is 4 months old.