/[MITgcm]/MITgcm_contrib/high_res_cube/README.cs510
ViewVC logotype

Diff of /MITgcm_contrib/high_res_cube/README.cs510

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

revision 1.12 by dimitri, Thu Apr 26 17:19:14 2007 UTC revision 1.25 by dimitri, Fri Aug 31 14:41:25 2007 UTC
# Line 8  http://ecco2.org/products/model_setups/c Line 8  http://ecco2.org/products/model_setups/c
8    
9  UPDATES  UPDATES
10    
11    August 31, 2007.  Cube75 - the second blend.
12    August 9, 2007. Cube74
13    August 6, 2007. Cube73
14    July 24, 2007. Cube72
15    July 8, 2007. Cube66: SEAICE_MULTICATEGORY, SEAICE_VARIABLE_FREEZING_POINT,
16       rhonil=1027.5, [temp/salt]AdvScheme=7, convertFW2Salt=-1, LSR_ERROR=1e-6
17       useRealFreshWaterFlux=.TRUE., runoff_lat_inc=179*1, SEAICE_salinity=10
18       bathyFile=GEBCO_510x6x510_ver06_dig.bin, HeffFile=heff_file8
19       SEAICE_availHeatFrac=.5, useGMRedi=.TRUE.
20  April 24, 2007. Cube65: Bryan and Lewis 1979 diffusivity  April 24, 2007. Cube65: Bryan and Lewis 1979 diffusivity
21       (cube67, cube68, and cube69 were carried out with cube65 code)
22  April 7 , 2007. Cube64: era40_fullres forcing  April 7 , 2007. Cube64: era40_fullres forcing
23    
24    
# Line 17  April 7 , 2007. Cube64: era40_fullres fo Line 27  April 7 , 2007. Cube64: era40_fullres fo
27  # Example below is for cube65 on /nobackup2a/menemenl  # Example below is for cube65 on /nobackup2a/menemenl
28    
29  cd /nobackup2a/menemenl  cd /nobackup2a/menemenl
30  mkdir cube65  mkdir cube75
31  cd cube65  cd cube75
32  ln -sf ../run_template .  ln -sf ../run_template .
33  ln -sf ../ncep_rgau .  ln -sf ../cube75_forcing .
 ln -sf ../era40_fullres .  
34    
35    
36  ##########################################################################  ##########################################################################
# Line 53  cd build Line 62  cd build
62  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
63  \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .  \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* .
64  \cp SIZE.h_216 SIZE.h  \cp SIZE.h_216 SIZE.h
 \cp packages.conf_hr packages.conf  
65  ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas  ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas
66  make depend  make depend
67  make -j  make -j
# Line 61  cd ../run Line 69  cd ../run
69  \rm *  \rm *
70  \cp ../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../MITgcm_contrib/high_res_cube/input/* .
71  ln -sf ../../run_template/* .  ln -sf ../../run_template/* .
72  \rm pickup* data.pkg data.seaice data.exf_clim data.exf data *192_94* *.m LEV*JAN*  \rm pickup* *192_94* *.m D*1 E* G*all.bin L* W*10.bin h*[6-7] PHC*JAN*
73  ln -sf ../../run_template/pickup.0000000216.cube49 pickup.0000000216  \mv data.exf_hr data.exf
74  ln -sf ../../run_template/pickup_seaice.0000000216.cube48 pickup_seaice.0000000216  \mv data_hr data
75    ln -sf ../../run_template/pickup.0000000216.cube75 pickup.0000000216
76    ln -sf ../../run_template/pickup_seaice.0000000216.cube75 pickup_seaice.0000000216
77  \cp ../build/mitgcmuv .  \cp ../build/mitgcmuv .
78  \mv job_altix cube65  \mv job_altix cube75
79  qsub cube65  qsub cube75
80    
81    
82    ##########################################################################
83    # generating initial pickup files for cube74
84    
85    data.cal
86    # start on December 30 because of bug that does
87    # not allow a January 1, hour 0 start
88     startDate_1=19881230,
89    
90    data
91    # run for 4 days with 2-min time step
92     niter0=0,
93     endtime=345600.,
94     deltaT=120.,
95     pChkptFreq=345600.,
96     monitorFreq=1.,
97    
98    data.seaice
99    # set SEAICE_salinity to 33 to avoid initialization schock if
100    # ice is created or melts during first time step
101          HeffFile           = 'heff_file8',
102          SEAICE_salinity    = 33.,
103    
104    \mv pickup.0000002880.data ../../run_template/pickup.0000000216.cube74
105    \mv pickup_seaice.0000002880.data ../../run_template/pickup_seaice.0000000216.cube74

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.25

  ViewVC Help
Powered by ViewVC 1.1.22