Opened 8 years ago

Last modified 8 years ago

#693 closed defect

NEMURO model reporting the wrong parameter values — at Initial Version

Reported by: arango Owned by: arango
Priority: major Milestone: Release ROMS/TOMS 3.7
Component: Nonlinear Version: 3.7
Keywords: Cc:

Description

When the NEMURO model (nemuro_inp.h) is activated, ROMS reports the wrong parameter (AlphaZL, VO2S0, KD2N) values to standard output.

Many thanks to Paul Mattern for bringing this to our attention.

I also added a local CPP flag DEBUG_VOLCONS to obc_volcons.F to track the parallel global reductions:

# ifdef DEBUG_VOLCONS
          WRITE (150,10) MyRank, iic(ng), iif(ng), bc_area, buffer(1),  &
                         bc_flux, buffer(2), buffer(2)/buffer(1)
  10      FORMAT (i3,1x,i3.3,1x,i3.3,5(1x,1pe23.15))
          CALL my_flush (150)
# endif

This was done to track the round-off of global parallel reductions (big numbers) with different partitions. The default is to have this CPP off.

Change History (0)

Note: See TracTickets for help on using tickets.