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

Diff of /MITgcm_contrib/verification_other/atm_gray/README

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

revision 1.1 by jmc, Tue Sep 11 20:22:50 2012 UTC revision 1.4 by jmc, Sun Dec 13 23:30:07 2015 UTC
# Line 3  C $Name$ Line 3  C $Name$
3    
4  MITgcm_contrib/verification_other/atm_gray/  MITgcm_contrib/verification_other/atm_gray/
5    
6  Provide source code and input files for 2 simple sep-up,  Provide source code and input files for 3 simple sep-up,
7   using atmospheric gray physics (ref ?) and imposed SST.   using gray atmospheric physics (O'Gorman and Schneider, JCl, 2008)
8    plugged in MITgcm dynamical core (see package "atm_phys").
9    
10    Notes: Initially (before addition of pkg/atm_phys on 2013/05/08) was using
11     modified (and original) "mypackage" src code and atmospheric gray physics
12     code in dir atm_gray/code_gray ; this has now been replaced by pkg/atm_phys.
13    
14    1) standard cubed-sphere set-up (6 faces 32x32, 26 levels, non uniform deltaP)
15       atm_gray/code/   : specific code
16     primary set-up:
17          uses 10m mixed layer depth with evolving SST (including a Q-flux)
18          + damping of stratospheric winds ; starts @ t= 1.yr from pickup files.
19       atm_gray/input/  : input files (+ uses script "prepare_run" in input)
20       atm_gray/results/output.txt : standard output of a short reference run
21     secondary set-up (using same executable):
22          uses fixed SST (APE) and improved radiation code from Ruth Geen.
23       atm_gray/inputu.ape/  : specific input files (remaining files from dir input)
24       atm_gray/results/output.ape.txt : secondary output of a short reference run
25    
26  for now, use modified (and original) "mypackage" src code  2) simplified cubed-sphere set-up (6 faces 32x32, 25 levels, deltaP = 40.mb)
27   and atmospheric gray physics code in dir atm_gray/code_gray     with fixed (prescribed) SST.
   
 1) cubed-sphere set-up (6 faces 32x32, 25 levels, deltaP = 40.mb)  
28     atm_gray/code_cs/ : specific code     atm_gray/code_cs/ : specific code
29     atm_gray/inp_cs/  : input files (+ uses script "prepare_run" in inp_cs)     atm_gray/inp_cs/  : input files (+ uses script "prepare_run" in inp_cs)
30     atm_gray/results/output.cs.txt : standard output of a short reference run     atm_gray/results/output.cs.txt : standard output of a short reference run
31    
32  2) lat-lon grid set-up (128x64 horiz grid, 25 levels  3) lat-lon grid set-up (128x64 horiz grid, 25 levels
33      <-> 2.8 x 2.8 degree, deltaP = 40.mb)                       <-> 2.8 x 2.8 degree, deltaP = 40.mb)
34     atm_gray/code_ll/ : specific code     atm_gray/code_ll/ : specific code
35     atm_gray/inp_ll/  : input files     atm_gray/inp_ll/  : input files
36     atm_gray/results/output.ll.txt : standard output of a short reference run     atm_gray/results/output.ll.txt : standard output of a short reference run
# Line 34  or b) in a similar level in the director Line 49  or b) in a similar level in the director
49       <MITgcm_current> mkdir verification_other ; cd verification_other       <MITgcm_current> mkdir verification_other ; cd verification_other
50       <verification_other> cvs co -P -d atm_gray MITgcm_contrib/verification_other/atm_gray       <verification_other> cvs co -P -d atm_gray MITgcm_contrib/verification_other/atm_gray
51    
52  to built and run CS-32 set-up:  to built and run the 1rst (standard) CS-32 set-up:
53    > cd atm_gray/build
54    > (if done after a previous built, do "make Clean" first)
55    > ../../../tools/genmake2 -mods ../code -of ../../../tools/build_options/[Selected-Option-File]
56    > make depend
57    > make
58    > cd ../run
59    > (if done after a previous run, clean-up all files: /bin/rm -f * )
60    > ln -s ../input/* .
61    > ../input/prepare_run
62    > ln -s ../build/mitgcmuv .
63    > mitgcmuv >& output.txt
64    and output.txt can be compared with atm_gray/results/output.txt
65    
66    to built and run the 2nd (simplified) CS-32 set-up:
67  > cd atm_gray/build  > cd atm_gray/build
68  > (if done after a previous built, do "make Clean" first)  > (if done after a previous built, do "make Clean" first)
69  > ../../../tools/genmake2 -mods ../code_cs -of ../../../tools/build_options/[Selected-Option-File]  > ../../../tools/genmake2 -mods ../code_cs -of ../../../tools/build_options/[Selected-Option-File]
# Line 48  to built and run CS-32 set-up: Line 77  to built and run CS-32 set-up:
77  > mitgcmuv >& output.txt  > mitgcmuv >& output.txt
78  and output.txt can be compared with atm_gray/results/output.cs.txt  and output.txt can be compared with atm_gray/results/output.cs.txt
79    
80  to built and run Lat-Lon set-up:  to built and run the 3rd, Lat-Lon set-up:
81  > cd atm_gray/build  > cd atm_gray/build
82  > (if done after a previous built, do "make Clean" first)  > (if done after a previous built, do "make Clean" first)
83  > ../../../tools/genmake2 -mods ../code_ll -of ../../../tools/build_options/[Selected-Option-File]  > ../../../tools/genmake2 -mods ../code_ll -of ../../../tools/build_options/[Selected-Option-File]

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22