/[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.81 by adcroft, Thu Aug 15 17:25:26 2002 UTC revision 1.96 by adcroft, Tue Nov 5 19:15:12 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    o introduced flag for controllin non-hydrostatic metric terms
7    o removed gravitySign from PARM04
8    o switched to g77/ifc from pgf77 in aim experiments
9    
10    checkpoint46l_post
11    o made convective adjustment work with pressure coordinates:
12     - changed the direction of k-loop in convective_adjustment.F for the
13       case of pressure coordinates (OCEANICP,ATMOSPHERIC buoyancyRelation)
14     - adjusted the reference pressure k-index in convective_adjustment.F
15     - adjusted the convection condition in convect.F (in analogy to
16       calc_ivdc.F)
17     - convective_adjustment no longer computes anything on the halos
18     - removed the warnings about negative salinity from find_rho.F and
19       find_alpha.F; instead the new routine look_for_neg_salinity, called
20       at the beginning of find_rho, find_alpha, and find_beta, does a
21       check of the entire slice, if CPP-option
22       CHECK_SALINITY_FOR_NEGATIVE_VALUES is defined
23    checkpoint46l_pre
24    
25    checkpoint46k_post
26    o fixed the verification/global_ocean.90x40x15 experiment:
27     - new bathymetry (the world according to A., JMC, and M.)
28     - new initial fields and forcing fields (*.bin files)
29     - new POLY3.COEFFS (for the next release one should switch to a full
30       equation of state: JMD95P or MDJWF)
31     - fixed several errors and redundancies in the data file
32     - experiment uses looped cells
33     - added matlab directory with diagnostic scripts for plotting of output
34    
35    o S/R aim_initialise.F replace S/R aim_init from file aim_do_inphys.F:
36     - read AIM physics parameters from a file (data.aimphys)
37     - set defaults values = F.Molteni paper (Clim.Dyn., 2002)
38    
39    checkpoint46j_post
40    o split calc_exact_eta in 2 S/R : integr_continuity & update_etaH
41    o move wVel computation at the end of the time step, in S/R integr_continuity
42    o create specific S/R to exchange T,S before DYNAMICS (for stagger time step)
43    o update timeave pkg for wVel diagnostic.
44    checkpoint46j_pre
45    
46    checkpoint46i_post
47    o Clean up AIM package (and keep the results unchanged):
48      include CPP_OPTION and use IMPLICT NONE in all routines ;
49      declare all the variables _RL ; use _d 0 for all numerical constants.
50      use ifdef ALLOW_AIM everywhere. And now AIM can be used with g77 !
51    
52    checkpoint46h_post
53    o cleaned up the use of rhoNil and rhoConst.
54      - rhoNil should only appear in the LINEAR equation of state, everywhere
55        else rhoNil is replaced by rhoConst, e.g. find_rho computes rho-rhoConst
56        and the dynamical equations are all divided by rhoConst
57    o introduced new parameter rhoConstFresh, a reference density of fresh
58      water, to remove the fresh water flux's dependence on rhoNil. The default
59      value is 999.8 kg/m^3
60    o cleanup up external_forcing.F and external_forcing_surf.F
61      - can now be used by both OCEANIC and OCEANICP
62    checkpoint46h_pre
63    
64     Added code to convert surface volume flux (fresh water) into
65     a mass flux when using P coordinates in the ocean (OCEANICP).
66     Note: It assumes you have set rho0=rhoConst=density of fresh water.
67    
68    checkpoint46g_post
69    o Include a new diagnostic variable phiHydLow for the ocean model
70      - in z-coordinates, it is the bottom pressure anomaly
71      - in p-coordinates, it is the sea surface elevation
72      - in both cases, these variable have global drift, reflecting the mass
73        drift in z-coordinates and the volume drift in p-coordinates
74      - included time averaging for phiHydLow, be aware of the drift!
75    o depth-dependent computation of Bo_surf for pressure coordinates
76      in the ocean (buoyancyRelation='OCEANICP')
77      - requires a new routine (FIND_RHO_SCALAR) to compute density with only
78        Theta, Salinity, and Pressure in the parameter list. This routine is
79        presently contained in find_rho.F. This routine does not give the
80        correct density for 'POLY3', which would be a z-dependent reference
81        density.
82    o cleaned up find_rho
83      - removed obsolete 'eqn' from the parameter list.
84    o added two new verification experiments: gop and goz
85      (4x4 degree global ocean, 15 layers in pressure and height coordinates)
86    checkpoint46g_pre
87    
88    checkpoint46f_post
89    o Enable tangent linear (forward mode) gradient checks:
90      - extended active file handling to g_... files
91      - added TANGENT_SIMULATION to theSimulationMode
92      - extended grdchk package accordingly
93    o added tangent linear setup in verification/carbon/code_ftl
94    o added adjoint setup in verification/front_relax/code_ad
95    
96    checkpoint46e_post
97    o Added new equation of state -> MDJWF
98      - EOS of McDougall et al., 2002, JAOT, submitted
99      - caveat: the equation of state is only valid for a smaller (more
100        realistic?) range of values than JMD95P/Z and UNESCO
101      - added masks to the calculation of pressure in store_pressure
102      - added more check values for density in check_eos (ini_eos.F), some of
103        the old check values are out of the range of the MDJWF-eos, so don't
104        expect perfect matches for those
105    checkpoint46e_pre
106    
107    checkpoint46d_post
108    o fixed store_pressure to work with both buoyancy relation = 'OCEANIC' and
109      'OCEANICP', also initialised field pressure correctly in ini_eos in the
110      case of pressure coordinates. eosType='JMD95Z' in
111      combination with buoyancyRelation='OCEANICP' now causes an error.
112    o Changed p = pressure(i,j,k,bi,bj)  to  p = pressure(i,j,kRef,bi,bj)
113      in find_alpha/beta.
114    checkpoint46d_pre
115    
116    o Changed p = pressure(i,j,k,bi,bj)  to  p = pressure(i,j,kRef,bi,bj)
117      so that JMD95Z and JMD95P give approptiate static stability in find_rho.
118    
119  checkpoint46c_post  checkpoint46c_post
120  o Changes necessary for ocean in p-coordinates  o Changes necessary for ocean in p-coordinates
121   -  Added new buoyancy relation = 'OCEANICP'   -  Added new buoyancy relation = 'OCEANICP'
# Line 14  checkpoint46c_pre Line 127  checkpoint46c_pre
127    
128  checkpoint46b_post  checkpoint46b_post
129  o Added new equation of state -> JMD95Z and JMD95P  o Added new equation of state -> JMD95Z and JMD95P
130    - EOS of Jackett and McDougall, 1995, JPO    - EOS of Jackett and McDougall, 1995, JAOT
131    - moved all EOS parameters into EOS.h    - moved all EOS parameters into EOS.h
132    - new routines ini_eos.F, store_pressure.F    - new routines ini_eos.F, store_pressure.F
133  o Added UNESCO EOS, but not recommended because it requires  o Added UNESCO EOS, but not recommended because it requires

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.96

  ViewVC Help
Powered by ViewVC 1.1.22