/[MITgcm]/MITgcm/model/src/packages_readparms.F
ViewVC logotype

Log of /MITgcm/model/src/packages_readparms.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Links to release1_p11: (view) (download) (annotate)
Sticky Tag:

Revision 1.7.2.6 - (view) (download) (annotate) - [select for diffs]
Fri Jan 31 05:06:51 2003 UTC (21 years, 4 months ago) by dimitri
Branch: release1
CVS Tags: release1_p11, release1_p12, release1_p12_pre, release1_p13, release1_p13_pre, release1_p14, release1_p15, release1_p16, release1_p17
Branch point for: release1_50yr
Changes since 1.7.2.5: +8 -1 lines
Diff to previous 1.7.2.5 , to branch point 1.7 , to next main 1.77
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.
Modified Files:
	doc/tag-index model/inc/CPP_OPTIONS.h model/inc/PARAMS.h
	model/src/do_the_model_io.F model/src/packages_boot.F
	model/src/packages_check.F model/src/packages_readparms.F
	model/src/the_model_main.F


Revision 1.7.2.5 - (view) (download) (annotate) - [select for diffs]
Mon Nov 11 21:59:05 2002 UTC (21 years, 7 months ago) by heimbach
Branch: release1
CVS Tags: release1_p10, release1_p8, release1_p9
Changes since 1.7.2.4: +8 -1 lines
Diff to previous 1.7.2.4 , to branch point 1.7
o Adding package parameters and hooks to MITgcm for new seaice package.
o Adjusting KPP package for use with seaice package.


Revision 1.7.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 14:06:45 2002 UTC (21 years, 11 months ago) by heimbach
Branch: release1
CVS Tags: release1_p5, release1_p6, release1_p7
Changes since 1.7.2.3: +2 -2 lines
Diff to previous 1.7.2.3 , to branch point 1.7
Bug fix: missing #ifdef argument ALLOW_CALENDAR


Revision 1.7.2.3 - (view) (download) (annotate) - [select for diffs]
Thu May 30 22:15:00 2002 UTC (22 years ago) by heimbach
Branch: release1
CVS Tags: release1_p4
Changes since 1.7.2.2: +20 -10 lines
Diff to previous 1.7.2.2 , to branch point 1.7
Modified initialisations to enable exf package for MITgcm
(without invoking ECCO_PACKAGE).


Revision 1.7.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Apr 8 20:10:37 2002 UTC (22 years, 2 months ago) by heimbach
Branch: release1
CVS Tags: release1_chkpt44d_post, release1_p1, release1_p2, release1_p3
Changes since 1.7.2.1: +3 -3 lines
Diff to previous 1.7.2.1 , to branch point 1.7
Changes encapsulated by checkpoint43a-release1mods and chkpt44d_post
on the main trunk.
These are:

 o added missing EXCLUDE_MONITOR flags
 o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
   (incompatible typ in MIN/MAX expressions caused problems
   on IBM SP3)
 o in genmake added variable MAKEDEPEND
   plus resetting for case SunOS
 o added timer_stats.c routine for IBM SP3
 o removed variables in dynamics
 o real fresh water flux implemented with non-linear free-surface.
 o few fix (mask in shap_s2, EmPmR in external_field_load,
   USE_NATURAL_BCS in solve_for_P);
 o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
 o merge of relevant stuff from the ecco-branch:
   - genmake: removed $S64 overwrite for case SunOS
   - pkg/exf: update and corrections for field swapping and obcs
   - pkg/ecco: parameter lists for the_model_main, the_main_loop
               harmonized between ECCO and MITgcm
   - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
                   updated checkpointing_lev... lists for obcs
   - model/src: minor changes in forward_step, plot_field
                added directive for divided adjoint in the_main_loop
   - pkg/mdsio: added mdsio_gl_slice
 o check parameters & config (chkpt44a_pre,post)
 o OBC and NonLin_FrSurf.
 o fix bug in mom_vi_del2uv
 o select when filters are applied ; add options to zonal_filter (data.zonfilt)
 o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
 o update AIM experiments (NCEP input files)
 o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
 o added some stuff for AD

