/[MITgcm]/MITgcm_contrib/verification_other/offline_cheapaml/README
ViewVC logotype

Contents of /MITgcm_contrib/verification_other/offline_cheapaml/README

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed May 22 22:24:54 2013 UTC (10 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64k, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64p, checkpoint64r, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64m, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint65h, checkpoint65, checkpoint64j, checkpoint65n, HEAD
unfinished set-up to test pkg/cheapaml with thsice

1 C $Header: /u/gcmpack/MITgcm_contrib/verification_other/offline_cheapaml/README,v 1.2 2013/05/08 23:56:57 jmc Exp $
2 C $Name: $
3
4 MITgcm_contrib/verification_other/offline_cheapaml/
5
6 Provide source code and input files for a simple set-up,
7 using cheapAML pkg (Deremble etal, MWR, 2013)
8 in a simple cartesian-coordinate zonally periodic channel (80 x 40+2)
9 without ocean time-stepping (offline) but with seaice
10 (similar to offline_exf_seaice/input.thsice)
11
12 Note: implementation for running thsice with cheapaml is still
13 under development (e.g., no precip/snow over seaice)
14
15 --------------
16 Instructions:
17 --------------
18 Download MITgcm (including verification experiments) from MITgcm repository
19 <my_dir_space> cvs co -P -d MITgcm_current MITgcm
20 and download "offline_cheapaml" set-up from MITgcm_contrib repository,
21 a) either directly in dir verification
22 <my_dir_space> cd MITgcm_current/verification
23 <verification> cvs co -P -d offline_cheapaml MITgcm_contrib/verification_other/offline_cheapaml
24 or b) in a similar level in the directory tree, e.g., in verification_other in MITgcm_current:
25 <my_dir_space> cd MITgcm_current
26 <MITgcm_current> mkdir verification_other ; cd verification_other
27 <verification_other> cvs co -P -d offline_cheapaml MITgcm_contrib/verification_other/offline_cheapaml
28
29 to built and run :
30 > cd offline_cheapaml/build
31 > (if done after a previous built, do "make Clean" first)
32 > ../../../tools/genmake2 -mods ../code -of ../../../tools/build_options/[Selected-Option-File]
33 > make depend
34 > make
35 > cd ../run
36 > (if done after a previous run, clean-up all files: /bin/rm -f * )
37 > ln -s ../input/* .
38 > ln -s ../build/mitgcmuv .
39 > mitgcmuv >& output.txt
40 and output.txt can be compared with offline_cheapaml/results/output.txt
41
42 --------------

  ViewVC Help
Powered by ViewVC 1.1.22