[MITgcm-cvs] MITgcm/doc CVS Commit

Martin Losch mlosch at forge.csail.mit.edu
Sun Oct 17 05:52:16 EDT 2010


Update of /u/gcmpack/MITgcm/doc
In directory forge:/tmp/cvs-serv24526/doc

Modified Files:
	tag-index 
Log Message:
document this:
 vectorize seaice_solve4temp.F
  - move iterations loops outside of i/j-loops
  - requires 2D arrays for TB and effConduct
  - add 2D iceOrNot to replace HICE_ACTUAL.GT.0, as HICE_ACTUAL is 
    modified in this routine
  - a little bit of clean up, adjusting indentation, etc.
  - replaced a few TEN**a by exp(a*log(10.)) in new code for better 
    performance and '**TWO' by '**2' (because TWO is a float), 
    replaced ONE, ZERO




More information about the MITgcm-cvs mailing list