|
||||
File indexing completed on 2021-03-11 06:13:09 UTC
view on githubraw file Latest commit 6b47d550 on 2021-03-10 15:38:00 UTC6b47d550f4 Mart*0001 import numpy as np 0002 0003 nx,ny,nr,nt=64,64,8,1 0004 0005 err = 0.1 0006 0007 # single prec ieee-be 0008 wt32 = err*np.ones((nt,nr,ny,nx),dtype='>f4') 0009 wt32.tofile('errorTtot.err') 0010 0011 # double prec ieee-be 0012 wt64 = err*np.ones((nt,nr,ny,nx),dtype='>f8') 0013 wt64.tofile('errorTtot.err64')
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated from https://github.com/MITgcm/MITgcm by the 2.2.1-MITgcm-0.1 LXR engine. The LXR team |