These were merged with
cvs co -r release1 -P MITgcm
cd MITgcm
cvs update -kk
cvs update -j checkpoint43a-release1mods -j chkpt44d_post -d -P -kk


Revision 1.7.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 16:04:47 2002 UTC (22 years, 3 months ago) by adcroft
Branch: release1
Changes since 1.7: +7 -1 lines
Diff to previous 1.7
Merging changes on MAIN between checkpoint43 and checkpoint43a-release1mods
Command: cvs -q update -jcheckpoint43 -jcheckpoint43a-release1mods -d -P

These changes are most of the changes between c43 and c44 except those
that occured after "12:45 11 Jan 2002". As far as I can tell it is
checkpoint43 with the following mods:

  o fix bug in mom_vi_del2uv
  o select when filters are applied ; add options to zonal_filter (data.zonfilt)  o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
  o update AIM experiments (NCEP input files)
  o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
  o added some stuff for AD
  o Jamar wet-points

This update does not contain the following mods that are in checkpoint44

  o bug fix in pkg/generic_advdiff/
    - thread related bug, bi,bj arguments in vertical advection routines
  o some changes to pkg/autodiff, pkg/cost, pkg/exf, pkg/ecco,
    verification/carbon and model/src/ related to adjoint
  o some new Matlab scripts for diagnosing model density
    - utils/matlab/dens_poly3.m and ini_poly3.m

The list of exclusions is accurate based on a "cvs diff". The list of
inclusions is based on the record in doc/tag-index which may not be complete.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 18:09:16 2001 UTC (22 years, 8 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint41, checkpoint42, checkpoint43, ecco-branch-mod1, release1_b1, release1_beta1
Branch point for: ecco-branch, release1, release1_coupled
Changes since 1.6: +47 -18 lines
Diff to previous 1.6
Bringing comments up to data and formatting for document extraction.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 14:26:57 2001 UTC (22 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40, checkpoint40pre2, checkpoint40pre3, checkpoint40pre4, checkpoint40pre5, checkpoint40pre6, checkpoint40pre7, checkpoint40pre8, checkpoint40pre9
Changes since 1.5: +14 -4 lines
Diff to previous 1.5
o Added grdchk package handling
o Added passive tracer handling


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue May 29 14:01:37 2001 UTC (23 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre1
Changes since 1.4: +6 -2 lines
Diff to previous 1.4
Merge from branch pre38:
 o essential mods for cubed sphere
 o debugged atmosphere, dynamcis + physics (aim)
 o new packages (mom_vecinv, mom_fluxform, ...)


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 22:33:53 2001 UTC (23 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: c37_adj, checkpoint38, checkpoint39
Changes since 1.3: +12 -2 lines
Diff to previous 1.3
Modifications and additions to enable automatic differentiation.
Detailed info's in doc/notes_c37_adj.txt


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Feb 20 19:39:42 2001 UTC (23 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint36, checkpoint37, pre38tag1
Branch point for: pre38
Changes since 1.2: +7 -1 lines
Diff to previous 1.2
AIM (Atmosphere Intermediate Physics) define as a standard package


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:04:48 2001 UTC (23 years, 4 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint35
Changes since 1.1: +15 -3 lines
Diff to previous 1.1
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34)
 - substantial modifications to algorithm sequence (dynamics.F)
 - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 20:42:57 2000 UTC (23 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-atmos-merge-phase1, branch-atmos-merge-phase2, branch-atmos-merge-phase3, branch-atmos-merge-phase4, branch-atmos-merge-phase5, branch-atmos-merge-phase6, branch-atmos-merge-phase7, branch-atmos-merge-shapiro, branch-atmos-merge-start, branch-atmos-merge-zonalfilt, checkpoint31, checkpoint32, checkpoint33, checkpoint34
Branch point for: branch-atmos-merge
Package structure rearranged to comply with standard.
Includes useKPP, useGMRedi.
Tested for exp(0,2,4).


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22