Martin Losch
Martin Losch
I just checked out the branch and ran `./testreport -t 'exp4.nlfs tutorial_reentrant_channel` with and without the `-devel` option. I did this on my MacBook with gfortran. If you cannot reproduce...
Here's the problem: in `rbcs_update_etah.F` there's a division by `tauRelaxEta` without checking if it is zero or if `useRBCeta` is true or not. I suggest to add an `IF (...
- Let's do the documentation part in a different PR - `sstExtrapol` is moved back to `pkg/exf` but now computation is now only once in `exf_getforcing.F` - `seaSurfTemp` renamed to...
Note, that the merge changes the results of `global_ocean.cs32x15.in_p` and the reference needs to be re-generated.
About TAF: The required changes are straightforward. We will need to add the new routine `ptracers_preformed_reset.F` to `ptracers_ad_diff.list`, and, as the code is done now, add one extra `CADJ STORE...
When I include `MITgcmutils.utils` in `doc/utilities/utilities.rst` I get error messages like: ``` /Users/mlosch/MITgcm/review/utils/python/MITgcmutils/MITgcmutils/utils.py:docstring of MITgcmutils.utils.tilecmap:30: CRITICAL: Unexpected section title. Test ---- ``` This is from the doc in the python...
My previous (first) comment got scrapped, so I repeat what I can remember of it: @dramauh Thanks for this contribution. I took the liberty to make small changes to make...
Thanks, I can now also compile the readthedocs without error messages. It may have to do with the infamous DOS eol characters (^M) that I saw in a few places...
@dramauh thanks, the docs look good. I'll have a look at the actual python code with the help of @jahn
@dramauh I am sorry, I was wrong. The problem described above remains. The docstring sections in utils.gen_blanklist and utils.timecmap starting with "Test" lead to the above error message. I don't...