/[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.1686 by gforget, Tue Jul 10 15:47:30 2012 UTC revision 1.1690 by jmc, Mon Jul 16 20:26:46 2012 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/exch2:
8      - with empty facet: fix compact-format (W2_mapIO=1) definition (was previously
9        reset to 0 = 1 long line in X)
10    o pkg/mdsio:
11      - fix reading of dimensions from meta file for large-size domain
12    o model/src:
13      - fix saltIsActiveTr setting for IdealGas eosType (eosType is 6 character long);
14      - to refine CS-grid check, add logical flag "hasWetCSCorners": true if using
15        Cubed-Sphere Exch with CS-corners inside the domain;
16        make new S/R INI_GLOBAL_DOMAIN from code in ini_linear_phisurf.F to calculate
17        globalArea and to set hasWetCSCorners.
18      - add warning if usingCurvilinearGrid and momAdvection in flux-form (missing
19        metric terms); stop if hasWetCSCorners=T and momAdvection in flux-form.
20      - re-activate the stop if useCDscheme and hasWetCSCorners=T (previously if
21        useCDscheme and useCubedSphereExchange).
22    o pkg/seaice/seaice_growth.F :
23      - compute the SEAICE_DISABLE_HEATCONSFIX term accordingly
24        for the (.NOT.useRealFreshWaterFlux).OR.(nonlinFreeSurf.EQ.0)
25        when the previous code was not correct.
26      - in all cases diagnoze the boundary condition mismatch to SIaaflux
27      - in the case of useRealFreshWaterFlux.AND.(nonlinFreeSurf.GT.0) add
28        that term to QNET (essentially to set the melt/freeze water to 0degC).
29        when SEAICEheatConsFix is true, so that the ocean+ice budget heat is closed.
30    o verification/global_ocean.cs32x15/input.seaice :
31      - add SEAICEheatConsFix in data.seaice, ensuring closed ocean+ice heat budget.
32      - add diagnostics (commented out) for budget test using my matlab codes (gcmfaces).
33      - update results (output.seaice.txt) accordingly.
34    o verification/lab_sea/input/data.seaice :
35      - remove SEAICEheatConsFix, which is now be tested
36        in global_ocean.cs32x15. The presently coded fix
37        is only consistent with real fresh water + nlfs.
38      - update results (output.txt) accordingly.
39  o pkg/salt_plume: added diagnotic for salt tendency (oceSPtnd).  o pkg/salt_plume: added diagnotic for salt tendency (oceSPtnd).
40  o AD_CONFIG.h file:  o AD_CONFIG.h file:
41   - in genmake2: remove "#undef ALLOW_ECCO_OPTIMIZATION" from AD_CONFIG.h;    - in genmake2: remove "#undef ALLOW_ECCO_OPTIMIZATION" from AD_CONFIG.h;
42   - remove #include "AD_CONFIG.h" from all included OPTIONS files and    - remove #include "AD_CONFIG.h" from all included OPTIONS files and
43     add it explicitly in each fortran src file where it is needed.      add it explicitly in each fortran src file where it is needed.
44     motivation: header file AD_CONFIG.h is generated/modified after "make depend"      motivation: header file AD_CONFIG.h is generated/modified after "make depend"
45     thus introducing potentially wrong dependency; therefore, better to include      thus introducing potentially wrong dependency; therefore, better to include
46     it only where it's really needed, and after any other included OPTIONS file      it only where it's really needed, and after any other included OPTIONS file
47     (less tempting to bring conditional includes according to ALLOW_ADJOINT_RUN      (less tempting to bring conditional includes according to ALLOW_ADJOINT_RUN
48     or ALLOW_TANGENTLINEAR_RUN).      or ALLOW_TANGENTLINEAR_RUN).
49    
50  checkpoint63p (2012/07/06)  checkpoint63p (2012/07/06)
51  o pkg/autodiff:  o pkg/autodiff:

Legend:
Removed from v.1.1686  
changed lines
  Added in v.1.1690

  ViewVC Help
Powered by ViewVC 1.1.22