Skip to content

Commit 4ee7bde

Browse files
committed
annotate evta and rcha netcdf variables
1 parent 564143c commit 4ee7bde

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

doc/mf6io/mf6ivar/dfn/gwf-evta.dfn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ shape (ncol*nrow; ncpl)
173173
reader readarray
174174
numeric_index true
175175
optional true
176+
netcdf true
176177
longname layer number for evapotranspiration
177178
description IEVT is the layer number that defines the layer in each vertical column where evapotranspiration is applied. If IEVT is omitted, evapotranspiration by default is applied to cells in layer 1. If IEVT is specified, it must be specified as the first variable in the PERIOD block or MODFLOW will terminate with an error.
178179

@@ -181,6 +182,7 @@ name surface
181182
type double precision
182183
shape (ncol*nrow; ncpl)
183184
reader readarray
185+
netcdf true
184186
longname evapotranspiration surface
185187
description is the elevation of the ET surface ($L$).
186188
default_value 0.
@@ -191,6 +193,7 @@ type double precision
191193
shape (ncol*nrow; ncpl)
192194
reader readarray
193195
time_series true
196+
netcdf true
194197
longname evapotranspiration surface
195198
description is the maximum ET flux rate ($LT^{-1}$).
196199
default_value 1.e-3
@@ -200,6 +203,7 @@ name depth
200203
type double precision
201204
shape (ncol*nrow; ncpl)
202205
reader readarray
206+
netcdf true
203207
longname extinction depth
204208
description is the ET extinction depth ($L$).
205209
default_value 1.0
@@ -210,6 +214,7 @@ type double precision
210214
shape (ncol*nrow; ncpl)
211215
reader readarray
212216
time_series true
217+
netcdf true
213218
longname evapotranspiration auxiliary variable iaux
214219
description is an array of values for auxiliary variable AUX(IAUX), where iaux is a value from 1 to NAUX, and AUX(IAUX) must be listed as part of the auxiliary variables. A separate array can be specified for each auxiliary variable. If an array is not specified for an auxiliary variable, then a value of zero is assigned. If the value specified here for the auxiliary variable is the same as auxmultname, then the evapotranspiration rate will be multiplied by this array.
215220
mf6internal auxvar

doc/mf6io/mf6ivar/dfn/gwf-rcha.dfn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ shape (ncol*nrow; ncpl)
173173
reader readarray
174174
numeric_index true
175175
optional true
176+
netcdf true
176177
longname layer number for recharge
177178
description IRCH is the layer number that defines the layer in each vertical column where recharge is applied. If IRCH is omitted, recharge by default is applied to cells in layer 1. IRCH can only be used if READASARRAYS is specified in the OPTIONS block. If IRCH is specified, it must be specified as the first variable in the PERIOD block or MODFLOW will terminate with an error.
178179

@@ -182,6 +183,7 @@ type double precision
182183
shape (ncol*nrow; ncpl)
183184
reader readarray
184185
time_series true
186+
netcdf true
185187
longname recharge rate
186188
description is the recharge flux rate ($LT^{-1}$). This rate is multiplied inside the program by the surface area of the cell to calculate the volumetric recharge rate. The recharge array may be defined by a time-array series (see the ``Using Time-Array Series in a Package'' section).
187189
default_value 1.e-3
@@ -193,6 +195,7 @@ shape (ncol*nrow; ncpl)
193195
reader readarray
194196
time_series true
195197
optional true
198+
netcdf true
196199
longname recharge auxiliary variable iaux
197200
description is an array of values for auxiliary variable aux(iaux), where iaux is a value from 1 to naux, and aux(iaux) must be listed as part of the auxiliary variables. A separate array can be specified for each auxiliary variable. If an array is not specified for an auxiliary variable, then a value of zero is assigned. If the value specified here for the auxiliary variable is the same as auxmultname, then the recharge array will be multiplied by this array.
198201
mf6internal auxvar

0 commit comments

Comments
 (0)