/[MITgcm]/MITgcm_contrib/verification_other/update_history
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/update_history

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


Revision 1.34 - (hide annotations) (download)
Mon Dec 21 13:44:40 2015 UTC (9 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65r
Changes since 1.33: +9 -1 lines
tag checkpoint65r synchronised with main MITgcm code.

1 jmc 1.34 $Header: /u/gcmpack/MITgcm_contrib/verification_other/update_history,v 1.33 2015/11/18 20:24:22 jmc Exp $
2 jmc 1.1 $Name: $
3    
4     Update history and content of "MITgcm_contrib/verification_other"
5     =================================================================
6    
7 jmc 1.34 checkpoint65r (2015/12/21) synchronised with main MITgcm code.
8    
9     2015/12/13:
10     - atm_gray: add secondary testing set-up set-up using fixed SST (APE)
11     and improved radiation code from Ruth Geen.
12     2015/12/11:
13     - add experiment "shelfice_remeshing" (Dan & Jim)
14    
15 jmc 1.33 checkpoint65q (2015/11/18) synchronised with main MITgcm code.
16    
17     2015/11/12:
18     - update cpl_gray+ocn/share-code (ATMIDS.h & OCNIDS.h) and coupler parameter
19     file (in input_cpl) following coupling pkg changes.
20 jmc 1.32 2015/11/04:
21     - switch from #define GLOBAL_SUM_SEND_RECV to #define GLOBAL_SUM_ORDER_TILES
22     (i.e., the new default) experiments atm_gray (3 code dir),
23     global_ocean.gm_k3d & global_ocean.gm_res ; change cpl_gray+ocn (code_atm
24     & ocn) to also use the new default (#define GLOBAL_SUM_ORDER_TILES).
25    
26 jmc 1.30 checkpoint65p (2015/10/23) synchronised with main MITgcm code.
27 jmc 1.31
28     2015/10/23:
29     - fix cpl_gray+ocn: specify an existing SST file (in data.atm_phys) since
30     old one was been removed on Jan 22, 2015
31    
32 jmc 1.29 checkpoint65n (2015/07/29) synchronised with main MITgcm code.
33 jmc 1.28 checkpoint65m (2015/06/15) synchronised with main MITgcm code.
34 jmc 1.27 checkpoint65j (2015/02/25) synchronised with main MITgcm code.
35    
36     2015/02/22:
37     - update global_ocean.gm_k3d & global_ocean.gm_res output after fixing
38     pkg/gmredi related code.
39    
40 jmc 1.26 checkpoint65i (2015/01/23) synchronised with main MITgcm code.
41    
42     2015/01/22:
43     - update atm_gray/input set-up: start from a 1.yr run pickup file (run with
44     atmPhys_stepSST=F) using closer to present new SST file: SST_symEx3.bin ;
45     and then switch on atmPhys_stepSST=True and use Qflux file: Qflux_w90.bin
46 jmc 1.25 2015/01/21:
47     - update output of experiments atm_gray & cpl_gray+ocean after fixing
48     bug in frictional heating in S/R ATM_PHYS_TENDENCY_APPLY_V.
49 jmc 1.24 2015/01/14:
50     - add a test case using ALLOW_EDDYPSI + gmredi K3D scheme (from Michael Bates)
51     similar to global_ocean.90x40x15 & tutorial_global_oce_latlon experiments;
52    
53 jmc 1.23 checkpoint65h (2014/12/17) synchronised with main MITgcm code.
54 jmc 1.22 checkpoint65f (2014/10/13) synchronised with main MITgcm code.
55    
56 jmc 1.21 2014/10/06:
57     - update cpl_gray+ocn set-up: switch on saisonal insolation and add two
58     thin-walls in the ocean from North pole down to 34.S (Double-Drake config);
59     also adjust diagnostics to get climatological seasonal output.
60    
61 jmc 1.20 checkpoint65e (2014/09/28) synchronised with main MITgcm code.
62 jmc 1.19 checkpoint65c (2014/08/30) synchronised with main MITgcm code.
63 jmc 1.18 checkpoint65a (2014/07/27) synchronised with main MITgcm code.
64 jmc 1.17 checkpoint65 (2014/07/18) synchronised with main MITgcm code.
65 jmc 1.16 checkpoint64z (2014/07/10) synchronised with main MITgcm code.
66 jmc 1.15 checkpoint64x (2014/05/24) synchronised with main MITgcm code.
67    
68     2014/05/23:
69     - add experiment global_oce_biogeo_bling (see MITgcm_contrib/bling/README.txt)
70    
71 jmc 1.14 2014/05/21:
72     atm_gray & cpl_gray+ocn: change convection parameters:
73     switch on "do_virtual" and "do_shallower" (recommended by Paul O'Gorman)
74     but keep default RH threshold (=0.8)
75     Update output of cpl_gray+ocn (no need to update atm_gray output,
76     too short cold start run).
77     global_ocean.gm_k3d: Update output after fixing minor bugs relating to
78     finding the +eigenvalues/vectors (in gmredi_calc_eigs.F & gmredi_k3d.F):
79     was getting only 3 matching digits for cg2d.
80     New output generated on baudelaire using gfortran and "-devel" option.
81     Added to bi-weekly ifort+MPI test on acesgrid.
82    
83     2014/05/11:
84     - update atm_gray & cpl_gray+ocn output after changes in atmospheric p*:
85     + Switch to more accurate p* coordinate slope term (calc_grad_phi_hyd.F)
86     + use constant reference Pot.Temp (thetaConst) instead of tRef
87     + Acount for true p* correction in theta <-> T conversion in pkg/atm_phys
88    
89 jmc 1.13 2014/05/07:
90     - add a test case for gmredi K3D scheme (set up from Michael Bates)
91     similar to global_ocean.90x40x15 & tutorial_global_oce_latlon experiments;
92     daily test on acesgrid (using gfortran with MPI).
93    
94 jmc 1.12 checkpoint64w (2014/05/02) synchronised with main MITgcm code.
95 jmc 1.11 checkpoint64v (2014/04/11) synchronised with main MITgcm code.
96 jmc 1.10 checkpoint64r (2013/12/08) synchronised with main MITgcm code.
97 jmc 1.9 checkpoint64p (2013/10/20) synchronised with main MITgcm code.
98    
99 jmc 1.8 2013/09/25:
100     - add simple atm-gray + ocean coupled cs-32 aquaplanet setup
101     in dir=cpl_gray+ocn; for now, no land, no seaice.
102    
103 jmc 1.7 checkpoint64o (2013/09/25) synchronised with main MITgcm code.
104 jmc 1.5 checkpoint64m (2013/08/13) synchronised with main MITgcm code.
105 jmc 1.4 checkpoint64k (2013/07/23) synchronised with main MITgcm code.
106    
107     2013/07/07:
108     - add a 3rd atm_gray set-up, CS-32 with 26 levels and evolving SST
109    
110 jmc 1.3 checkpoint64i (2013/06/18) synchronised with main MITgcm code.
111    
112 jmc 1.6 2013/06/12:
113     - add the 2 working set-up (atm_gray & offline_cheapaml) to one acesgrid
114     daily test (using gfortran with MPI & mth and testing also the restart)
115    
116 jmc 1.2 2013/06/10:
117     - add secondary test (offline_cheapaml/input.dyn/) using seaice-dynamics
118     and convergent wind to produce precip.
119    
120 jmc 1.1 checkpoint64h (2013/05/26)
121     - add this file and make synchronised tag with main MITgcm code.
122    
123     2013/05/22:
124     - add simple experiment "offline_cheapaml" (cartesian-coordinate zonally
125     periodic channel, similar to offline_exf_seaice/input.thsice)
126     using cheapAML pkg without ocean time-stepping (offline) but with seaice.
127    
128     2013/05/08:
129     - update atm_gray experiments to use new pkg "atm_phys" (instead of mypackage)
130    
131     2012/09/11:
132     - add code (for now, using "mypackage") and 2 example experiments
133     using gray atmospheric physics in dir "atm_gray"; see atm_gray/README.
134    
135     2012/02/04:
136     - Create dir "verification_other" in Contrib area (MITgcm_contrib) for
137     additional - not automatically tested - experiments, some might or
138     might not be up to date with the main MITgcm code.
139     - Move from MITgcm/verification to Contrib/verification_other
140     the following un-tested set-up:
141     global1x1_tot/
142     global2x2_tot/
143     lab_sea/code_ad_seaice_ocean/
144     input_ad_seaice_ocean/
145     code_ad_seaice_only/
146     input_ad_seaice_only/
147     natl_box_adjoint/
148     --------------------------------------------------------------------------------

  ViewVC Help
Powered by ViewVC 1.1.22