NuSDaS Interface Reference Manual
defines the default content of SUBC records for eta and sigma coordinates.
/* C */
int
nusdas_subc_preset1(type1, type2, type3, subcgroup, nlev, a, b, c)
! Fortran
SUBROUTINE NUSDAS_SUBC_PRESET1(type1, type2, type3, subcgroup, nlev, &
a, b, c, iostat)
| symbol | Fortran | C |
| subcgroup | CHARACTER(4) | char [4] |
| nlev | INTEGER | N_SI4 * |
| a | REAL, DIMENSION(nlev) | float * |
| b | REAL, DIMENSION(nlev) | float * |
| c | REAL, DIMENSION(nlev) | float * |
| iostat | INTEGER, INTENT(OUT) | (not used) |
subcgroupmust be "SIGM" or "ETA "
nlevnumber of levels
abcvertical coordinate parameters
| 0 | Succeded |
| -1 | invalid subcgroup value |
| -2 | Too many SUBC records written. |
| -10 to -99 | (see error code table) |
see also Error Code of NuSDaS library for return code from -10 to -99.