Home
last modified time | relevance | path

Searched refs:ovarID2 (Results 1 – 6 of 6) sorted by relevance

/dports/science/cdo/cdo-2.0.0/src/
H A DAfterburner.cc1615 if (globs.Mean) vlistDefVarTsteptype(globs.ovlistID2, ovarID2, TSTEP_AVG); in after_postcntl()
1616 vlistDefVarCode(globs.ovlistID2, ovarID2, code); in after_postcntl()
1617 vars[code].ovarID2 = ovarID2; in after_postcntl()
1618 vlistDefVarInstitut(globs.ovlistID2, ovarID2, instID); in after_postcntl()
1619 vlistDefVarModel(globs.ovlistID2, ovarID2, modelID); in after_postcntl()
1620 vlistDefVarTable(globs.ovlistID2, ovarID2, tableID); in after_postcntl()
1621 if (name[0]) cdiDefKeyString(globs.ovlistID2, ovarID2, CDI_KEY_NAME, name); in after_postcntl()
1623 if (units[0]) cdiDefKeyString(globs.ovlistID2, ovarID2, CDI_KEY_UNITS, units); in after_postcntl()
1624 vlistDefVarDatatype(globs.ovlistID2, ovarID2, datatype); in after_postcntl()
1625 vlistDefVarMissval(globs.ovlistID2, ovarID2, vars[code].missval); in after_postcntl()
[all …]
H A Decautil.h329 void write_gsl_stream(CdoStreamID ostreamID, int otaxisID, int otsID, int ovarID1, int ovarID2, int…
H A Decacore.cc915 const auto ovarID2 = vlistDefVar(ovlistID, gridID, zaxisID, TIME_VARYING); in eca4() local
917 vlistDefVarMissval(ovlistID, ovarID2, missval); in eca4()
919 if (IS_SET(request.name2)) cdiDefKeyString(ovlistID, ovarID2, CDI_KEY_NAME, request.name2); in eca4()
920 …if (IS_SET(request.longname2)) cdiDefKeyString(ovlistID, ovarID2, CDI_KEY_LONGNAME, request.longna… in eca4()
921 if (IS_SET(request.units2)) cdiDefKeyString(ovlistID, ovarID2, CDI_KEY_UNITS, request.units2); in eca4()
1263 …write_gsl_stream(ostreamID, otaxisID, otsID, ovarID1, ovarID2, ivlistID1, FIRST_VAR_ID, gslDuratio… in eca4()
1282 …write_gsl_stream(ostreamID, otaxisID, otsID, ovarID1, ovarID2, ivlistID1, FIRST_VAR_ID, gslDuratio… in eca4()
1303 …write_gsl_stream(ostreamID, otaxisID, otsID, ovarID1, ovarID2, ivlistID1, FIRST_VAR_ID, gslDuratio… in eca4()
H A Dafterburner.h126 int ovarID2; // 2nd variable ID used for variance member
H A Decautil.cc592 write_gsl_stream(CdoStreamID ostreamID, int otaxisID, int otsID, int ovarID1, int ovarID2, int ivli… in write_gsl_stream() argument
610 cdo_def_record(ostreamID, ovarID2, levelID); in write_gsl_stream()
H A Dafterburnerlib.cc800 streamDefRecord(globs.ostreamID2, vars[code].ovarID2, lindex); in after_processPL()
1736 streamDefRecord(globs.ostreamID2, vars[code].ovarID2, lindex); in after_processML()
1930 streamDefRecord(globs.ostreamID2, vars[code].ovarID2, lindex); in after_processML()