Nic Hannah

Results 22 issues of Nic Hannah

@mjharriso had the idea of implementing a way to checkpoint the restart memory regularly. Then when the model crashes an exception handler can access the saved memory and write out...

enhancement

The bathymetry file used by several experiments may contain anomalous 'pits' on the shelves. The extent of this problem is not know yet.

The MOM performance timers/clocks are not giving complete results when using the ACCESS-OM driver. There is a large amount of time unaccounted for. We need to find what this is.

The following combination of settings: &ocean_tempsalt_nml debug_this_module = .false. s_min = -0.1 &ocean_tracer_nml use_tempsalt_check_range = .true. Should be illegal because the model will be able to get a -ve salinity...

From Siobhan: "melt on line 3593. I noticed when I was comparing ocean_sbc.F90 that there was one difference in the T_prog(index_salt)%stf(ii,jj) loop line 3593 in your code v our code...

We're finding that MOM5 is sometimes killed by the OS on startup. We assume this is from excessive memory use. It would be nice to review memory consumption and try...

There is a bug in drivers/ocean_solo.F90 which causes a model abort when restarting from Feb of a leap year. Code below when ALL(restart_interval == 0) and Time end is 29...

Excerpts from email exchange pasted below. --- Sure! I would be delighted to see it remedied. I have no idea why the public version has an orographyless atmosphere. As explained...

Ping Zhai Hi, I just found that the unit of dic_x(y,z)flux_adv(gm, submeso, ...) in ***_0101.ocean_bling_adv_dic.nc is not right, it should be mole/s instead of kg/s. I calculated the dic transport...

For example: &ocean_vert_mix_nml vert_mix_scheme='kpp_mom4p1' / and &ocean_vert_kpp_mom4p1_nml use_this_module=.false. / Does not result in an error. If this is not picked up by the user then the model will run with...

bug