/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Diff of /MITgcm/doc/tag-index

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

revision 1.1130 by mlosch, Wed Jun 24 08:05:07 2009 UTC revision 1.1139 by jmc, Wed Jul 8 23:38:05 2009 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o pkg/thsice: add code for Near Infra-Red albedo (from Jeff)
8       (turned on with run-time flag: thSIce_calc_albNIR, in data.ice).
9    o move (from packages_readparms.F & initialise_fixed.F) to ini_model_io.F
10      MNC & MONITOR initialisation calls; move MNC calls from {pkg}_readparms.F
11      to {pkg}_init_fixed.F for {pkg}= kpp, seaice & shelfice.
12    
13    checkpoint61s
14    o pkg/exch2 (exch2_rxN_cube*):
15       remove last BARRIER (no need to synchronise after getting data from shared
16       buffer (get) as long as any change to buffer (put,recv) is between BARRIER)
17    o change tiling of natl_box (from 2 to 4 tiles) to get it tested with MPI+MTH
18      and generate new output (for the 2 tests) using default rotationPeriod.
19    o pkg/exch2:
20      - always call exch2_*_cube, not exch-1 anymore, if useCubedSphereExchange=F
21        (was already the case with AUTODIFF_EXCH2 defined)
22      - add bj in exch2 arrays and S/R.
23      - can now use pkg/exch2 for regular (non CS) set-up; switch test experiment
24        MLAdjust to exch2 (identical results except with MPI -> truncation diff);
25    o add pkg/longstep for ptracer timestep a multiple of U/V/T/S timestep
26      - adds deltaT argument to the subroutines TIMESTEP_TRACER DWNSLP_APPLY
27        GAD_ADVECTION GAD_CALC_RHS GAD_IMPLICIT_R GAD_SOM_ADVECT
28      - verification experiment natl_box.longstep
29    o build_options: ifort+mpi_aces optfile (following Constantinos advise):
30      allow different versions of ifort (8 or 9) and different versions
31       of mpi (mpich or mpich2) to be used with the same optfile.
32      requires to load a netcdf module and set MPI_INC_DIR (see comments inside
33       optfile). Change testing scripts (example_scripts/ACESgrid) accordingly.
34    o pkg/seaice:
35      fix previous modif (3-level field removed) for old-pickup reading
36    
37    checkpoint61r
38  o pkg/seaice:  o pkg/seaice:
39   - clean up the 3-time levels of UICE,VICE,HEFF,AREA in three steps:   - clean up the 3-time levels of UICE,VICE,HEFF,AREA in three steps:
40    1. introduce fields for time step (N-1)    1. introduce fields for time step (N-1)
# Line 14  o pkg/seaice: Line 45  o pkg/seaice:
45       pkg/obcs/obcs_apply_uvice.F.       pkg/obcs/obcs_apply_uvice.F.
46   - completely remove code for leap-frog time stepping for second order   - completely remove code for leap-frog time stepping for second order
47     advection     advection
48     - adjusted adjoint accordingly;
49       gradient checks have improved by an order of magnitude!
50    
51  checkpoint61q  checkpoint61q
52  o pkg/seaice: fix bug in free slip boundary conditons for LSOR solver  o pkg/seaice: fix bug in free slip boundary conditons for LSOR solver

Legend:
Removed from v.1.1130  
changed lines
  Added in v.1.1139

  ViewVC Help
Powered by ViewVC 1.1.22