[MITgcm-cvs] MITgcm/verification/global_with_exf/input CVS Commit

Martin Losch mlosch at forge.csail.mit.edu
Fri Mar 13 10:22:56 EDT 2015


Update of /u/gcmpack/MITgcm/verification/global_with_exf/input
In directory forge:/tmp/cvs-serv5074/verification/global_with_exf/input

Modified Files:
	data.exf 
Added Files:
	trenberth_taux.flipped 
Log Message:
modify experiment to test new code that allows input grids with
latitude starting in the north: add trenberth_taux.flipped, which is
the same as trenberth_taux.bin except for the j-direction flipped,
generated in python like this:

>> f=open('trenberth_taux.bin','rb')
>> tmp=np.fromfile(f,'float32').reshape([12,40,90])
>> f.close()
>> f.open('trenberth_taux.flipped','wb')
>> tmp[:,::-1,:].tofile(f)
>> f.close()

and change data.exf to use this file properly




More information about the MITgcm-cvs mailing list