Changes between Version 2 and Version 3 of Developers/NamelistChecker
- Timestamp:
- 2020-06-05T13:40:35+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developers/NamelistChecker
v2 v3 56 56 * subsequent continuation lines have a leading ampersand and a trailing ampersand is placed on the preceding line (comments are allowed after the trailing ampersand) 57 57 58 With these (seemingly safe) assumptions the attached Perl script: nemo_list_nmls.plcan be used to extract namelist templates from the source. For example:58 With these (seemingly safe) assumptions the attached Perl script: [[attachment:nemo_list_nmls.pl]] can be used to extract namelist templates from the source. For example: 59 59 60 60 {{{ … … 95 95 ''(this does assume scanning OCE is sufficient; how about OFF, SAS etc.?)'' 96 96 97 == Part 3 Checking reference namelist and source compatibility == 98 99 100 97 101 98 102