* Add 'flag_in_output' keyword to the list of possible keywords in a GEOGRID.TBL.
commit27847065eb0cc58f240e2072f880da651924a1d2
authorMichael Duda <duda@ucar.edu>
Fri, 21 Mar 2014 23:33:55 +0000 (21 23:33 +0000)
committerMichael Duda <duda@ucar.edu>
Fri, 21 Mar 2014 23:33:55 +0000 (21 23:33 +0000)
tree66d846ee4a06168c7f676ffb20cdbbd5639155e0
parent70ddeee58d7c1330ba43a7e6d6cb4b1cba0e6d57
* Add 'flag_in_output' keyword to the list of possible keywords in a GEOGRID.TBL.

* Add code to pass through flags in the geogrid output files to the
  metgrid output files; n.b. that this only works correctly if the name
  of the flag is FLAG_fieldname, where fieldname is the name of a field in
  the geogrid output file.

* BONUS BUG FIX: deallocate is_subgrid array in source_data_module.F.

M    geogrid/src/source_data_module.F
M    geogrid/src/output_module.F
M    metgrid/src/process_domain_module.F

git-svn-id: https://svn-wrf-wps.cgd.ucar.edu/trunk@808 86b71a92-4018-0410-97f8-d555beccfc3a
geogrid/src/output_module.F
geogrid/src/source_data_module.F
metgrid/src/process_domain_module.F