/[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.1973 by atn, Sat Apr 5 22:51:52 2014 UTC revision 1.1981 by mlosch, Thu Apr 24 09:23:49 2014 UTC
# Line 3  $Name$ Line 3  $Name$
3    
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
 <<<<<<< tag-index  
 o pkg/salt_plume:  
   - salt_plume_frac.F:  
      clean up local param names  
      reformulate (1-frac) to frac; original 1-frac was based on swfrac code  
 o pkg/ecco:  
   - cost_gencost_seaicev4.F:  
      reformulate proxy cost as function of sst and local param SEAICE_freeze  
      change cost names from siv4-[sst,vol] to siv4-[deconc,exconc]  
   - add stop statement if old names siv4-[sst,vol] are used  
   - add snapshots + cost reports for atmospheric longwave  
   - remove factor 0.1 in front of wtau[u,v]  
   - replace never used flag ALLOW_TMI_COST_CONTRIBUTION with  
      ALLOW_TMI_SST_COST_CONTRIBUTION  
 o pkg/smooth:  
   - move param smooth2Ddiffnbt to pkg/ecco  
 =======  
6    
7    o pkg/seaice: some small modifications to the ridging code
8      - make fw2ObyRidge a global variable and add the freshwater flux to
9        seaice_growth
10      - pass actual thickness from seaice_prepare_ridging, so that it is
11        computed only in one place and compute it in the same way as in
12        seaice_growth
13      - initialise more fields in seaice_do_ridging that where cause floating
14        point exceptions over land
15    o pkg/seaice: preparations for ridging code and first real ridging code
16      - move most of "PART 1" of S/R seaice_growth into a new and separate
17        S/R seaice_reg_ridge that will both regularize the state variable after
18        advection call the actual ridging routine;
19      - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,
20        d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;
21      - remove ridging code from seaice_advdiff
22      - clean up remaining part 1 of seaice_growth in an attempt to make it
23        more readable (this is probably subjective)
24      - call seaice_itd_redist once in the initialisation phase to have the initial
25        conditions in the correct category
26      - finally: add new ridging routine for ITD code
27    
28    checkpoint64v (2014/04/11)
29    o pkg/ecco:
30      - add runtime parameters mdt[start,end]date[1,2]
31      - rename variable "tpmean" as "mdt" and "topexmeanfile" as "mdtdatfile"
32    o pkg/seaice:
33      - make deltaC a global variable, so that it can be used in ridging code
34      - first step towards ridging: introduce new routines that compute
35        ice strength based on ridging parameters
36      - add diagnostic for HSNOWITD
37      - add opnWtrFrac as a global variable (required for ridging scheme)
38    o pkg/salt_plume + pkg/seaice/seaice_growth.F
39      - add SALT_PLUME_IN_LEADS flag to activate pkg/salt_plume only when ice
40        AREA exceeds a threshold (code contributed by I.Fenty in 2011)
41    o verification/hs94.1x64x5:
42      - leave ALLOW_AUTODIFF_TAMC undefined in code_oad/AUTODIFF_OPTIONS.h
43      - do not use ECCO_CPPOPTIONS.h anymore for TAF & OpenAD Adjoint tests.
44  o autodiff:  o autodiff:
45    - Start to include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h,    - Start to include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h,
46      and CTRL_OPTIONS.h in src files (to enable to skip the ECCO_CPPOPTIONS.h)      and CTRL_OPTIONS.h in src files (to enable to skip the ECCO_CPPOPTIONS.h)
47      For now, only in pkgs used in verification/hs94.1x64x5.      For now, only in pkgs used in verification/hs94.1x64x5.
48    - Replace ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for tape/storage    - Replace ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for tape/storage
49      which are specific to TAF/TAMC).      which are specific to TAF/TAMC).
50    - Replace ALLOW_AUTODIFF_OPENAD by ALLOW_OPENAD:    - Replace ALLOW_AUTODIFF_OPENAD by ALLOW_OPENAD:
51      since ALLOW_OPENAD is defined in PACKAGES_CONFIG.h (any time pkg/openad      since ALLOW_OPENAD is defined in PACKAGES_CONFIG.h (any time pkg/openad
52      is compiled), this simplifies/reduces which *_OPTIONS.h file to include.      is compiled), this simplifies/reduces which *_OPTIONS.h file to include.
53    - OpenAD: change Makefile to generate the appropriate AD_CONFIG.h when    - OpenAD: change Makefile to generate the appropriate AD_CONFIG.h when
54      building mitgcmuv_ad (make adAll).      building mitgcmuv_ad (make adAll).
55  o pkg/atm_phys:  o pkg/ecco:
56      - cost_gencost_seaicev4.F:
57         reformulate proxy cost as function of sst and local param SEAICE_freeze
58         change cost names from siv4-[sst,vol] to siv4-[deconc,exconc]
59      - add stop statement if old names siv4-[sst,vol] are used
60      - add snapshots + cost reports for atmospheric longwave
61      - remove factor 0.1 in front of wtau[u,v]
62      - replace never used flag ALLOW_TMI_COST_CONTRIBUTION with
63         ALLOW_TMI_SST_COST_CONTRIBUTION
64    o pkg/atm_phys:
65    - add some diagnostics for Short-wave and for convection S/R.    - add some diagnostics for Short-wave and for convection S/R.
66  o pkg/seaice/seaice_growth:  o pkg/seaice/seaice_growth:
67    - fix a bug in the lateral melt parameterization for SEAICE_ITD    - fix a bug in the lateral melt parameterization for SEAICE_ITD
68      in seaice_growth; tempFrz needs to be computed inside the i/j-loop      in seaice_growth; tempFrz needs to be computed inside the i/j-loop
69    - rearrange loop order for better vector code in the same code block    - rearrange loop order for better vector code in the same code block
70    - rewrite the floeDiameter formula to have fewer divisions    - rewrite the floeDiameter formula to have fewer divisions
71    -  (miraculously) none of this changes the results of seaice_itd    -  (miraculously) none of this changes the results of seaice_itd
72  >>>>>>> 1.1972  o pkg/smooth:
73      - move param smooth2Ddiffnbt to pkg/ecco
74    o pkg/salt_plume:
75      - salt_plume_frac.F:
76         clean up local param names
77         reformulate (1-frac) to frac; original 1-frac was based on swfrac code
78  o pkg/rw:  o pkg/rw:
79    - add RS version of S/R READ_MFLDS_LEV.    - add RS version of S/R READ_MFLDS_LEV.
80  o pkg/streamice:  o pkg/streamice:

Legend:
Removed from v.1.1973  
changed lines
  Added in v.1.1981

  ViewVC Help
Powered by ViewVC 1.1.22