/[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.2075 by gforget, Mon Sep 29 17:16:46 2014 UTC revision 1.2090 by gforget, Sun Nov 16 16:31:37 2014 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/ctrl : add generic pre-processing (xx_genarr2d_preproc etc)
8      - remove xx_genarr2d_numsmooth etc
9      - use xx_genarr2d_preproc etc instead
10      - carry out smooth_correl2D at initialization
11      stage rather than during time stepping.
12      - get smoothOpNb from xx_gentim2d_preproc
13    o global_oce_cs32 :
14      - add test of generic ecco capabilities.
15    o pkg/exf/exf_getsurfacefluxes.F :
16      - add to tmpUE/tmpVN rather than re-initializing them (conventional behavior).
17    o pkg/ctrl,ecco :
18      -  omit un-necessary arguments to ctrl_cost_gen.F
19      unless ECCO_CTRL_DEPRECATED is defined.
20    o model/src:
21      - when ALLOW_3D_DIFFKR is defined, add a STOP if any of the vertical
22        diffusivity (background) is specified but ignored.
23    o verification:
24      - in testreport, convert hostname to lower case for default output dir name
25    o model, pkg : add useCTRL, useECCO parameters (on/off run time switch).
26    o pkg/dic: add modifications from Hajoon:
27      - add iron sedimentation flux function of the flux of PO4 out of bottom layer
28      - light attenuation: add self-shading effect by climatological Chlorophyll
29        (read from file).
30    o pkg/seaice/seaice_preconditioner.F : fix cpp flags, so that code also
31        compiles when SEAICE_ALLOW_DYNAMICS is undefined
32    o global_oce_llc90,cs32 : ecco_v4 verification exps now use separate
33        AUTODIFF_OPTIONS.h, CTRL_OPTIONS.h, ECCO_OPTIONS.h rather than
34        ECCO_CPPOPTIONS.h (i.e. replacing the deprecated, circumvoluted,
35        approach where CPP_OPTIONS.h includes an omnipotent
36        ECCO_CPPOPTIONS.h that superseeds pkgs '_OPTIONS.h').
37    o pkg/ctrl/ctrl_map_ini_genarr.F : include GMREDI_OPTIONS.h where
38        ALLOW_3D_KAPGM, ALLOW_3D_KAPREDI (to be added later) belong.
39    o pkg/seaice/SEAICE_SIZE.h : replace ALLOW_AUTODIFF_TAMC with ALLOW_AUTODIFF
40        to avoid needing AUTODIFF_OPTIONS.h anytime SEAICE_SIZE.h is included
41        (it seems that THSICE_SIZE.h, PTRACERS_SIZE.h have the same issue...)
42    o model/src, pkg/smooth, profiles, salt_plume, seaice, exf, ecco, ctrl :
43      add ECCO_OPTIONS.h, AUTODIFF_OPTIONS.h, CTRL_OPTIONS.h when needed
44      - ECCO_OPTIONS.h is needed when including ecco_cost.h, ecco.h
45      - AUTODIFF_OPTIONS.h is needed when including tamc.h, tamc_keys.h
46      - CTRL_OPTIONS.h is needed when including ctrl.h, optim.h, etc
47    o pkg/ctrl,ecco,exf :
48      - remove variables associated with NON-generic costs,
49        unless ECCO_CTRL_DEPRECATED is defined.
50      - remove NON-generic NON-obcs controls,
51        unless ECCO_CTRL_DEPRECATED is defined.
52    o pkg/ctrl : added ctrl_local_params.h
53    o pkg/ecco : added ecco_local_params.h
54    o verification : added ECCO_CTRL_DEPRECATED to most as and oad
55        experiments, which will progressively be removed once the
56        experiments are revised to use only generic controls/costs.
57    
58    checkpoint65f (2014/10/13)
59    o pkg/ctrl, ecco, seaice : minor changes in headers
60    o global_oce_llc90,cs32 : ecco_v4 verification exps now test generic
61        cost function and control capabilities added since checkpoint65c.
62    o pkg/ctrl: regroup all obcs ctrl variables in CTRL_OBCS.h.
63    o pkg/ecco: increase modularity and improve logic
64      - ecco_toolbox.F (new) : basic operations that are often used,
65        including ecco_zero, ecco_cp, ecco_cprsrl, ecco_diffmsk,
66        ecco_addcost, ecco_add, ecco_div, ecco_readbar.
67      - cost_gencal.F (new) : determine filnames and records.
68      - cost_genread.F, cost_generic.F : condense code using ecco_toolbox.
69      - cost_generic.F : use spzeroloc rather than hard-coded -9999,
70        and exploit the above functions leading to more compact code.
71      - cost_genread.F : rm un-necessary arguments, re-arrange args order.
72      - ecco_check.F, ecco_readparms.F : bring logic up to date (using_tpj,
73        using_ers, using_gfo, using_mdt is now only defined within gencost)
74    o pkg/ecco: extend generic cost capabilities
75      - pkg/ecco : added 3D gencost (ALLOW_GENCOST3D), added gencost
76        capabilities via gencost_preproc (+ _c,_i,_r related params),
77        gencost_posproc (+ _c,_i,_r related params), gencost_nrecperiod,
78        gencost_outputlevel arguments to cost_generic
79      - pkg/ecco/cost_genread.F (new) : interface between cost_generic
80        and active_read, making room for gencost_preproc to take effect.
81        Added preproc code ('climmon') to replace GENERIC_BAR_MONTH.
82      - pkg/ecco/cost_generic.F :
83        compute and store misfit maks*(model-data) in localdif that is
84        then used in cost and for output, output misfit if outlev.GT.0
85      - pkg/ecco/cost_averagesfields.F : depend on gencost_barskip
86        rather gencost_barfile for deciding whether to write barfile
87      - pkg/ecco/ecco_cost_driver.F : extract call to cost_profiles from cost_hyd
88      - pkg/ecco/ecco_cost_init_fixed.F : extract gencost weights from
89        ecco_cost_weights, re-activate ecco_summary, determine gencost_barskip
90      - pkg/ecco/ecco_summary.F : report gencost variables
91      - pkg/ecco/cost_gencost_customize.F : treat case of scatterometer costs
92    o pkg/sea/SEAICE_OPTIONS.h : add ALLOW_COST_ICE, ALLOW_SEAICE_COST_SMR_AREA
93  o pkg/ecco: internal re-organization  o pkg/ecco: internal re-organization
94    - resolve un-necessary dependancies within pkg/ecco and to pkg/ctrl    - resolve un-necessary dependancies within pkg/ecco and to pkg/ctrl
95      (rm includes of optim.h and ctrl.h, replace optimcycle with eccoiter,      (rm includes of optim.h and ctrl.h, replace optimcycle with eccoiter,
96      mv relevant variables definition from ecco_cost.h to ecco.h,      mv relevant variables definition from ecco_cost.h to ecco.h,
97      make sure gencost routines only include ecco.h)      make sure gencost routines only include ecco.h)
98    - throughout : add missing CCP switches, rm unused variables,    - throughout : add missing CCP switches, rm unused variables,
99      and rm un-necessary CPP switches      and rm un-necessary CPP switches
100    - throughout gencost routines : replace modelstartdate with    - throughout gencost routines : replace modelstartdate with
101      gencost_startdate when needed      gencost_startdate when needed
102    - cost_bp_read.F : use arguments, instead of common blocs    - cost_bp_read.F : use arguments, instead of common blocs
103      so that it can be used also by (new) cost_gencost_bpv4.F      so that it can be used also by (new) cost_gencost_bpv4.F
104    - ecco_init_varia.F : initialize RHOsumGlob_0, VOLsumGlob_0    - ecco_init_varia.F : initialize RHOsumGlob_0, VOLsumGlob_0
105    - ecco_phys.F : compute etanFull    - ecco_phys.F : compute etanFull
106    - ecco_readparms.F : rename using_topex as using_tpj, add    - ecco_readparms.F : rename using_topex as using_tpj, add

Legend:
Removed from v.1.2075  
changed lines
  Added in v.1.2090

  ViewVC Help
Powered by ViewVC 1.1.22