Code improvement for read_met_module and write_met_module: now, rather than
commit0abbdfabb8846d82b912dac3a3106f82d2af92ce
authorMichael Duda <duda@ucar.edu>
Tue, 18 Sep 2007 22:32:31 +0000 (18 22:32 +0000)
committerMichael Duda <duda@ucar.edu>
Tue, 18 Sep 2007 22:32:31 +0000 (18 22:32 +0000)
treef511546205ced87a4a80c4d292083c80469c4280
parentf238d85f2fc5d766dff934b485376d8a7561df7f
Code improvement for read_met_module and write_met_module: now, rather than
calling these read and write routines with a load of arguments, which must
be declared individually in the calling subroutine, we pass a single
derived data type around. Resulting code is much more readable all around.

A    metgrid/src/met_data_module.f90
M    metgrid/src/read_met_module.F90
M    metgrid/src/write_met_module.F90
M    metgrid/src/process_domain_module.F90
M    metgrid/src/Makefile
AM   util/src/met_data_module.f90
M    util/src/plotfmt.F90
M    util/src/avg_tsfc.F90
M    util/src/rd_intermediate.F90
M    util/src/mod_levs.F90
M    util/src/Makefile

git-svn-id: https://svn-wrf-wps.cgd.ucar.edu/trunk@345 86b71a92-4018-0410-97f8-d555beccfc3a
metgrid/src/Makefile
metgrid/src/met_data_module.f90 [new file with mode: 0644]
metgrid/src/process_domain_module.F90
metgrid/src/read_met_module.F90
metgrid/src/write_met_module.F90
util/src/Makefile
util/src/avg_tsfc.F90
util/src/met_data_module.f90 [new symlink]
util/src/mod_levs.F90
util/src/plotfmt.F90
util/src/rd_intermediate.F90