NASA Logo
Ocean Color Science Software

ocssw V2022
get_dataday.hpp
Go to the documentation of this file.
1 #ifndef GET_DATADAY_HPP
2 #define GET_DATADAY_HPP
3 #include <utility>
4 #include <cstdlib>
5 #include <iostream>
6 #include <netcdf>
7 #include "get_dataday.h"
8 std::pair<int32_t, int32_t> get_datadays(const netCDF::NcFile& nc_input,float deltaeqcross = 0.0f, int night_flag = 0);
9 int32_t get_plusday();
10 #endif
float deltaeqcross
Definition: get_dataday.cpp:25
double precision function f(R1)
Definition: tmd.lp.f:1454
std::pair< int32_t, int32_t > get_datadays(const netCDF::NcFile &nc_input, float deltaeqcross=0.0f, int night_flag=0)
int32_t get_plusday()
Get the plus day.