models/lnd/clm/tools/README.filecopies Oct/13/2012 There are several files that are copies of the original files from either models/lnd/clm/src/main, models/csm_share/shr, models/csm_share/unit_testers, or copies from other tool directories. By having copies the tools can all be made stand-alone, but any changes to the originals will have to be put into the tool directories as well. I. Files that are IDENTICAL: 1. csm_share files copied that should be identical to models/csm_share/shr: shr_kind_mod.F90 shr_const_mod.F90 shr_log_mod.F90 shr_file_mod.F90 2. csm_share files copied that should be identical to models/csm_share/unit_testers: test_mod.F90 II. Files with differences 1. csm_share files copied with differences: shr_sys_mod.F90 - Remove mpi abort and reference to shr_mpi_mod.F90. 2. clm/src files with differences: fileutils.F90 --- Remove use of masterproc and spmdMod and endrun in abortutils. 3. Files in mkgriddata (different from mkmapgrids) domainMod.F90 ---- Highly customized based off an earlier version of clm code. Remove use of abortutils, spmdMod. clm version uses latlon this version uses domain in names. Distributed memory parallelism is removed. 4. Files in mkmapgrids (different from mkgriddata) domainMod.F90 ---- Highly customized based off an earlier version of clm code. Remove use of abortutils, spmdMod. clm version uses latlon this version uses domain in names. Distributed memory parallelism is removed. 5. Files in mksurfdata_map mkvarpar.F90 clm_varctl.F90 clm_varpar.F90