| Symbol | Description | Uses |
| fnamedatanc | 4 |
| File | Line number | Procedure | Code |
| ./pkg/profiles/profiles_init_fixed.F | 202 | PROFILES_INIT_FIXED |
write(fnamedatanc(1:80),'(2a)') profilesfile(1:IL),'.nc' |
| ./pkg/profiles/profiles_init_fixed.F | 203 | PROFILES_INIT_FIXED |
write(msgbuf,'(a,a)') ' opening ', fnamedatanc(1:80) |
| ./pkg/profiles/profiles_init_fixed.F | 206 | PROFILES_INIT_FIXED |
err = NF_OPEN(fnamedatanc, 0, fiddata(num_file,bi,bj)) |
| ./pkg/profiles/profiles_init_fixed.F | 44 | PROFILES_INIT_FIXED |
character*(80) profilesfile, fnamedatanc |