/[MITgcm]/MITgcm_contrib/llc_hires/llc_270/input/readme.txt
ViewVC logotype

Contents of /MITgcm_contrib/llc_hires/llc_270/input/readme.txt

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


Revision 1.1 - (show annotations) (download)
Tue Sep 29 18:08:29 2015 UTC (9 years, 10 months ago) by zhc
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
pure forward run

1 #########################
2 # 30x30x767 pure forward configuration
3
4 #model:
5 module purge
6 module load comp-intel/2012.0.032 mpi-sgi/mpt netcdf/4.0
7 cvs co MITgcm_code
8 cvs co MITgcm_contrib/llc_hires/llc_270
9
10 #compile:
11 cd MITgcm
12 mkdir build run
13 cd build
14 ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \
15 -mpi -mods ../../MITgcm_contrib/llc_hires/llc_270/code
16 make depend
17 make -j 16
18
19 #run:
20 cd ../run
21 mkdir -p diags profiles
22 cp ../build/mitgcmuv .
23 ln -sf /nobackup/hzhang1/llc_1080/MITgcm/DM_270/era_xx .
24 ln -sf /nobackup/hzhang1/llc_1080/MITgcm/DM_270/input_fields/* .
25 cp ../../MITgcm_contrib/llc_hires/llc_270/input/* .
26 qsub job_767_I
27
28 #watch:
29 tail -f STDOUT.0000 | grep advcfl_W
30
31 vals=mitgcmhistory('STDOUT.0000','time_secondsf','advcfl_W');
32 plot(vals)

  ViewVC Help
Powered by ViewVC 1.1.22