Re: CRAY Boundary sets & Preprocessor

CCM Group Directories (ccm@sage.cgd.ucar.EDU)
Mon, 24 Jul 1995 08:07:32 -0600 (MDT)


From: ccm@sage.cgd.ucar.EDU (CCM Group Directories)
Message-Id: <199507241407.IAA02769@grub.cgd.ucar.edu>
Subject: Re: CRAY Boundary sets & Preprocessor
To: henk_witte@sara.nl (Henk Witte)
Date: Mon, 24 Jul 1995 08:07:32 -0600 (MDT)
In-Reply-To: <9507181409.AA108952@horus.sara.nl> from "Henk Witte" at Jul 18, 95 04:09:08 pm

>Hello all,
>
>I am also a new CCM user. I am (trying to) run the CCM2 on our own CRAY, here in
>rainy Amsterdam. I've succeeded in doing the RS6000 run that came with the
>CCM2 ftp version (on our RS6000 cluster), but have not been able to run the
>model
>on the CRAY. The reason is that, on the CRAY, the initial datasets are expected
>to be in COS BLOCKED format. The initial datasets from the ftp version are
>apperantly not in this format. Are the datafiles available somewhere for the
>CRAY, or is there a known way to work around this problem??
>
>Also, I would like to process the history files (tapes), e.g. to calculate
>monthly averages. Is there a public version of the CCM processor available
>somewhere?
>
>Thanks for any information!
>
>Cheers, Henk Witte
>
>===============================================================
> Dr. Henk J.L. Witte
> Hugo de Vries-Laboratorium
> Universiteit van Amsterdam
> Kruislaan 318 Tel.: +31 (0)20 5257950
> 1098 SM Amsterdam Fax.: +31 (0)20 5257662
> The Netherlands Email: henk_witte @ sara.nl
>===============================================================

A simple converter code (htieee2cr.F) has been made available via
anonymous ftp that enables a user to convert the distributed IEEE
boundary datasets to COS-blocked form on a Cray. To transfer this
code:

On your local computer, connected to the internet, type:

ftp ftp.ucar.edu
or
ftp 128.117.64.2

At login prompt, type: anonymous
At password prompt, type: your e-mail address

To get to the CCM2 codes, type:

cd ccm

To transfer the conversion code to your machine, type:

get htieee2cr.F

To terminate your ftp session, type:

quit

The Cray interactive usage of this utility is simply:

--

cf77 htieee2cr.F setenv HNAM <Name of input IEEE CCM2 history tape format boundary dataset> a.out

--

The output dataset will have a "cr" tacked on to the end of the name defined by environment variable "$HNAM".

N.B. - THIS CONVERSION UTILITY IS COMPLETELY UNSUPPORTED

CCM Core Group (0)