CBayInterComp Code
Brought to you by:
wlongumces
File | Date | Author | Commit |
---|---|---|---|
comparison-code | 2013-03-17 | wlongumces | [r78] Wen Long updated comparison-code/frechet_target... |
doc | 2010-05-09 | wlongumces | [r37] modifying doc/selected_stations.txt |
measurements | 2010-08-06 | wlongumces | [r52] Add 2sepvar/sepvar_stem_all_parameters.sh 2sepv... |
model-results | 2013-03-14 | wlongumces | [r71] Wen Long added grid/CH3Dgrid.nc |
tools | 2013-03-13 | wlongumces | [r68] Wen Long uldated tools/matlab2tecplot/mat2tecpl... |
README | 2010-04-29 | wlongumces | [r15] Add comparison-code/fixcoast.m model-results/CH... |
============= cbayintercomp --- project to compare CH3D, CBFS2, ChesROMS, EFDC for chesapeake bay hydrodynamics modeling. ============= how to get this code: in Linux /Unix, if you have SVN client installed and also it supports https, type in: svn co https://cbayintercomp.svn.sourceforge.net/svnroot/cbayintercomp cbayintercomp how to use this code: a) download the code as above b) setup mexnc and netcdf (for ChesROMS and CBFS2), see ./tools directory see startup.m in ./comparison-code/ directory c) prepare model results in ./model-results/ for ChesROMS, simply download chesroms station results following instructions in ./model-results/ChesROMS/stn/readme.txt d) goto ./comparison-code/ directory e) run the matlab program compare_multimodel_TS_CBay.m, or you can modify the run_ChesROMS_comp.sh file to run the matlab program in the background f) if succesfull, results should be in ./comparison-results/ directory project website: http://sourceforge.net/projects/cbayintercomp/develop http://sourceforge.net/projects/cbayintercomp/ How to join the group and modify the code a)register in sourceforge.net b)write to wenlong@hpl.umces.edu so that Wen will add you in as a developer c)how to use svn commands to commit changs you make 1) to update your work copy cd cbayintercomp svn up 2) to commit change to a file (synchronize your version to sourceforge) svn commit filename 3) to add a new file/directory svn add newfilename svn add newdirectoryname svn commit 4) to remove a file/directory (use with caution!!!) svn remove filename --force svn commit 5) to browse codes online: http://cbayintercomp.svn.sourceforge.net/viewvc/cbayintercomp/ 6) to check the revision history of a file svn log filename 7) to get help on using svn svn help svn help commandname # e.g. svn help co Original Code contributed by: Lyon Lanerolle at NOAA/CSDL Wen Long, Apr 26, 2010