/[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.86 by mlosch, Wed Sep 18 16:38:01 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  checkpoint46g_post
69  o Include a new diagnostic variable phiHydLow for the ocean model  o Include a new diagnostic variable phiHydLow for the ocean model
70    - in z-coordinates, it is the bottom pressure anomaly    - in z-coordinates, it is the bottom pressure anomaly

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

  ViewVC Help
Powered by ViewVC 1.1.22