New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#2215 (report on communications is not clear when BDY is used) – NEMO

Opened 5 years ago

Closed 5 years ago

#2215 closed Enhancement (duplicate)

report on communications is not clear when BDY is used

Reported by: clem Owned by: smasson
Priority: low Milestone:
Component: LBC Version: trunk
Severity: minor Keywords:
Cc:

Description

The file communication_report.txt sum up the number of communications that are done at the second time step of a simulation.
Usually the report is clear and ressembles at that:

  lbc_lnk called
 -  209 times by subroutine dynspg_ts

But when using BDY, it messes up the report:

lbc_lnk called
 -    2 times by subroutine dynspg_ts
 -    1 times by subroutine bdydyn2d
 -    2 times by subroutine dynspg_ts
 -    3 times by subroutine bdydyn2d
 -    2 times by subroutine dynspg_ts
 -    1 times by subroutine bdydyn2d
 -    2 times by subroutine dynspg_ts
 -    3 times by subroutine bdydyn2d
 -    2 times by subroutine dynspg_ts
 -    1 times by subroutine bdydyn2d
etc

The report should be able to deal with mixed up calls

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 5 years ago by smasson

  • Resolution set to duplicate
  • Status changed from new to closed

duplicated with #2281

Note: See TracTickets for help on using tickets.