Parent Directory
|
Revision Log
|
Revision Graph
good: compiles, runs without segfaulting, appears to read inputs correctly, produces all the right output files at correct times and with correct sizes, etc... bad: output is clearly wrong -- something wrong with global sum or the multiply or both
1 | edhill | 1.1 | # Example "data.regrid" file |
2 | # Lines beginning "#" are comments | ||
3 | ®RID_PARM01 | ||
4 | regrid_mnc=.TRUE., | ||
5 | regrid_ngrids=1, | ||
6 | regrid_fbname_in(1)='CS32_LL128x64_', | ||
7 | edhill | 1.2 | regrid_nout(1)=8192, |
8 | edhill | 1.1 | & |
9 | # Note: Some systems use & as the | ||
10 | # namelist terminator. Other systems | ||
11 | # use a / character (as shown here). |
ViewVC Help | |
Powered by ViewVC 1.1.22 |