Skip to content

Commit

Permalink
QA_CORDEX.testPeriod(): revisited
Browse files Browse the repository at this point in the history
  • Loading branch information
h-dh committed Oct 14, 2015
1 parent 0496155 commit f751b9b
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 349 deletions.
6 changes: 5 additions & 1 deletion include/qa_CORDEX.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class QA : public IObj
void checkPressureCoord(InFile&);

void checkProjectTable(InFile &in);

void checkVarTableEntry(
VariableMetaData &,
VariableMetaData &tbl_entry);
Expand Down Expand Up @@ -401,7 +401,11 @@ class QA : public IObj
the file is assumed to be completely qa-processed.
Syntax of date ranges as given in CORDEX DRS Syntax.*/
bool testPeriod(void);
bool testPeriodAlignment(std::vector<std::string> &sd, Date** pDates, bool b[]) ;
void testPeriodCut(std::vector<std::string> &sd) ;
bool testPeriodCut_CMOR_isGOD(std::vector<std::string> &sd, Date**);
void testPeriodCutRegular(std::vector<std::string> &sd,
std::vector<std::string>& text);
bool testPeriodFormat(std::vector<std::string> &sd) ;

//! Name of the netCDF file with results of the quality control
Expand Down

0 comments on commit f751b9b

Please sign in to comment.