[MITgcm-support] CS64?128 grid files

gael forget gforget at mit.edu
Wed Nov 23 13:13:55 EST 2016


Alexandre,
the area variable is inside the ‘cube*bin’ files. The easiest way to unpack this information may be to use gcmfaces as shown below (see 
http://mitgcm.org/viewvc/*checkout*/MITgcm/MITgcm_contrib/gael/matlab_class/gcmfaces.pdf for details) and then create ‘Ra.bin’ as needed.
Gael

# in terminal window
wget http://mit.ecco-group.org/opendap/ecco_for_las/version_4/checkpoints/c66a_gcmfaces.tar
tar xvf c66a_gcmfaces.tar
matlab -nodesktop -nosplash

% in Matlab
p = genpath('gcmfaces/'); addpath(p);
gcmfaces_global; grid_load_native('cs_nostretch/cube_96/',6,0);
figure; qwckplot(mygrid.RAC);


On Nov 23, 2016, at 12:25 PM, Alexandre Pohl <alexandre.pohl at lsce.ipsl.fr> wrote:

> Dear Dimitris,
> 
> Yes, I prefer using cubed-sphere grids because I am interested in deep-time climate, when the poles were not necessarily covered by continental masses.
> 
> Regarding Gael’s answer, there is a CS96 grid that seems to correspond to what I am looking for, but no 'Ra.bin' files seem to be included in the repository (see my answer to Gael). The problem is that I need to provide such files to the coupler.
> 
> So, if someone is using such grids (CS64, CS96, CS128) in a coupled setup, I am still interested.
> 
> Thank you,
> ~ Alexandre
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20161123/a9ccc7eb/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1843 bytes
Desc: not available
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20161123/a9ccc7eb/attachment-0001.p7s>


More information about the MITgcm-support mailing list