- 1) If none of the DIAGNOSTICS options is defined, then the Cray compiler issues a warning (non-fatal) about line 24...
...because the module is empty. The warning can be suppressed by enclosing the line in an #ifdef block, ie
Code: Select all
USE mod_diags
2) Line 116...Code: Select all
# if defined DIAGNOSTICS_BIO USE mod_diags # endif
...is incorrect and should be...Code: Select all
real(r8), intent(in) :: z_w(LBi:UBi,LBj:UBj,UBk)
Code: Select all
real(r8), intent(in) :: z_r(LBi:UBi,LBj:UBj,UBk)
Bugs in fasham.F
- m.hadfield
- Posts: 521
- Joined: Tue Jul 01, 2003 4:12 am
- Location: NIWA
Bugs in fasham.F
A couple of bugs in ROMS 2.1 fasham.F, discovered while compiling on a Cray T3E with ASSUMED_SHAPE undefined: