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.
#355 (stpctl : use format I4 which is not enough for big configs ...) – NEMO

Opened 15 years ago

Closed 15 years ago

#355 closed Enhancement (fixed)

stpctl : use format I4 which is not enough for big configs ...

Reported by: molines Owned by: nemo
Priority: lowest Milestone:
Component: OCE Version: v3.1
Severity: Keywords:
Cc:

Description

Realy a very small problem ... but still...

In stpctl, format 9400 and 9500 uses I4 for output of (i,j). In case of big config where i or J > 1000, this gives a 8 digit output, all together which is not nice ... I suggest to put I5 ...

So change from :

9400  FORMAT (' kt=',i6,' max abs(U): ',1pg11.4,', i j k: ',3i4)
...
9500  FORMAT (' kt=',i6,' min SSS: ',1pg11.4,', i j: ',2i4)

to

9400  FORMAT (' kt=',i6,' max abs(U): ',1pg11.4,', i j k: ',3i5)
...
9500  FORMAT (' kt=',i6,' min SSS: ',1pg11.4,', i j: ',2i5)

Commit History (1)

ChangesetAuthorTimeChangeLog
1442rblod2009-05-12T15:43:18+02:00

Printing issue in stpctl, see ticket #355

Change History (1)

comment:1 Changed 15 years ago by rblod

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.