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

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

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


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

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Fri Apr 7 16:09:14 2017 UTC (7 years ago) by jmc
Branch: MAIN
CVS Tags: HEAD, checkpoint66g, checkpoint66h, checkpoint66i, checkpoint66j, checkpoint66k, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.87: +28 -28 lines
Diff to previous 1.87
- move call to CTRL_INIT & CTRL_ADMTLM from the middle to the bottom of
  packages_init_fixed.F to allow other pkgs to set mask and weight fields.


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Fri Dec 25 15:19:30 2015 UTC (8 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65s, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint65y, checkpoint65z, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f
Changes since 1.86: +4 -2 lines
Diff to previous 1.86
- add missing useAUTODIFF and useSMOOTH switches.


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Sat Mar 7 11:33:48 2015 UTC (9 years, 1 month ago) by dgoldberg
Branch: MAIN
CVS Tags: checkpoint65k, checkpoint65l, checkpoint65m, checkpoint65n, checkpoint65o, checkpoint65p, checkpoint65q, checkpoint65r
Changes since 1.85: +5 -1 lines
Diff to previous 1.85
modify call to streamice_init_fixed if ALLOW_OPENAD is defined


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Sun Nov 2 21:22:00 2014 UTC (9 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65g, checkpoint65h, checkpoint65i, checkpoint65j
Changes since 1.84: +13 -5 lines
Diff to previous 1.84
- packages_boot.F :
    - add useCTRL, useECCO to run time parameters list.
    - default is true if ALLOW_AUTODIFF, false otherwise.
    - IF (useECCO) useCAL = .TRUE.
    - IF (useGrdchk) useCTRL = .TRUE.
- do_oceanic_phys.F, packages_check.F, packages_init_fixed.F,
  packages_init_variables.F, the_main_loop.F : add useECCO switch
- forward_step.F, load_fields_driver.F, packages_check.F, packages_init_fixed.F,
  packages_init_variables.F, the_model_main.F : add useCTRL switch
- initialise_varia.F : add ALLOW_CTRL bracket


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Wed Jul 30 03:31:35 2014 UTC (9 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65b, checkpoint65c, checkpoint65d, checkpoint65e, checkpoint65f
Changes since 1.83: +13 -1 lines
Diff to previous 1.83
-  add new pkg "kl10" for mixing due to internal wave breaking
  ( http://www.sciencedirect.com/science/article/pii/S1463500310000144 )


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Wed May 28 22:01:57 2014 UTC (9 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a
Changes since 1.82: +6 -7 lines
Diff to previous 1.82
more standard LAND pkg interface:
- call LAND_READPARMS from packages_readparms.F
- add a call to LAND_CHECK in packages_check.F
- rename LAND_INITIALISE to LAND_INIT_FIXED


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Wed May 8 00:06:32 2013 UTC (10 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, checkpoint64p, checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u, checkpoint64v, checkpoint64w, checkpoint64x
Changes since 1.81: +182 -159 lines
Diff to previous 1.81
- add entry point for new pkg "atm_phys" (atmospheric physics pkg
  from P. O'Gorman and T. Schneider, JCl, 2008).
- re-order sequence of calls within packages_readparms.F,
   packages_init_fixed.F and packages_write_pickup.F
  (but skip packages_init_variables.F because of TAF issues).


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 14:09:15 2012 UTC (11 years, 8 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63r, checkpoint63s, checkpoint64, checkpoint64a, checkpoint64b, checkpoint64c, checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g
Changes since 1.80: +3 -3 lines
Diff to previous 1.80
- add CPP brackets around pkg/cost and pkg/ctrl includes of
  "CTRL_SIZE.h" "ctrl.h" "ctrl_dummy.h" "optim.h" / "cost.h"


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Fri Jun 22 02:03:03 2012 UTC (11 years, 10 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint63o, checkpoint63p, checkpoint63q
Changes since 1.79: +4 -2 lines
Diff to previous 1.79
- add run-time switch usePROFILES.


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 22:01:04 2012 UTC (12 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63m, checkpoint63n
Changes since 1.78: +13 -1 lines
Diff to previous 1.78
add a call to new S/R CAL_INIT_FIXED (calendar pkg settings)


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 01:45:22 2012 UTC (12 years, 1 month ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint63k, checkpoint63l
Changes since 1.77: +14 -1 lines
Diff to previous 1.77
adding pkg/frazil - see frazil_description.tex for details


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Sat Feb 4 01:43:40 2012 UTC (12 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint63j
Changes since 1.76: +10 -1 lines
Diff to previous 1.76
Breaking three rules (at least):
1. No check-ins Friday after 5:30pm
2. No check-ins after two beers
3. Forgot the third one


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Wed Oct 26 09:30:17 2011 UTC (12 years, 6 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i
Changes since 1.75: +13 -1 lines
Diff to previous 1.75
add hook for new subroutine pp81_init_fixed


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Wed Oct 12 01:58:12 2011 UTC (12 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63d
Changes since 1.74: +237 -45 lines
Diff to previous 1.74
add many debug-print (to trace down where pkg/cal error msg comes from)


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sun Aug 7 07:08:15 2011 UTC (12 years, 8 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint63b, checkpoint63c
Changes since 1.73: +10 -1 lines
Diff to previous 1.73
o adding package bbl (Bottom Boundary Layer)
  description in MITgcm/pkg/bbl/bbl_description.tex
  example/test experiment in MITgcm_contrib/bbl


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 22:26:50 2011 UTC (13 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a
Changes since 1.72: +9 -3 lines
Diff to previous 1.72
changes related to pkg/cheapaml


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sat Sep 25 23:09:55 2010 UTC (13 years, 7 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s
Changes since 1.71: +6 -1 lines
Diff to previous 1.71
add hooks for new packages OASIS, the package will follow
(hooks exclude the seaice pkg for now)


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Wed Jan 20 23:33:45 2010 UTC (14 years, 3 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint62b, checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k
Changes since 1.70: +7 -1 lines
Diff to previous 1.70
Adding the shell of, and the hooks to, a new package that will be
used to model melting and freezing of vertical glacier ice fronts:
 Modified Files:
 	doc/tag-index model/inc/PARAMS.h model/src/do_oceanic_phys.F
 	model/src/external_forcing.F model/src/packages_boot.F
 	model/src/packages_check.F model/src/packages_init_fixed.F
 	model/src/packages_init_variables.F
 	model/src/packages_readparms.F
 Added Files:
 	pkg/icefront/ICEFRONT.h pkg/icefront/ICEFRONT_OPTIONS.h
 	pkg/icefront/icefront_check.F
 	pkg/icefront/icefront_description.tex
 	pkg/icefront/icefront_diagnostics_init.F
 	pkg/icefront/icefront_init_fixed.F
 	pkg/icefront/icefront_init_varia.F
 	pkg/icefront/icefront_readparms.F
 	pkg/icefront/icefront_tendency_apply.F
 	pkg/icefront/icefront_thermodynamics.F


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sun Oct 25 02:04:50 2009 UTC (14 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a
Changes since 1.69: +5 -1 lines
Diff to previous 1.69
in relation to pkg/smooth


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Wed Sep 16 21:36:11 2009 UTC (14 years, 7 months ago) by rpa
Branch: MAIN
CVS Tags: checkpoint61v, checkpoint61w, checkpoint61x
Changes since 1.68: +8 -1 lines
Diff to previous 1.68
Added calls to layers package


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Fri Jun 26 23:10:09 2009 UTC (14 years, 10 months ago) by jahn
Branch: MAIN
CVS Tags: checkpoint61s, checkpoint61t, checkpoint61u
Changes since 1.67: +7 -1 lines
Diff to previous 1.67
add package longstep


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sat Jan 31 22:22:25 2009 UTC (15 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r
Changes since 1.66: +10 -13 lines
Diff to previous 1.66
replace FLT_INIT by 3-steps standard initialization S/R: readparms,
 init_fixed & ini_varia


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 01:00:19 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61h
Changes since 1.65: +2 -3 lines
Diff to previous 1.65
- clean-up flt package interface


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 19:41:49 2008 UTC (15 years, 6 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint61e, checkpoint61f, checkpoint61g
Changes since 1.64: +10 -1 lines
Diff to previous 1.64
Add call to ggl90_init_fixed.F ggl90_init_varia.F


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 02:08:24 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61c, checkpoint61d
Changes since 1.63: +16 -7 lines
Diff to previous 1.63
new pkg "down_slope".


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Mon Apr 14 09:45:18 2008 UTC (16 years ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b
Changes since 1.62: +10 -1 lines
Diff to previous 1.62
merge netcdf-support and diagnostics from Patrick Rosendahl into code


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sun Apr 6 20:53:22 2008 UTC (16 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59p
Changes since 1.61: +13 -20 lines
Diff to previous 1.61
call DIC S/R through GCHEM interface S/R


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Wed Nov 28 09:26:16 2007 UTC (16 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o
Changes since 1.60: +2 -2 lines
Diff to previous 1.60
added check, readparms, and more diagnostice to pkg/salt_plume
also changed package flag from useSaltPlume to useSALT_PLUME


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Wed Nov 28 00:18:17 2007 UTC (16 years, 5 months ago) by dimitri
Branch: MAIN
Changes since 1.59: +9 -3 lines
Diff to previous 1.59
added pkg/salt_plume by gathering code, which were previously
spread around various files in model/inc and model/src
results remain numerically identical to before, as a first step
towards adding more options, etc., to this package


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Fri Apr 20 18:42:10 2007 UTC (17 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g, checkpoint59h, checkpoint59i, checkpoint59j
Changes since 1.58: +7 -1 lines
Diff to previous 1.58
Add init to ADMTLM.


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 23:56:06 2007 UTC (17 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59
Changes since 1.57: +3 -3 lines
Diff to previous 1.57
Make useEXF a runtime flag.


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Wed Jan 10 23:51:54 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, checkpoint58y_post
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
rename gad_init.F to gad_init_fixed.F (before adding a gad_init_varia S/R)


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Nov 9 16:38:12 2006 UTC (17 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, mitgcm_mapl_00
Changes since 1.55: +2 -2 lines
Diff to previous 1.55
add useSEAICE for seaice cost.


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sun Oct 22 01:11:44 2006 UTC (17 years, 6 months ago) by heimbach
Branch: MAIN
Changes since 1.54: +5 -1 lines
Diff to previous 1.54
Split seaice_init into _fixed, _varia


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Wed Sep 6 15:30:25 2006 UTC (17 years, 7 months ago) by jscott
Branch: MAIN
CVS Tags: checkpoint58p_post, checkpoint58q_post
Changes since 1.53: +7 -1 lines
Diff to previous 1.53
add hooks for atm2d package


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 15:02:18 2006 UTC (17 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58o_post
Changes since 1.52: +9 -9 lines
Diff to previous 1.52
let "CALL DIAGNOSTICS_INIT_FIXED" be the last pkg_init call.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 04:24:03 2006 UTC (17 years, 8 months ago) by edhill
Branch: MAIN
Changes since 1.51: +7 -1 lines
Diff to previous 1.51
add the regrid package hooks


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sat Jul 29 21:00:09 2006 UTC (17 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58n_post
Changes since 1.50: +11 -10 lines
Diff to previous 1.50
move call to MYPACKAGE_INIT_FIXED at the right place.


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Jun 28 21:24:54 2006 UTC (17 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58k_post, checkpoint58l_post, checkpoint58m_post
Changes since 1.49: +7 -7 lines
Diff to previous 1.49
Adding template package MYPACKAGE to serve as reference. Does nothing.


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed May 24 00:47:02 2006 UTC (17 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58f_post, checkpoint58g_post, checkpoint58h_post, checkpoint58i_post, checkpoint58j_post
Changes since 1.48: +3 -3 lines
Diff to previous 1.48
use standard names for PTRACERS initialization S/R


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sat May 6 14:33:25 2006 UTC (17 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58e_post
Changes since 1.47: +5 -1 lines
Diff to previous 1.47
Make pkg/profile fully independent of ecco,cost, etc. stuff
to be able to use it in pure forward.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 11:47:48 2006 UTC (18 years, 2 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58a_post, checkpoint58b_post, checkpoint58c_post, checkpoint58d_post
Changes since 1.46: +7 -1 lines
Diff to previous 1.46
o add hooks for new package shelfice, painless


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 03:24:09 2006 UTC (18 years, 3 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58
Changes since 1.45: +7 -1 lines
Diff to previous 1.45
make embed_files act more like a normal package per JMC's suggestions


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Dec 8 00:15:52 2005 UTC (18 years, 4 months ago) by stephd
Branch: MAIN
CVS Tags: checkpoint57y_post, checkpoint57y_pre, checkpoint57z_post
Changes since 1.44: +6 -1 lines
Diff to previous 1.44
o add hooks for new package rbcs


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Sep 4 19:24:27 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpint57u_post, checkpoint57r_post, checkpoint57s_post, checkpoint57t_post, checkpoint57v_post, checkpoint57w_post, checkpoint57x_post
Changes since 1.43: +12 -1 lines
Diff to previous 1.43
add diagnostics for momentum eq.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 16:11:30 2005 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
Changes since 1.42: +8 -1 lines
Diff to previous 1.42
Moving seaice-related cost to pkg/seaice/


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Aug 1 21:07:34 2005 UTC (18 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57q_post
Changes since 1.41: +8 -1 lines
Diff to previous 1.41
 o MNC-ify the seven variables output by dic_biotic_diags.F as requested
   by Steph


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 23:07:50 2005 UTC (18 years, 10 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint57k_post, checkpoint57l_post, checkpoint57m_post, checkpoint57n_post, checkpoint57o_post, checkpoint57p_post
Changes since 1.40: +1 -8 lines
Diff to previous 1.40
Remove call to atm common diagnostics init


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 21:24:18 2005 UTC (18 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57j_post
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
Flag useECCO causes more harm than good so we effectively disable it.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue May 31 18:24:28 2005 UTC (18 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint57i_post
Changes since 1.38: +9 -1 lines
Diff to previous 1.38
New package for controlling termination of the model based on the wall clock:
This is handy for those of us who keep losing 5000 cpuhours because the model
took 5 minutes longer than it did the day before.

To use:
 In package.conf, add   runclock
 In data.pkg, add       useRunClock=.TRUE.
 Add data.runclock to read
    &RUNCLOCK
    RC_maxtime_hr=2,
    RC_maxtime_mi=30,
    RC_maxtime_sc=0,
    &

The package also write the delta Wall Clock between each model step.
Who can explain a 30% slow down after 60 iterations? Who even knew about it?
Now you can find out lots of dark secrets about the EM EYE TEE GEE SEE EM...


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Thu May 5 16:41:53 2005 UTC (18 years, 11 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint57h_done, checkpoint57h_post, checkpoint57h_pre
Changes since 1.37: +10 -1 lines
Diff to previous 1.37
added pkg/exf, SALTanom, and SALTSQan diagnostics


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 18:47:02 2005 UTC (19 years ago) by dimitri
Branch: MAIN
Changes since 1.36: +10 -1 lines
Diff to previous 1.36
o added diagnostics to pkg/kpp, including computation of mixed layer
  depth based on a temperature/density criterion
o updated verification/natl_box to test the new pkg/kpp diagnostics


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Feb 15 01:54:53 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57e_post, checkpoint57f_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57g_pre, eckpoint57e_pre
Changes since 1.35: +13 -3 lines
Diff to previous 1.35
add call to shap_filt_init_fixed ;


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 00:29:06 2005 UTC (19 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57c_post, checkpoint57c_pre, checkpoint57d_post
Changes since 1.34: +27 -14 lines
Diff to previous 1.34
add call to thsice_init_fixed & gmredi_init_fixed


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Dec 19 00:14:56 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57b_post
Changes since 1.33: +24 -4 lines
Diff to previous 1.33
call ATM_DIAGNOSTICS_INIT for shared (AIM+FIZHI) diagnostics


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 22:01:50 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.32: +14 -9 lines
Diff to previous 1.32
re-arrange diagnostics pkg initialization:
 allow each package to extend the available diagnostics list


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 15:39:11 2004 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57, checkpoint57a_post, checkpoint57a_pre
Changes since 1.31: +3 -1 lines
Diff to previous 1.31
allow to compile without generic_advdiff pkg.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 01:33:32 2004 UTC (19 years, 5 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint56a_post, checkpoint56b_post, checkpoint56c_post
Changes since 1.30: +2 -4 lines
Diff to previous 1.30
GCHEM: introduced a useGCHEM runtime flag


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Oct 27 23:19:42 2004 UTC (19 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55i_post, checkpoint55j_post, checkpoint56
Changes since 1.29: +5 -1 lines
Diff to previous 1.29
 o cpl_aim+ocn with mnc output from the ocn_compon_interf package
   - works on itrda w/g77 (see: verification/cpl_aim+ocn/itrda_notes.txt)
   - needs testing on cg01 (must remove the mpirun "-wd" option from
     the run_cpl_test script)


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 20:42:30 2004 UTC (19 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55f_post, checkpoint55g_post, checkpoint55h_post
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
 o change the name to reflect that its fixed


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 18:37:26 2004 UTC (19 years, 6 months ago) by heimbach
Branch: MAIN
Changes since 1.27: +7 -1 lines
Diff to previous 1.27
Initialisation of MNC within cd_code must not occur in cd_code_ini_vars.
While it is benign for the forward, it causes recomputation issues
and attempt to re-initialise MNC stuff (and crash), despite flow directives.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Sep 16 09:35:11 2004 UTC (19 years, 7 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint54f_post, checkpoint55, checkpoint55a_post, checkpoint55b_post, checkpoint55c_post, checkpoint55d_post, checkpoint55d_pre, checkpoint55e_post
Changes since 1.26: +7 -1 lines
Diff to previous 1.26
o prepare addition of new packages GGL90 and OPPS
  - new parameters useGGL90 and useOPPS
  - include call to the new routines at the (hopefully) right places


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Sep 10 12:19:30 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.25: +9 -1 lines
Diff to previous 1.25
 o overhaul of IO so that we now have flags for MDSIO and/or MNC
   - all verification tests compile and run with linux_ia32_g77
   - defaults are compatible with current input files--nothing
     should change if you were not previously using MNC
   - MNC output has been added in numerous places (eg. timeave)
     but there are still a few writes not yet do-able with MNC
     (this is in progress)
   - flags now allow for either/or/both use of MDSIO and MNC and
     documentation will soon follow
   - numerous small formatting cleanups for ProTeX


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 22:23:12 2004 UTC (19 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint54b_post, checkpoint54c_post, checkpoint54d_post, checkpoint54e_post
Changes since 1.24: +17 -3 lines
Diff to previous 1.24
needs valid U,V in halo region for multi-Dim-Advec; do Exch(U,V) if staggerTimeStep


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Mar 29 22:14:49 2004 UTC (20 years, 1 month ago) by molod
Branch: MAIN
CVS Tags: checkpoint52m_post, checkpoint52n_post, checkpoint53, checkpoint53a_post, checkpoint53b_post, checkpoint53b_pre, checkpoint53c_post, checkpoint53d_post, checkpoint53d_pre, checkpoint53f_post, checkpoint53g_post, checkpoint54, checkpoint54a_post, checkpoint54a_pre
Changes since 1.23: +7 -2 lines
Diff to previous 1.23
Add some timings around fizhi and gridalt calls


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Mar 20 23:51:23 2004 UTC (20 years, 1 month ago) by edhill
Branch: MAIN
Changes since 1.22: +1 -10 lines
Diff to previous 1.22
 o move MNC init routines to initialise_fixed.F
 o flags in data.mnc for output of the pre-defined "grid types"


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Mar 19 05:09:41 2004 UTC (20 years, 1 month ago) by edhill
Branch: MAIN
Changes since 1.21: +6 -6 lines
Diff to previous 1.21
 o add "useMNC" flag for run-time selection of MNC


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Mar 19 03:28:36 2004 UTC (20 years, 1 month ago) by edhill
Branch: MAIN
Changes since 1.20: +8 -7 lines
Diff to previous 1.20
 o edit all MNC subroutines so that myThid is the _last_ argument


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 22:31:58 2004 UTC (20 years, 2 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52l_post, checkpoint52l_pre, hrcube5
Changes since 1.19: +11 -1 lines
Diff to previous 1.19
 o fix the calling sequence for MNC
 o add coordinates to the variables within the "state" file
 o reads still unfinished


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 19:41:48 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Sequence to call diagnostics_initialise


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 16:01:32 2004 UTC (20 years, 2 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint52j_post, checkpoint52j_pre, checkpoint52k_post, hrcube4
Changes since 1.17: +8 -1 lines
Diff to previous 1.17
Model infrastructure changes for diagnostics package


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 14:45:47 2004 UTC (20 years, 3 months ago) by molod
Branch: MAIN
CVS Tags: hrcube_3
Changes since 1.16: +0 -7 lines
Diff to previous 1.16
Fizhi changes in forward step and diagnostics package_init


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 14:10:51 2004 UTC (20 years, 3 months ago) by molod
Branch: MAIN
Changes since 1.15: +8 -1 lines
Diff to previous 1.15
Initial check in of gridalt and fizhi (fake!) package routines


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 23:00:44 2003 UTC (20 years, 4 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint52d_post, checkpoint52e_post, checkpoint52e_pre, checkpoint52f_post, checkpoint52f_pre, checkpoint52h_pre, checkpoint52i_post, checkpoint52i_pre, hrcube_1, hrcube_2
Changes since 1.14: +13 -1 lines
Diff to previous 1.14
 o added some infrastructure to call fizhi and gridalt routines
 o added package dependencies for fizhi


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 22:01:43 2003 UTC (20 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-netcdf, checkpoint51u_post, checkpoint52, checkpoint52a_post, checkpoint52a_pre, checkpoint52b_post, checkpoint52b_pre, checkpoint52c_post, checkpoint52d_pre, ecco_c52_e35
Branch point for: netcdf-sm0
Changes since 1.13: +8 -8 lines
Diff to previous 1.13
o merging from ecco-branch
o minor CPP options update


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 22:32:55 2003 UTC (20 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint51o_post, checkpoint51p_post, checkpoint51q_post, checkpoint51r_post, checkpoint51s_post, checkpoint51t_post
Branch point for: branch-nonh
Changes since 1.12: +2 -5 lines
Diff to previous 1.12
o cleaning ALLOW_GRADIENT_CHECK -> ALLOW_GRDCHK
o cleaning some ALLOW_TANGENTLINEAR_RUN -> ALLOW_AUTODIFF
o bug fix in find_alpha.F for MDJWF:
  - modif. to alpha = 1/D*( dN/dT - rho*dD/Dt) to account for
    change rho -> rho-rhoConst
  - replace call find_rho to find_rhonum


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Oct 23 04:41:40 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51n_post, checkpoint51n_pre, checkpoint51o_pre
Branch point for: checkpoint51n_branch
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
 o added the [#include "AD_CONFIG.h"] statement to all files that need
   it for adjoint/tl #defines
 o re-worked the build logic in genmake2 to support AD_CONFIG.h
 o removed tools/genmake since it no longer works


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Oct 9 04:19:18 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51i_post, checkpoint51k_post, checkpoint51l_post, checkpoint51l_pre, checkpoint51m_post
Branch point for: tg2-branch
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
 o first check-in for the "branch-genmake2" merge
 o verification suite as run on shelley (gcc 3.2.2):

Wed Oct  8 23:42:29 EDT 2003
                T           S           U           V
G D M    c        m  s        m  s        m  s        m  s
E p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  .
N n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d
2 d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  .

OPTFILE=NONE

Y Y Y Y 13 16 16 16  0 16 16 16 16 16 16 16 16 13 12  0  0 pass  adjustment.128x64x1
Y Y Y Y 16 16 16 16  0 16 16 16 16 16 16  0  0 16 16  0  0 pass  adjustment.cs-32x32x1
Y Y Y Y 16 16 16 16  0 16 16 16 16 16 16 22  0 16 16 22  0 pass  adjust_nlfs.cs-32x32x1
Y Y Y Y -- 13 13 16 16 13 13 13 13 16 16 16 16 16 16 16 16 N/O   advect_cs
Y Y Y Y -- 22 16 16 16 16 16 16 13 16 16 16 16 16 16 16 16 N/O   advect_xy
Y Y Y Y -- 13 16 13 16 16 16 16 16 16 16 22 16 16 16 16 16 N/O   advect_xz
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 pass  aim.5l_cs
Y Y Y Y 14 16 16 16 16 16 16 16 16 13 16 16 16 16 16 13 16 pass  aim.5l_Equatorial_Channel
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 13 16 16 13 13 16 pass  aim.5l_LatLon
Y Y Y Y 13 16 16 16 16 16 16 16 16 16 13 12 13 13 16 13 16 pass  exp0
Y Y Y Y 14 16 16 16 16 16 16 16 22 16 16 16 13 16 16 22 16 pass  exp1
Y Y Y Y 13 13 16 13 16 16 16 16 16 13 13 16 16 13 13 13 13 pass  exp2
Y Y Y Y 16 16 16 16 16 16 16 16 22 16 16 16 16 16 16 16 16 pass  exp4
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 22 16 16 16 22 16 pass  exp5
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 pass  front_relax
Y Y Y Y 14 16 16 13 13 16 16 13 13 16 13 13 16 12 13 13 16 pass  global_ocean.90x40x15
Y Y Y Y 10 16 16 13 13 16 13 16 16 13 13 13 13 16 16 13 16 FAIL  global_ocean.cs32x15
Y Y Y Y  6 11 12 13 13 12 13 16 13  9  9  9  9 10  9  9 11 FAIL  global_ocean_pressure
Y Y Y Y 14 16 16 13 16 16 16 13 13 13 13 13 16 12 16 13 16 pass  global_with_exf
Y Y Y Y 14 16 16 16 16 16 16 16 16 11 13 22 13 16 16  9 16 pass  hs94.128x64x5
Y Y Y Y 13 16 16 16 16 16 16 16 16 11 16 16 16 13 16 22 13 pass  hs94.1x64x5
Y Y Y Y 14 16 16 16 16 16 16 16 16 13 16 13 13 16 16 22 13 pass  hs94.cs-32x32x5
Y Y Y Y 10 10 16 13 13 16 16 16 22 16 13 13 13 13 13 22 13 FAIL  ideal_2D_oce
Y Y Y Y  8 16 16 16 16 16 16 16 16 13 13  8 16 16 16 16 16 FAIL  internal_wave
Y Y Y Y 14 16 16 16 16 16 16 16 16 13 13 22 13 13 13 22 16 pass  inverted_barometer
Y Y Y Y 12 16 16 16 16 16 16 16 16 16 13 12 13 13 13 13 13 FAIL  lab_sea
Y Y Y Y 11 16 16 16 16 16 16 16 13 13 13 12 13 16 13 12 13 FAIL  natl_box
Y Y Y Y 16 16 16 16 16 16 16 16 22 16 16 16 16 16 16 16 16 pass  plume_on_slope
Y Y Y Y 13 16 16 16 16 13 16 16 16 16 16 16 16 13 16 16 16 pass  solid-body.cs-32x32x1


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 20:37:30 2003 UTC (20 years, 6 months ago) by stephd
Branch: MAIN
CVS Tags: checkpoint51h_pre, checkpoint51i_pre, checkpoint51j_post
Changes since 1.9: +10 -1 lines
Diff to previous 1.9
modification to make gchem more versatile


Revision 1.9.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Oct 2 18:10:45 2003 UTC (20 years, 7 months ago) by edhill
Branch: branch-genmake2
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 , to next main 1.88
 o included PACKAGES_CONFIG.h in all files where the ALLOW_${PKG_NAME}
     defines are used
 o added comments where IF ( use${PKG_NAME} ) statements will probably
     be needed -- or need to be edited


Revision 1.4.6.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 23:05:29 2003 UTC (20 years, 10 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c51_e34, ecco_c51_e34a, ecco_c51_e34b, ecco_c51_e34c, ecco_c51_e34d, ecco_c51_e34e, ecco_c51_e34f, ecco_c51_e34g
Changes since 1.4.6.4: +0 -0 lines
Diff to previous 1.4.6.4 , to branch point 1.4 , to next main 1.88
Merging from c51


Revision 1.4.6.4 - (view) (download) (annotate) - [select for diffs]
Mon Jun 23 23:34:50 2003 UTC (20 years, 10 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e33a
Changes since 1.4.6.3: +19 -3 lines
Diff to previous 1.4.6.3 , to branch point 1.4
Preparing next differentiable checkpoint and sync
of MAIN vs. ecco-branch


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jun 23 22:32:02 2003 UTC (20 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: branchpoint-genmake2, checkpoint50i_post, checkpoint51, checkpoint51a_post, checkpoint51b_post, checkpoint51b_pre, checkpoint51c_post, checkpoint51d_post, checkpoint51e_post, checkpoint51f_post, checkpoint51f_pre, checkpoint51g_post
Branch point for: branch-genmake2
Changes since 1.8: +4 -2 lines
Diff to previous 1.8
Preparing next differentiable checkpoint and sync
of MAIN vs. ecco-branch
(updating store after changes in checkpoint50b_post,
plus still messing around with init. sequence).


Revision 1.4.6.3 - (view) (download) (annotate) - [select for diffs]
Thu Jun 19 15:22:09 2003 UTC (20 years, 10 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e33
Changes since 1.4.6.2: +14 -1 lines
Diff to previous 1.4.6.2 , to branch point 1.4
o somewhat cleaned package initialisation sequence for
  ctrl/ cost/ ecco/


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jun 19 15:00:45 2003 UTC (20 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint50h_post
Changes since 1.7: +14 -1 lines
Diff to previous 1.7
Preparing next round of sync MAIN vs. ecco-branch
and adjoint of next checkpoint.
o somewhat cleaned package initialisation sequence for
  ctrl/ cost/ ecco/


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jun 12 18:21:34 2003 UTC (20 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.6: +15 -1 lines
Diff to previous 1.6
add new package "land" ;
move CALL AIM_INITIALISE from packages_readparms.F to packages_init_fixed.F


Revision 1.4.6.2 - (view) (download) (annotate) - [select for diffs]
Fri Mar 7 23:10:21 2003 UTC (21 years, 1 month ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e28, ecco_c50_e29, ecco_c50_e30, ecco_c50_e31, ecco_c50_e32
Changes since 1.4.6.1: +29 -1 lines
Diff to previous 1.4.6.1 , to branch point 1.4
merging c49 and e27


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 03:03:46 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint48e_post, checkpoint48f_post, checkpoint48g_post, checkpoint48h_post, checkpoint48i_post, checkpoint49, checkpoint50, checkpoint50a_post, checkpoint50b_post, checkpoint50b_pre, checkpoint50c_post, checkpoint50c_pre, checkpoint50d_post, checkpoint50d_pre, checkpoint50e_post, checkpoint50e_pre, checkpoint50f_post, checkpoint50f_pre, checkpoint50g_post
Changes since 1.5: +11 -2 lines
Diff to previous 1.5
call ZONAL_FILT_INIT only if useZONAL_FILT (avoid out-of-bounds index)


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jun 15 03:28:39 2002 UTC (21 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: branch-exfmods-tag, checkpoint45d_post, checkpoint46, checkpoint46a_post, checkpoint46a_pre, checkpoint46b_post, checkpoint46b_pre, checkpoint46c_post, checkpoint46c_pre, checkpoint46d_post, checkpoint46d_pre, checkpoint46e_post, checkpoint46e_pre, checkpoint46f_post, checkpoint46g_post, checkpoint46g_pre, checkpoint46h_post, checkpoint46h_pre, checkpoint46i_post, checkpoint46j_post, checkpoint46j_pre, checkpoint46k_post, checkpoint46l_post, checkpoint46l_pre, checkpoint46m_post, checkpoint46n_post, checkpoint47, checkpoint47a_post, checkpoint47b_post, checkpoint47c_post, checkpoint47d_post, checkpoint47d_pre, checkpoint47e_post, checkpoint47f_post, checkpoint47g_post, checkpoint47h_post, checkpoint47i_post, checkpoint47j_post, checkpoint48, checkpoint48a_post, checkpoint48b_post, checkpoint48c_post, checkpoint48c_pre, checkpoint48d_post, checkpoint48d_pre
Branch point for: branch-exfmods-curt
Changes since 1.4: +6 -1 lines
Diff to previous 1.4
Add new flags:
* T,S forcing outside Adams-Bashforh
* temp,salt Advection and Forcing (turn on/off)
* for each tracer: internal flag for multiDimAdvection & A-B


Revision 1.4.6.1 - (view) (download) (annotate) - [select for diffs]
Thu Apr 4 10:18:19 2002 UTC (22 years ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c44_e21, ecco_c44_e22, ecco_c44_e23, ecco_c44_e24, ecco_c44_e25, ecco_c44_e26, ecco_c44_e27, ecco_ice1, ecco_ice2, icebear2, icebear3, icebear4, icebear5
Branch point for: c24_e25_ice, icebear
Changes since 1.4: +1 -15 lines
Diff to previous 1.4
o missing call to obcs_diags
o moved calls in packages_init_fixed to packages_readparms
  because some quantities are needed earlier.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 18:09:16 2001 UTC (22 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint41, checkpoint42, checkpoint43, checkpoint43a-release1mods, checkpoint44, checkpoint44b_post, checkpoint44b_pre, checkpoint44e_post, checkpoint44e_pre, checkpoint44f_post, checkpoint44f_pre, checkpoint44g_post, checkpoint44h_post, checkpoint44h_pre, checkpoint45, checkpoint45a_post, checkpoint45b_post, checkpoint45c_post, chkpt44a_post, chkpt44a_pre, chkpt44c_post, chkpt44c_pre, chkpt44d_post, ecco-branch-mod1, ecco-branch-mod2, ecco-branch-mod3, ecco-branch-mod4, ecco-branch-mod5, ecco_c44_e16, ecco_c44_e17, ecco_c44_e18, ecco_c44_e19, ecco_c44_e20, release1-branch-end, release1-branch_branchpoint, release1-branch_tutorials, release1_b1, release1_beta1, release1_chkpt44d_post, release1_final_v1, release1_p1, release1_p10, release1_p11, release1_p12, release1_p12_pre, release1_p13, release1_p13_pre, release1_p14, release1_p15, release1_p16, release1_p17, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, release1_p8, release1_p9
Branch point for: ecco-branch, release1, release1-branch, release1_50yr, release1_coupled, release1_final
Changes since 1.3: +22 -7 lines
Diff to previous 1.3
Bringing comments up to data and formatting for document extraction.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Sep 13 17:43:55 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40
Changes since 1.2: +9 -2 lines
Diff to previous 1.2
Added package "flt".
 o pkg/flt
 o verification/flt_example
 o visualization of trajectories supplied
 o works but output not available to testscript


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:04:48 2001 UTC (23 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: c37_adj, checkpoint35, checkpoint36, checkpoint37, checkpoint38, checkpoint39, checkpoint40pre1, checkpoint40pre2, checkpoint40pre3, checkpoint40pre4, checkpoint40pre5, checkpoint40pre6, checkpoint40pre7, checkpoint40pre8, checkpoint40pre9, pre38-close, pre38tag1
Branch point for: pre38
Changes since 1.1: +31 -0 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.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 21:02:59 2001 UTC (23 years, 3 months ago) by adcroft
Branch: branch-atmos-merge
CVS Tags: branch-atmos-merge-freeze
Changes since 1.1: +31 -0 lines
Diff to previous 1.1 , to next main 1.88
Packaged OBCS (open boundary conditions)
 o source code now in  pkg/obcs
 o controlled by namelist in  data.obcs
 o includes Orlanski radiation condition (in same directory)
 o affects exp4 and internal_wave


Revision 1.1
Tue Jan 30 21:02:59 2001 UTC (23 years, 3 months ago) by adcroft
Branch: MAIN
Branch point for: branch-atmos-merge
FILE REMOVED
file packages_init_fixed.F was initially added on branch branch-atmos-merge.


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