/[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.1339 by mlosch, Wed Nov 24 15:37:24 2010 UTC revision 1.1348 by jmc, Tue Dec 14 19:13:22 2010 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/seaice:  o pkg/seaice: add diagnostics for snow precipitation
8    - seaice_ocean_stress: split a loop for better vectorization of the  o eesupp/src:
9      adjoint code    new S/R with new option (NML_EXTENDED_F77) to change array specification
10      from F95 standard to commonly accepted extended F77 form.
11      This would allow to use F95 syntax in namelist (needed with gfortran 4.4.5)
12      and to revert back to the original syntax (with -DNML_EXTENDED_F77)
13      for less tolerant f77 compiler (e.g., pgf77, g77).
14    o globalFiles:
15      commented out in parameter file "data" since it's not safe with MPI
16      (e.g., wrong on aces); keep it if useSingleCpuIO=T (but not doing much
17      in this case); no longer commented out in restart test (tst_2+2).
18    o add adTapeDir to specify a special directory where adjoint tapes are
19      written/read (adread_adwrite.F). adTapeDir is specified in data/PARM05
20      and cannot be used together with mdsioLocalDir.
21    o nesting pkgs:
22      - packages_init_variables : put call to OBCS_INIT_VARIABLES in last position
23      - update Gianmaria's Nesting pkgs (from Contrib/nesting_sannino)
24      - add parameter files + utils dir + output from short run on beagle.
25    o pkg/seaice:
26        fix seaice_growth.F store directives; update results of exp. lab_sea.ad
27    o pkg/seaice: explicitly store tsurfloc in seaice_solve4temp.F to avoid
28      unnecessary copying in adjoint code, requires new parameter NMAX_ITER
29    
30    checkpoint62o (2010/11/25)
31    o pkg/exf:
32      - change CPP option EXF_VERBOSE to run-time logical param exf_verbose.
33    o pkg/seaice:
34      - seaice_ocean_stress: split a loop for better vectorization of the
35        adjoint code
36    - seaice_growth.F: fix bug in conservation of freshwater connected to    - seaice_growth.F: fix bug in conservation of freshwater connected to
37      capping of heff, put contribution into d_HEFFbyNEG      capping of heff, put contribution into d_HEFFbyNEG
38    - replace irritating parameters SEAICE_latentWater/Ice and SEAICE_sensHeat    - replace irritating parameters SEAICE_latentWater/Ice and SEAICE_sensHeat
# Line 15  o pkg/seaice: Line 41  o pkg/seaice:
41      things like rhoAir, cpAir,latent/sensible heat parameters, in order      things like rhoAir, cpAir,latent/sensible heat parameters, in order
42      to reproduce the old results, many data.seaice now contain funny values      to reproduce the old results, many data.seaice now contain funny values
43      for cpAir and latent heat of sublimation      for cpAir and latent heat of sublimation
44  o packages_readparms.F: move exf_readparms up in line so that  o packages_readparms.F: move exf_readparms up in line so that
45      exf-parameters are visible for other packages (e.g. seaice)      exf-parameters are visible for other packages (e.g. seaice)
46  o debugMode & debugLevel=2:  o debugMode & debugLevel=2:
47    - differentiate between debugMode & debugLevel=2:    - differentiate between debugMode & debugLevel=2:

Legend:
Removed from v.1.1339  
changed lines
  Added in v.1.1348

  ViewVC Help
Powered by ViewVC 1.1.22