Nic Hannah
Nic Hannah
For example there is code like: ierr = check_nml_error(io_status,'ocean_vert_kpp_mom4p1_nml') and ierr = check_nml_error(io_status,'ocean_vert_kpp_mom4p1_nml') but no following check that ierr does not indicate an error. This means that a typo within...
The run tests, e.g. https://climate-cms.nci.org.au/jenkins/job/mom-ocean.org/job/MOM_run/ only dump the stdout/stderr when a test fails. It would be useful to dump output on successful runs also. This will allow users to compare...
There have been reports that the 0.25 degree test case does not have bit reproducibility across restarts. This issue will create a test for this.
Presently the testing infrastructure runs the tests cases one after the other. It would be a lot quicker to do these in parallel.
These test cases fail when using a debug build with the following error: Image PC Routine Line Source fms_MOM_SIS.x 000000000933D110 Unknown Unknown Unknown fms_MOM_SIS.x 0000000008184297 diag_manager_mod_ 1658 diag_manager.F90 fms_MOM_SIS.x 000000000813281C...
mppnccombine fails on this test case with the following error: Error: different number of records than the first input file! Warning: output file may be incomplete! Here is the command...
The min S can go negative near, e.g. Rio de Plata, occasionally. This doesn't look like numerical instability and doesn't go away with a lower timestep. The minimum S is...
An email from Russ: Further to yesterday's chat here is the way I redid the coupling from the mom side of things The original loop was do nc=1, num_cpld_calls get_bcs_from_ice...
The link given here https://github.com/NOAA-GFDL/MOM6-examples/wiki/Getting-started#downloading-input-data Which is ftp://ftp.gfdl.noaa.gov/pub/aja/datasets/ does not appear to contain input data for the Baltic_OM4_05 and Baltic_OM4_025 test cases. These are not running / failing in the...