WSL/SLF GitLab Repository
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
meteoio
Commits
71245f15
Commit
71245f15
authored
May 07, 2014
by
Thomas Egger
Browse files
NetCDFIO: Further cleanup for the reading and writing of meteo data
parent
79a5312d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
meteoio/plugins/NetCDFIO.cc
View file @
71245f15
This diff is collapsed.
Click to expand it.
meteoio/plugins/NetCDFIO.h
View file @
71245f15
...
...
@@ -161,8 +161,7 @@ class NetCDFIO : public IOInterface {
// Private variables
static
const
double
plugin_nodata
;
//plugin specific nodata value, e.g. -999
static
const
std
::
string
lat_str
,
lon_str
,
z_str
,
ta_str
,
rh_str
;
static
const
std
::
string
cf_time
,
cf_units
,
cf_days
,
cf_seconds
;
static
const
std
::
string
cf_time
,
cf_units
,
cf_days
,
cf_seconds
,
cf_latitude
,
cf_longitude
,
cf_altitude
,
cf_ta
,
cf_rh
,
cf_p
;
static
const
std
::
string
cnrm_points
,
cnrm_latitude
,
cnrm_longitude
,
cnrm_altitude
,
cnrm_aspect
,
cnrm_slope
,
cnrm_ta
,
cnrm_rh
,
cnrm_vw
,
cnrm_dw
,
cnrm_qair
;
static
const
std
::
string
cnrm_co2air
,
cnrm_theorsw
,
cnrm_neb
,
cnrm_hnw
,
cnrm_snowf
,
cnrm_swr_direct
,
cnrm_swr_diffuse
,
cnrm_p
,
cnrm_ilwr
,
cnrm_timestep
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment