Difference between revisions of "Adding a model for PATHSAMPLE"

From CUC3
Jump to navigation Jump to search
import>Mp466
import>Mp466
Line 4: Line 4:
 
OPTIM needs to output the necessary files (min.data.info from '''geopt.f''', path.info. '''CONNECT/ncutils.f90''') and they need to be named properly
 
OPTIM needs to output the necessary files (min.data.info from '''geopt.f''', path.info. '''CONNECT/ncutils.f90''') and they need to be named properly
   
  +
  +
'''keyword.f''' -- reads ''pathdata''
  +
  +
'''setup.f''' -- reads points.min, points.ts, extractedts
   
 
'''connectodata.f''' -- print out start.<n>, finish.<n>, odata.connect.<n>
 
'''connectodata.f''' -- print out start.<n>, finish.<n>, odata.connect.<n>

Revision as of 09:37, 8 July 2008

This is rough outline of the subrounties that need to be changed to add a new model to GMIN. Your mileage will vary a bit with respect to the details.

OPTIM needs to output the necessary files (min.data.info from geopt.f, path.info. CONNECT/ncutils.f90) and they need to be named properly


keyword.f -- reads pathdata

setup.f -- reads points.min, points.ts, extractedts

connectodata.f -- print out start.<n>, finish.<n>, odata.connect.<n>

--mp466 00:24, 8 July 2008 (BST)