-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
printout now ok for kdm<1000 and idm,jdm<100,000
All large arrays are allocated at run time, and so HYCOM has no upper limit on idm, jdm and kdm. However, many print statements used i2, or i3 with the expection that the 3rd digit is a space, for kdm and 2i4, or 2i5 with the expection that the 3rd digit is a space, for idm,jdm. All such print statements have been updated by adding a digit (i3,i4, 2i5,2i6) and so kdm of 1 to 999 and idm or jdm of 1 to 99999 are fully supported. There are extra spaces in .b archive files and in the log output.
- Loading branch information
1 parent
0c65cf9
commit b908d56
Showing
28 changed files
with
512 additions
and
484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.