/[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.53.2.32 by dimitri, Thu Feb 27 22:29:13 2003 UTC revision 1.74 by jmc, Sat Jun 15 04:22:21 2002 UTC
# Line 2  $Header$ Line 2  $Header$
2    
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    o change phiMin in exp1 (to agree with documentation)
6    o add new flags:
7     - T,S forcing inside/outside Adams-Bashforth
8     - turn off temp,salt advection and/or forcing
9     - for each tracer, define internal flag for multiDimAdvection & A-B
10    o monitor: change definition of KE to check conservation of Energy
11    
12  untagged  checkpoint45c_post
 o Added net flux to downward flux conversion to pkg/exf/exf_getffields.F  
 o Added SEAICE_initialHEFF to pkg/seaice  
 o SEAICE_WRITE_PICKUP needs to be called before WRITE_CHECKPOINT  
   
 release1_p12  
 o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,  
   kpp_transport_t.F, forward_step.F, and the_main_loop.F  
 o pkg/seaice:  
   - adjoint-friendly modifications  
   - added a SEAICE_WRITE_PICKUP at end of the_model_main.F  
   
 release1_p12_pre  
 o Updated useSingleCpuIO option in mdsio_writefield.F to  
   work with multi-field files, e.g., for single-file pickup.  
 o pkg/seaice:  
   - bug fix in growth.F: QNET for no shortwave case  
   - added HeffFile for specifying initial sea-ice thickness  
   - changed SEAICE_EXTERNAL_FLUXES wind stress implementation  
   
 release1_p11  
 o Modifications for using pkg/exf with pkg/seaice  
   - improved description of the various forcing configurations  
   - added basic radiation bulk formulae to pkg/exf  
   - units/sign fix for evap computation in exf_getffields.F  
   - updated verification/global_with_exf/results/output.txt  
 o Added pkg/sbo for computing IERS Special Bureau for the Oceans  
   (SBO) core products, including oceanic mass, center-of-mass,  
   angular, and bottom pressure (see pkg/sbo/README.sbo).  
 o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F  
   to avoid negative values in shallow regions.  
   - updated verification/natl_box/results/output.txt  
   - updated verification/lab_sea/results/output.txt  
 o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F  
 o Added useSingleCpuIO option (see PARAMS.h).  
   
 release1_p10  
 o modifications for using pkg/exf with pkg/seaice  
   - pkg/seaice CPP options SEAICE_EXTERNAL_FORCING  
     and SEAICE_EXTERNAL_FLUXES  
   - pkg/exf CPP options EXF_READ_EVAP and  
     EXF_NO_BULK_COMPUTATIONS  
   - usage examples are Experiments 8 and 9 in  
     verification/lab_sea/README  
   - verification/lab_sea default experiment now uses  
     pkg/gmredi, pkg/kpp, pkg/seaice, and pkg/exf  
   
 release1_p9  
 o pkg/seaice  
   - removed GOTO's and added taf directives  
   - double precision constants to reduce the g77 (Linux)  
     to F77 (SGI) differences reported in release1_p8  
 o tools/genmake  
   - added SGI options  
 o verification/testscript  
   - updated to that of checkpoint47a_post  
 o verification/global_ocean.90x40x15/input/eedata  
   - modified for SGI f77 compatibility  
 o verification/lab_sea  
   - added description of sea-ice model  
   - added missing matlab routines  
   - added test of thermodynamics parallelization  
   
 release1_p8  
 o verification/natl_box:  
   updating new external_fields_load routine  
 o New package: pkg/seaice  
   Sea ice model by D. Menemenlis (JPL) and Jinlun Zhang (Seattle).  
   The sea-ice code is based on Hibler (1979-1980).  
   Two sea-ice dynamic solvers, ADI and LSR, are included.  
   In addition to computing prognostic sea-ice variables and diagnosing  
   the forcing/external data fields that drive the ocean model,  
   SEAICE_MODEL also sets theta to the freezing point under sea-ice.  
   The implied surface heat flux is then stored in variable  
   surfaceTendencyTice, which is needed by KPP package (kpp_calc.F and  
   kpp_transport_t.F) to diagnose surface buoyancy fluxes and for the  
   non-local transport term.  Because this call precedes model  
   thermodynamics, temperature under sea-ice may not be "exactly" at  
   the freezing point by the time theta is dumped or time-averaged.  
   N.B.: fairly large differences in accuracy occur across  
         different platforms/compilers; comparison between  
         g77 (Linux) and F77 (SGI Origin 2000/MIPSpro)  
         generated output gives:  
    T           S           U           V  
   C D M    c        m  s        m  s        m  s        m  s  
   n p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  .  
   f n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d  
   g d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  .  
   
   Y Y Y Y  5  5  7  7  7  8 10  9  6  6  6  6  7  5  7  5  7 FAIL  lab_sea  
   
 release1_p7  
 o GAD:  
   - generated new common blocks to account for call of  
     same gad routines with differing traceridentities  
     (needed to modify tracerIdentity indices in GAD.h)  
   - generated separate common blocks for case useCubedSphereExchange  
     (Department of Futurology)  
   - parameter lists to gmredi_?transport: added tracerIdentity  
   - added new key indices to tamc.h  
 o external_fields_load:  
   - added this routine to TAF list  
   - needed to make some common blocks global and additional storing  
     along the same lines as exf package (checkpoint_lev?_directives.h)  
 o exf:  
   updated external forcing package  
   - bug fixes carried over from ecco-branch  
     (missing OBCS_OPTIONS.h in two routines)  
   - enable easy to use "no forcing".  
   - added exf I/O for atmospheric loading  
   - added exf I/O for runoff data  
   - transfered scaling between exf <-> MITgcm to exf namelist  
 o Adding new verification experiment global_with_exf.  
   This verification experiment is almost identical to the  
   global_ocean.90x40x15 experiment, except that it uses  
   the exf (and cal) package instead of the  
   external_fields_load routine (cf README file).  
   
 release1_p6  
 o fixed the verification/global_ocean.90x40x15 experiment:  
  - new bathymetry (the world according to A., JMC, and M.)  
  - new initial fields and forcing fields (*.bin files)  
  - new POLY3.COEFFS (for the next release one should switch to a full  
    equation of state)  
  - fixed several errors and redundancies in the data file  
  - experiment uses looped cells  
  - added matlab directory with diagnostic scripts for plotting of output  
   
 release1_p5  
 o import recent fix from MAIN branch:  
   - use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S  
   - change phiMin in exp1 (to agree with documentation)  
  from checkpoint45 to checkpoint45a_post:  
   - specific exchange for X-slice domain (case Ny=1)  
   - argument futureIter of S/R obcs_calc missing in  
     exp4 & internal_wave /code  
   - solve_for_pressure : set cg2d_x to zero where OBCS are applied  
  from checkpoint44f_post to checkpoint44g_post:  
   - fix surface correction term in multiDimAdvection  
     (affects plume_on_slope results  
 o bug fix in packages_readparms (missing ALLOW_CALENDAR)  
 o bug fix in CG2D.h (correct array size for LETS_MAKE_JAM  
 o Adjoint-related bug fixes in kpp:  
   - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix  
   - kpp_routines: store of Rib avoids partial recomputation bug of TAF.  
 o added Eliassen-Palm flux hooks (dynamics,ini_fields)  
 o removed unused TAF keys iikey, idkey (dynamics,thermodynamics)  
 o flow directives:  
   - new for S/R do_the_model_io  
   - enhanced for S/R checkpoint  
 o added Eliassen Palm flux controls to gradient check package  
 o new ctrl package  
   - adopted from ECCO environment to enable optimization  
   - added Eliassen Palm fluxes to controls  
   - adjusted global_ocean.90x40x15/ and carbon/ accordingly  
   
 release1_p4  
13  o Removed f90 comments ("!")  o Removed f90 comments ("!")
14  o Modified initialisations to enable exf package for MITgcm  o Modified initialisations to enable exf package for MITgcm
15    (without invoking ECCO_PACKAGE).    (without invoking ECCO_PACKAGE).
# Line 167  o modifications to gradient check packag Line 17  o modifications to gradient check packag
17    - enable centered differences    - enable centered differences
18    - modified format of standard output    - modified format of standard output
19    
20  release1_p3  checkpoint45b_post
21  o added tangent linear setup to verification/carbon/  o cleaned exchange calls in cg2d
22  o added adjoint sensitivity setup to verification/global_ocean...  o Included CPP option ALLOW_AUTODIFF_MONITOR in forward_step
23  o moved packages_init_variables before convective_adjustment  o included CPP option SINGLE_LAYER_MODE in thermodynamics
24  o output of verif. which use GMRedi brought up-to-date with    to configure barotropic setup (Martin Losch)
25    MAIN trunk (those were re-created after changes in GMRedi)  o moved some initialisations within bi,bj loop in dynamics
26  o included CPP option SINGLE_LAYER_MODE    (TAF flow dependency)
27    to configure barotropic setup (Martin Losch).  o in initialise_varia, moved call packages_init_variables
28  o Removed auxiliary variable in impldiff    before convective_adjustment_init
29    (caused numerical differences with MAIN trunk routine).    (corresponding adjustment of TAF tape initialisation).
30  o Introduced CPP option ALLOW_AUTODIFF_MONITOR to  o in calc_diffusivity/calc_viscosity extended domain to full overlap.
31    disable adcommon.h/g_common.h by default.  
32  o Cleaned exchange calls in cg2d.  checkpoint45a_post
33    o compute Rho over the whole domain (extend iMin,jMin indices)
34  release1_p2  o specific exchange for X-slice domain (case Ny=1)
35  o fixed array boundary problem for adjoint  o argument futureIter of S/R obcs_calc missing in exp4 & internal_wave /code
36    (related to partial recomputation within subroutine  o solve_for_pressure : set cg2d_x to zero where OBCS are applied
37    related to dynamics -> calc_viscosity -> mom_...  
38  o fixed recomputation in thermodynamics  checkpoint44h_post = checkpoint45
39  o prepare (but not complete) recomputation problem in impldiff  o Fix to restore differentiability:
40  o fixed problem for adjoint of global_max    place at which packages_init_variables is called in
41  o switched off sponge layer code in external_forcing    initialise_varia is crucial for reverse control flow.
42    o modifications in GMRedi to enable stable adjoint
43  release1_p1    (corresponding modif's in thermodynamics, dynamics)
44  o merged necessary patches:  o added missing hook for sponge layer code in external_forcing
45    - AD-related changes for GMRedi  o modified test cost functions
46    - fixes i KPP (delZ -> drF)  o storing in gad_advection (plus removal of write(0,*)!
47    - hook to OBCS songe layer code in external_forcing  o missing headers TR1.h added in convective_adjustment routines
48    - errorMessageUnit non-zero in eeboot.F  o errorMessageUnit set non-equal zero in eeboot
49    - modified test cost function and carbon verif.    (conflict on some platforms, e.g. IBM SP3)
50    o modified carbon verif.
51  release1_chkpt44d_post = chkpt44d_post  
52    checkpoint44h_pre
53    o vertical grid option: allow to put the Interface at the middle between
54      2 cell-centers ; replace delZ in pkg/kpp by drF.
55    o GM Advective form: Tracers are advected using the residual transport (=
56      Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.
57    
58    checkpoint44g_post
59    o fix surface correction term in multiDimAdvection (affects plume_on_slope
60      results) ; ifdef missing in thermodynamics.F
61    
62    checkpoint44f_pre,checkpoint44f_post
63    o added PTRACERS package
64      This allows an arbitrary number of passive tracers to be integrated
65      forward simultaneously with the dynamicaly model.
66      + Implemented so far:
67        - basic forward algorithm (time-stepping, advection, diffusion, convection)
68        - I/O and checkpointing
69        - GM/Redi  *but*  using the GM/Redi coefficient of Salt
70      + Not implemented so far:
71        - KPP
72        - OBCS
73      + No specific example supplied (yet) but global_ocean.90x40x15 has the
74        necessary data.ptracer file. Simply use -enable=ptracers and uncomment
75        line in data.pkg.
76      + This package is disabled by default since it increases storage.
77    
78    
79    o testscript: added -cleanup option
80    o Shap_filt: a) new shap_filt S/R to use no-slip BC with S2 filter
81                 b) enable to filter 2D fields.
82    
83    checkpoint44e_pre,post
84    o re-wrote convective adjustment to use pre-calculated weights
85      Affects: model/src/convective_adjustment.F, convective_adjustment_ini.F
86      Adds:    model/src/convective_weights.F, convectively_mixtracer.F
87      Original calls to convect() still in place.
88    
89  chkpt44d_pre,post  chkpt44d_pre,post
90  o added missing EXCLUDE_MONITOR flags  o added missing EXCLUDE_MONITOR flags
# Line 209  o in genmake added variable MAKEDEPEND Line 95  o in genmake added variable MAKEDEPEND
95    plus resetting for case SunOS    plus resetting for case SunOS
96  o added timer_stats.c routine for IBM SP3  o added timer_stats.c routine for IBM SP3
97  o removed variables in dynamics  o removed variables in dynamics
98    !!! I forgot to create tag chkpt44d_pre !!!
99    !!! But chkpt44d_pre = chkpt44c_post    !!!
100    
101  o real fresh water flux implemented with non-linear free-surface.  o real fresh water flux implemented with non-linear free-surface.
102    

Legend:
Removed from v.1.53.2.32  
changed lines
  Added in v.1.74

  ViewVC Help
Powered by ViewVC 1.1.22