[MITgcm-cvs] MITgcm/pkg/exf CVS Commit

Martin Losch mlosch at forge.csail.mit.edu
Fri May 21 03:50:51 EDT 2010


Update of /u/gcmpack/MITgcm/pkg/exf
In directory forge:/tmp/cvs-serv1910/pkg/exf

Modified Files:
	exf_bulkformulae.F 
Log Message:
merge exf_bulk_largeyeager04 into exf_bulkformulae because these
files are nearly the same anyway.
  Step 1: make exf_bulkformulae look like exf_bulk_largeyeager04:
   - redefinition of tau(i,i) (by a factor of ustar)
   - 1./exf(Const/T) -> exf(-Const/T) (big change in the results)
   - replace rhonil by rhoConstFresh in computation of evap (bug fix)
   - replace u/vstress=tau*rd*ws*cw by tau*rd*u/vwind (changes results)
   - replace 
     rd(i,j)= rdn(i,j)/(exf_one - rdn(i,j)/karman*psimh )
     shn    = sh(i,j,bi,bj)*rd(i,j)/rdn(i,j)
     by
     shn    = sh(i,j,bi,bj)/(exf_one - rdn(i,j)/karman*psimh )
     (changes results)




More information about the MITgcm-cvs mailing list