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

  ViewVC Help
Powered by ViewVC 1.1.22