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

Diff of /MITgcm_contrib/verification_other/update_history

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

revision 1.3 by jmc, Tue Jun 18 13:38:44 2013 UTC revision 1.41 by jmc, Fri Jul 29 20:02:24 2016 UTC
# Line 4  $Name$ Line 4  $Name$
4      Update history and content of "MITgcm_contrib/verification_other"      Update history and content of "MITgcm_contrib/verification_other"
5      =================================================================      =================================================================
6    
7    checkpoint65y (2016/07/29) synchronised with main MITgcm code.
8    
9    2016/07/07:
10      - moved old input/code for shelfice_remeshing to MITgcm_contrib/dgoldber/CPL1
11      - now shelfice_remeshing only tests vertical remeshing
12    
13    2016/06/29:
14      - add exp. "global_oce_cs32" to daily  gfortran+mpi test on baudelaire
15      - add exp. "global_oce_biogeo_bling" to ifort daily test on baudelaire
16    
17    checkpoint65x (2016/06/11) synchronised with main MITgcm code.
18    
19    2016/05/19-27:
20      - new pkg "bling" added and tested (daily) with verification experiment
21        global_oce_biogeo_bling (see MITgcm_contrib/bling/README.txt)
22    
23    checkpoint65w (2016/05/12) synchronised with main MITgcm code.
24    checkpoint65v (2016/04/08) synchronised with main MITgcm code.
25    
26    2016/04/05: remove Ro_SeaLevel from ATM experiment parameter files;
27    
28    checkpoint65u (2016/03/14) synchronised with main MITgcm code.
29    
30    2016/03/01:
31      - exp. shelfice_remeshing tested every night (gfortran & ifort)
32    
33    checkpoint65s (2016/01/13) synchronised with main MITgcm code.
34    checkpoint65r (2015/12/21) synchronised with main MITgcm code.
35    
36    2015/12/13:
37      - atm_gray: add secondary testing set-up using fixed SST (APE)
38        and improved radiation code from Ruth Geen.
39    2015/12/11:
40      - add experiment "shelfice_remeshing" (Dan & Jim)
41    
42    checkpoint65q (2015/11/18) synchronised with main MITgcm code.
43    
44    2015/11/12:
45      - update cpl_gray+ocn/share-code (ATMIDS.h & OCNIDS.h) and coupler parameter
46        file (in input_cpl) following coupling pkg changes.
47    2015/11/04:
48      - switch from #define GLOBAL_SUM_SEND_RECV to #define GLOBAL_SUM_ORDER_TILES
49        (i.e., the new default) experiments atm_gray (3 code dir),
50        global_ocean.gm_k3d & global_ocean.gm_res ; change cpl_gray+ocn (code_atm
51        & ocn) to also use the new default (#define GLOBAL_SUM_ORDER_TILES).
52    
53    checkpoint65p (2015/10/23) synchronised with main MITgcm code.
54    
55    2015/10/23:
56      - fix cpl_gray+ocn: specify an existing SST file (in data.atm_phys) since
57        old one was been removed on Jan 22, 2015
58    
59    checkpoint65n (2015/07/29) synchronised with main MITgcm code.
60    checkpoint65m (2015/06/15) synchronised with main MITgcm code.
61    checkpoint65j (2015/02/25) synchronised with main MITgcm code.
62    
63    2015/02/22:
64      - update global_ocean.gm_k3d & global_ocean.gm_res output after fixing
65        pkg/gmredi related code.
66    
67    checkpoint65i (2015/01/23) synchronised with main MITgcm code.
68    
69    2015/01/22:
70      - update atm_gray/input set-up: start from a 1.yr run pickup file (run with
71        atmPhys_stepSST=F) using closer to present new SST file: SST_symEx3.bin ;
72        and then switch on atmPhys_stepSST=True and use Qflux file: Qflux_w90.bin
73    2015/01/21:
74      - update output of experiments atm_gray & cpl_gray+ocean after fixing
75        bug in frictional heating in S/R ATM_PHYS_TENDENCY_APPLY_V.
76    2015/01/14:
77      - add a test case using ALLOW_EDDYPSI + gmredi K3D scheme (from Michael Bates)
78        similar to global_ocean.90x40x15 & tutorial_global_oce_latlon experiments;
79    
80    checkpoint65h (2014/12/17) synchronised with main MITgcm code.
81    checkpoint65f (2014/10/13) synchronised with main MITgcm code.
82    
83    2014/10/06:
84      - update cpl_gray+ocn set-up: switch on saisonal insolation and add two
85        thin-walls in the ocean from North pole down to 34.S (Double-Drake config);
86        also adjust diagnostics to get climatological seasonal output.
87    
88    checkpoint65e (2014/09/28) synchronised with main MITgcm code.
89    checkpoint65c (2014/08/30) synchronised with main MITgcm code.
90    checkpoint65a (2014/07/27) synchronised with main MITgcm code.
91    checkpoint65  (2014/07/18) synchronised with main MITgcm code.
92    checkpoint64z (2014/07/10) synchronised with main MITgcm code.
93    checkpoint64x (2014/05/24) synchronised with main MITgcm code.
94    
95    2014/05/23:
96      - add experiment global_oce_biogeo_bling (see MITgcm_contrib/bling/README.txt)
97    
98    2014/05/21:
99    atm_gray & cpl_gray+ocn: change convection parameters:
100        switch on "do_virtual" and "do_shallower" (recommended by Paul O'Gorman)
101        but keep default RH threshold (=0.8)
102        Update output of cpl_gray+ocn (no need to update atm_gray output,
103        too short cold start run).
104    global_ocean.gm_k3d: Update output after fixing minor bugs relating to
105        finding the +eigenvalues/vectors (in gmredi_calc_eigs.F & gmredi_k3d.F):
106        was getting only 3 matching digits for cg2d.
107        New output generated on baudelaire using gfortran and "-devel" option.
108        Added to bi-weekly ifort+MPI test on acesgrid.
109    
110    2014/05/11:
111      - update atm_gray & cpl_gray+ocn output after changes in atmospheric p*:
112        + Switch to more accurate p* coordinate slope term (calc_grad_phi_hyd.F)
113        + use constant reference Pot.Temp (thetaConst) instead of tRef
114        + Acount for true p* correction in theta <-> T conversion in pkg/atm_phys
115    
116    2014/05/07:
117      - add a test case for gmredi K3D scheme (set up from Michael Bates)
118        similar to global_ocean.90x40x15 & tutorial_global_oce_latlon experiments;
119        daily test on acesgrid (using gfortran with MPI).
120    
121    checkpoint64w (2014/05/02) synchronised with main MITgcm code.
122    checkpoint64v (2014/04/11) synchronised with main MITgcm code.
123    checkpoint64r (2013/12/08) synchronised with main MITgcm code.
124    checkpoint64p (2013/10/20) synchronised with main MITgcm code.
125    
126    2013/09/25:
127      - add simple atm-gray + ocean coupled cs-32 aquaplanet setup
128        in dir=cpl_gray+ocn; for now, no land, no seaice.
129    
130    checkpoint64o (2013/09/25) synchronised with main MITgcm code.
131    checkpoint64m (2013/08/13) synchronised with main MITgcm code.
132    checkpoint64k (2013/07/23) synchronised with main MITgcm code.
133    
134    2013/07/07:
135      - add a 3rd atm_gray set-up, CS-32 with 26 levels and evolving SST
136    
137  checkpoint64i (2013/06/18) synchronised with main MITgcm code.  checkpoint64i (2013/06/18) synchronised with main MITgcm code.
138    
139    2013/06/12:
140      - add the 2 working set-up (atm_gray & offline_cheapaml) to one acesgrid
141        daily test (using gfortran with MPI & mth and testing also the restart)
142    
143  2013/06/10:  2013/06/10:
144    - add secondary test (offline_cheapaml/input.dyn/) using seaice-dynamics    - add secondary test (offline_cheapaml/input.dyn/) using seaice-dynamics
145      and convergent wind to produce precip.      and convergent wind to produce precip.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.41

  ViewVC Help
Powered by ViewVC 1.1.22