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

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

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


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

Revision 1.240 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 01:41:45 2011 UTC (12 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62z, checkpoint63, checkpoint63a
Changes since 1.239: +19 -19 lines
Diff to previous 1.239
switch reading of debugMode from S/R INI_PARMS (parameter file "data")
 to S/R EESET_PARMS (parameter file "eedata").


Revision 1.239 - (view) (download) (annotate) - [select for diffs]
Mon May 2 13:04:04 2011 UTC (13 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62x, checkpoint62y
Changes since 1.238: +15 -10 lines
Diff to previous 1.238
- fix startTime setting when baseTime<>0 & nIter0=0 are specified ;
- initialise startTime & nIter0 with unlikely values: allows to set one
  from the other without ambiguity.


Revision 1.238 - (view) (download) (annotate) - [select for diffs]
Wed Apr 20 13:45:14 2011 UTC (13 years ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint62w
Changes since 1.237: +2 -2 lines
Diff to previous 1.237
Add allowInteriorFreezing option to check for water below freezing point
at depth and bring the negative heat anomaly to the surface level.
Modified Files: doc/tag-index, model/inc/PARAMS.h,
 model/src/do_oceanic_phys.F, ini_parms.F, set_defaults.F, thermodynamics.F
Added File: model/src/freeze_interior.F


Revision 1.237 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 18:36:47 2011 UTC (13 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62t, checkpoint62u, checkpoint62v
Changes since 1.236: +19 -7 lines
Diff to previous 1.236
add new param to scale curvilinear grid distance and area when using
 a different rSphere.


Revision 1.236 - (view) (download) (annotate) - [select for diffs]
Mon Dec 20 19:58:48 2010 UTC (13 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62q, checkpoint62r, checkpoint62s
Changes since 1.235: +33 -136 lines
Diff to previous 1.235
- call standard S/R OPEN_COPY_DATA_FILE (replace local copy to scratch file)
- remove calls to S/R modeldata_example (out of date for very long)


Revision 1.235 - (view) (download) (annotate) - [select for diffs]
Mon Dec 6 10:46:17 2010 UTC (13 years, 5 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint62p
Changes since 1.234: +12 -2 lines
Diff to previous 1.234
initialise new parameter adTapeDir


Revision 1.234 - (view) (download) (annotate) - [select for diffs]
Wed Nov 17 21:13:10 2010 UTC (13 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62o
Changes since 1.233: +10 -8 lines
Diff to previous 1.233
remove "if debugLevel=2 => debugMode" to differentiate (again)
between debugMode & debugLevel=2 (but keep "debugMode =>  debugLevel=2"):
=> allows to print solver convergence without all the sequence of call msgs.


Revision 1.233 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 03:16:16 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.232: +49 -10 lines
Diff to previous 1.232
- remove useConstantF, useBetaPlaneF, useSphereF and replace them
  with integer parameter "selectCoriMap" (=0,1,2).
- add parameter "fPrime" for constant second Coriolis coeff (default=0).


Revision 1.232 - (view) (download) (annotate) - [select for diffs]
Sat Sep 11 21:24:51 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n
Changes since 1.231: +3 -4 lines
Diff to previous 1.231
first check-in of sigma (and hybrid-sigma) coordinate code


Revision 1.231 - (view) (download) (annotate) - [select for diffs]
Mon Apr 26 20:37:02 2010 UTC (14 years ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j
Changes since 1.230: +7 -2 lines
Diff to previous 1.230
Adding parameters to specify temperature and salinity of addMass array
separately from temp_EvPrRn and salt_EvPrRn


Revision 1.230 - (view) (download) (annotate) - [select for diffs]
Wed Feb 17 21:16:10 2010 UTC (14 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62d, checkpoint62e
Changes since 1.229: +23 -1 lines
Diff to previous 1.229
surface relaxation -- separating data and data.exf options


Revision 1.229 - (view) (download) (annotate) - [select for diffs]
Wed Feb 17 00:21:07 2010 UTC (14 years, 2 months ago) by gforget
Branch: MAIN
Changes since 1.228: +3 -3 lines
Diff to previous 1.228
ALLOW_3D_VISCAH/ALLOW_3D_VISCA4 => 3D specification of Viscosity
   => addition to the viscosity field as computed by others schemes


Revision 1.228 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 00:31:25 2009 UTC (14 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62a, checkpoint62b
Changes since 1.227: +4 -2 lines
Diff to previous 1.227
add parameter for Non-Hydrostatic free-surface option (in development)


Revision 1.227 - (view) (download) (annotate) - [select for diffs]
Sun Nov 29 03:12:32 2009 UTC (14 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61z
Changes since 1.226: +5 -2 lines
Diff to previous 1.226
explicit time-stepping for part of Non-Hydrostatic pressure gradient


Revision 1.226 - (view) (download) (annotate) - [select for diffs]
Mon Nov 23 16:15:54 2009 UTC (14 years, 5 months ago) by mlosch
Branch: MAIN
Changes since 1.225: +3 -2 lines
Diff to previous 1.225
add Christopher Wolfe's implemetation of the single reduction cg2d
(d'Azevedo, Eijkhout, and Romine, 1999) with CPP-flag ALLOW_SRCG and
runtime flag useSRCGSolver


Revision 1.225 - (view) (download) (annotate) - [select for diffs]
Thu Nov 19 19:53:18 2009 UTC (14 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.224: +17 -15 lines
Diff to previous 1.224
epsAB_CD (CD-code AB parameter): default is set to abEps


Revision 1.224 - (view) (download) (annotate) - [select for diffs]
Thu Oct 15 01:06:50 2009 UTC (14 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61x, checkpoint61y
Changes since 1.223: +4 -3 lines
Diff to previous 1.223
add run-time parameters to check and mask initial T & S


Revision 1.223 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 20:04:17 2009 UTC (14 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61w
Changes since 1.222: +75 -44 lines
Diff to previous 1.222
- allow to specify a vertical profile of vertical viscosity
- more accurate check of vertical profile setting


Revision 1.222 - (view) (download) (annotate) - [select for diffs]
Mon Jul 13 21:38:04 2009 UTC (14 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61t, checkpoint61u, checkpoint61v
Changes since 1.221: +15 -7 lines
Diff to previous 1.221
From Matt: each processor open different scratch files (for TARGET_BGL
 or TARGET_CRAYXT) as an alternative to opening status 'SCRATCH'.


Revision 1.221 - (view) (download) (annotate) - [select for diffs]
Mon Feb 23 00:59:47 2009 UTC (15 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s
Changes since 1.220: +1 -20 lines
Diff to previous 1.220
remove backward compatibility for thetaMin,phiMin
  (replaced by xgOrigin,ygOrigin on Jan 27, 2009)


Revision 1.220 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 15:35:27 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61i
Changes since 1.219: +68 -11 lines
Diff to previous 1.219
rename thetaMin,phiMin -> xgOrigin,ygOrigin
 (temporary backward compatibility in ini_parms.F, until next checkpoint)


Revision 1.219 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 03:04:09 2008 UTC (15 years, 6 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint61f, checkpoint61g, checkpoint61h
Changes since 1.218: +2 -2 lines
Diff to previous 1.218
Add smoothing parameter for mixed-layer diagnostics


Revision 1.218 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 01:22:59 2008 UTC (15 years, 6 months ago) by dfer
Branch: MAIN
Changes since 1.217: +3 -2 lines
Diff to previous 1.217
dRhoSmall (for mixed-layer diagnostics) now a run-time paramater


Revision 1.217 - (view) (download) (annotate) - [select for diffs]
Wed Sep 10 08:55:11 2008 UTC (15 years, 8 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint61d, checkpoint61e
Changes since 1.216: +15 -1 lines
Diff to previous 1.216
disentangle parameters: retire shelfIceFile in data/PARM05 and substitute
with SHELFICEtopoFile in data.shelfice, update data files in verification
experiment


Revision 1.216 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 21:32:17 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61c
Changes since 1.215: +4 -3 lines
Diff to previous 1.215
initialisation and option setting for mass source/sink of fluid


Revision 1.215 - (view) (download) (annotate) - [select for diffs]
Fri Jul 18 16:49:52 2008 UTC (15 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61a, checkpoint61b
Changes since 1.214: +2 -2 lines
Diff to previous 1.214
add atm_Po to 1rst namelist.


Revision 1.214 - (view) (download) (annotate) - [select for diffs]
Fri May 30 03:05:21 2008 UTC (15 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61
Changes since 1.213: +2 -2 lines
Diff to previous 1.213
Put eddyPsi back now that PARAMS is there!!!! :-)


Revision 1.213 - (view) (download) (annotate) - [select for diffs]
Fri May 30 02:55:58 2008 UTC (15 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.212: +2 -2 lines
Diff to previous 1.212
Changing back Gaels mod - since they don't compile due to missing PARAMS.h mods


Revision 1.212 - (view) (download) (annotate) - [select for diffs]
Fri May 30 02:45:43 2008 UTC (15 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.211: +2 -2 lines
Diff to previous 1.211
o bridging the gap between eddy stress and GM.
  -> eddyTau is replaced with eddyPsi (eddyTau = f x rho0 x eddyPsi)
      along with a change in CPP option (now ALLOW_EDDYPSI).
  -> when using GM w/ GM_AdvForm:
      The total eddy streamfunction (Psi = eddyPsi + K x Slope)
      is applied either in the tracer Eq. or in momentum Eq.
      depending on data.gmredi (intro. GM_InMomAsStress).
  -> ALLOW_EDDYPSI_CONTROL for estimation purpose.
  The key modifications are in model/src/taueddy_external_forcing.F
  pkg/gmredi/gmredi_calc_*F pkg/gmredi/gmredi_*transport.F


Revision 1.211 - (view) (download) (annotate) - [select for diffs]
Wed Apr 16 20:48:06 2008 UTC (16 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59q, checkpoint59r
Changes since 1.210: +2 -2 lines
Diff to previous 1.210
Added TARGET_CRAYXT for I/O from/to SCRATCH


Revision 1.210 - (view) (download) (annotate) - [select for diffs]
Sat Apr 5 18:14:50 2008 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59p
Changes since 1.209: +2 -10 lines
Diff to previous 1.209
remove from PARAMS.h: doTr1ClimRelax, tauTr1ClimRelax, lambdaTr1ClimRelax


Revision 1.209 - (view) (download) (annotate) - [select for diffs]
Tue Apr 1 01:28:39 2008 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.208: +4 -5 lines
Diff to previous 1.208
clarify highOrderVorticity & upwindVorticity (now exclusive);
mom_vi_u/v_coriolis_c4.F now also deal with upwindVorticity ;


Revision 1.208 - (view) (download) (annotate) - [select for diffs]
Sun Mar 30 22:21:45 2008 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.207: +2 -2 lines
Diff to previous 1.207
fix previous check-in (put back SadournyCoriolis in namelist)


Revision 1.207 - (view) (download) (annotate) - [select for diffs]
Sun Mar 30 21:45:11 2008 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.206: +19 -3 lines
Diff to previous 1.206
new parameter "selectVortScheme" to select which scheme to use for
 vorticty-term (in Vector Inv.); remove "SadournyCoriolis" flag.


Revision 1.206 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 20:57:24 2008 UTC (16 years, 2 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint59o
Changes since 1.205: +2 -1 lines
Diff to previous 1.205
add a flag writePickupAtEnd (default=true) to be able to suppress
writing a pickup at the last timestep


Revision 1.205 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 13:32:49 2008 UTC (16 years, 3 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint59n
Changes since 1.204: +7 -2 lines
Diff to previous 1.204
 add parameter rotateGrid and Euler angles EulerPhi/Theta/Psi. For
 usingSphericalGrid, this allows to define the rotated grid coordinates
 via phiMin/thetaMin/dxSpacing/dySpacing, etc., but then re-compute the
 geographical coordinates according to the inverse of the rotation defined
 by the Euler angles, so that Coriolis parameter and online-interpolation by
 exf works with the geographical coordinates on XC/YC/XG/YG.

 The three Euler angles PhiEuler, ThetaEuler, and PsiEuler
 define the rotation about the original z-axis (of an sphere
 centered cartesian grid), the new x-axis, and the new z-axis,
 respectively.
 Naturally, this feature does not work with all packages, so the
 some combinations are prohibited in config_summary (flt,
 flt_zonal, ecco, profiles), because there the coordinates are
 assumed to be regular spherical grid coordinates.


Revision 1.204 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 00:27:42 2008 UTC (16 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59m
Changes since 1.203: +9 -5 lines
Diff to previous 1.203
add "monitorSelect" to reduce number of monitored fields (default unchanged)


Revision 1.203 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 13:12:45 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59j, checkpoint59k, checkpoint59l
Changes since 1.202: +3 -2 lines
Diff to previous 1.202
add new run-time parameter, "pickupStrictlyMatch": when reading pickup,
 check and stop if pickup-files do not stricly match; default=T.


Revision 1.202 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 22:08:13 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59i
Changes since 1.201: +2 -12 lines
Diff to previous 1.201
move (and fix) extension of mdsioLocalDir (with Proc.# appended)
 from ini_parms.F to ini_model_io.F (better place)


Revision 1.201 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 17:08:20 2007 UTC (16 years, 7 months ago) by dimitri
Branch: MAIN
Changes since 1.200: +2 -1 lines
Diff to previous 1.200
there is still some old debug code controlled by debugMode flag: added
      IF ( debugLevel .GE. debLevB ) debugMode = .TRUE.
which is needed until debugMode is completely replaced


Revision 1.200 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 15:28:24 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.199: +1 -3 lines
Diff to previous 1.199
finishing EmPmR unit changes: replace convertEmP2rUnit by mass2rUnit


Revision 1.199 - (view) (download) (annotate) - [select for diffs]
Mon Oct 1 13:28:59 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.198: +3 -2 lines
Diff to previous 1.198
Change EmPmR units: from m/s to kg/m2/s


Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Thu Aug 23 19:08:25 2007 UTC (16 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59g, checkpoint59h
Changes since 1.197: +12 -10 lines
Diff to previous 1.197
use mass2rUnit & rUnit2mass as units conversion factor (for surface forcing)
and remove horiVertRatio (& recip_horiVertRatio);


Revision 1.197 - (view) (download) (annotate) - [select for diffs]
Fri Jun 1 21:13:11 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f
Changes since 1.196: +2 -2 lines
Diff to previous 1.196
add temperaure criteria for Mixed-layer diagnostic


Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Mon May 14 22:52:41 2007 UTC (17 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59b
Changes since 1.195: +12 -2 lines
Diff to previous 1.195
Modify mdsioLocalDir for MPI.


Revision 1.195 - (view) (download) (annotate) - [select for diffs]
Sat Apr 14 18:32:32 2007 UTC (17 years, 1 month ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint58y_post, checkpoint59, checkpoint59a
Changes since 1.194: +7 -2 lines
Diff to previous 1.194
latitudinal dependence of Bryan and Lewis, 1979
fixed and reworked as per JM suggestions


Revision 1.194 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 00:00:47 2007 UTC (17 years, 1 month ago) by dimitri
Branch: MAIN
Changes since 1.193: +3 -1 lines
Diff to previous 1.193
o Added capability for latitudinal dependence of Bryan and Lewis, 1979
  vertical diffusivity, similar to that in MOM4; vertical diffusivity is
  specified using diffKrBL79* diffKrBLEQ* and KbryanLewisLatTransition


Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 22:51:48 2007 UTC (17 years, 1 month ago) by dimitri
Branch: MAIN
Changes since 1.192: +2 -3 lines
Diff to previous 1.192
Modified capability for 3D specification of background vertical diffusion
coefficient as per JM requests.  3D diffusion is now specified by
(i) #define ALLOW_3D_DIFFKR in CPP_OPTIONS.h and
(ii) specifying file diffKrFile in runtime "data" file that contains
     the 3D vertical diffusivity coefficients.


Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 00:02:49 2007 UTC (17 years, 1 month ago) by dimitri
Branch: MAIN
Changes since 1.191: +2 -1 lines
Diff to previous 1.191
o Added capability for 3D specification of vertical diffusion coefficient.
  This is done by specifying files diffKr3dSfile and diffKr3dTfile that
  contain the 3D vertical diffusivity coefficients.
Modified files: doc/tag-index model/inc/PARAMS.h
  model/src/calc_3d_diffusivity.F, calc_diffusivity.F, ini_mixing.F,
            ini_parms.F, and set_defaults.F
Added missing file verification/tutorial_global_oce_latlon/run/.cvsignore


Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 20:08:03 2007 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post
Changes since 1.190: +15 -4 lines
Diff to previous 1.190
usePickupBeforeC35 no longer supported ; remove this option.


Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 20:42:08 2007 UTC (17 years, 4 months ago) by dfer
Branch: MAIN
Changes since 1.189: +3 -3 lines
Diff to previous 1.189
initial check in: correction of tracer source/sink due to Linear
Free surface


Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 20:43:20 2006 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58s_post, checkpoint58t_post, mitgcm_mapl_00
Changes since 1.188: +2 -2 lines
Diff to previous 1.188
add "deepAtmosphere" flag


Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Tue Nov 28 22:47:13 2006 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.187: +225 -206 lines
Diff to previous 1.187
allow to read vertical arrays: tRef,sRef,delR & delRc from (binary) file ;
   + start adding anelastic-code parameters


Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Thu Jul 13 02:58:03 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post
Changes since 1.186: +15 -14 lines
Diff to previous 1.186
add useSphereF, useBetaPlaneF and use3dCoriolis to namelist PARAM01 ;
change default of useSphereF to T (if set to F => read Coriolis from files);


Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Fri Jul 7 17:10:30 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post
Changes since 1.185: +5 -3 lines
Diff to previous 1.185
if deltaT=0 (unset), set it to deltaTClock (previously, when only deltaTClock
 was set >0, all deltaT were left unset (=0) and was getting NaNs)


Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 01:55:13 2006 UTC (17 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58h_post, checkpoint58i_post, checkpoint58j_post, checkpoint58k_post
Changes since 1.184: +2 -1 lines
Diff to previous 1.184
Modifications for bottom topography control
o replace hFacC by _hFacC at various places
o replace ALLOW_HFACC_CONTROL by ALLOW_DEPTH_CONTROL
o add non-self-adjoint cg2d_nsa
o update autodiff support routines
o re-initialise hfac after ctrl_depth_ini
o works for 5x5 box, doesnt work for global_ocean.90x40x15


Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Mon Mar 20 15:11:18 2006 UTC (18 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58c_post, checkpoint58d_post, checkpoint58e_post, checkpoint58f_post, checkpoint58g_post
Changes since 1.183: +26 -8 lines
Diff to previous 1.183
move calendarDumps from "data" to "data.cal" and clean-up the code
 with a simple call to pkg/cal S/R: CAL_TIME2WRITE
 (the former piece of code started to spread over newly checked-in S/R)
add useEXF & useCAL flags (for now, set in hard-coded way)


Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Fri Mar 17 23:24:51 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.182: +2 -7 lines
Diff to previous 1.182
remove "usingSphericalPolarMterms" that was not always initialized,
   and with no equivalent for other grids (e.g.: CylindricalGrid).


Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Fri Mar 17 18:48:30 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.181: +1 -4 lines
Diff to previous 1.181
fix CylindricalGrid metricTerms (lost with set_parms check-in)


Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Fri Mar 17 16:12:55 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.180: +12 -75 lines
Diff to previous 1.180
New S/R "SET_PARMS" (pieces of code from INI_PARMS):
 set parameters that might depend on the use of some pkgs;
 called from INITIALISE_FIXED, after INI_PARMS & PACKAGES_READPARAMS
 NOTES: After leaving this S/R, parameters will not change anymore.


Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 15:28:02 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58b_post
Changes since 1.179: +16 -2 lines
Diff to previous 1.179
change forcing_In_AB to affects both T,S forcing and Momentum forcing
(allow to differentiate between forcing components using new integer flags:
 momForcingOutAB=1/0 & tracForcingOutAB=1/0)
and add new flag to put Dissipation tendency out of Adams-Bashforth.


Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Thu Feb 23 16:46:47 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.178: +30 -5 lines
Diff to previous 1.178
move tauThetaClimRelax3Dim & tauSaltClimRelax3Dim
 from common block to "retired parameter" list (in ini_parms.F)


Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Fri Feb 10 22:55:12 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58a_post
Changes since 1.177: +3 -1 lines
Diff to previous 1.177
set internal parameter "use3Dsolver"


Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Fri Feb 10 07:56:20 2006 UTC (18 years, 3 months ago) by mlosch
Branch: MAIN
Changes since 1.176: +3 -2 lines
Diff to previous 1.176
o add code to balance EmPmP and Qnet at the end of do_ocean_physics. Useful
  if bulk formulae are used in long integration (especially EmPmR). Turn
  on with balanceEmPmR = .true. or balanceQnet = .true. in data, PARM01
  if balancePrintMean, the imbalance that is substracted is printed to
  STDOUT.


Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 11:47:48 2006 UTC (18 years, 3 months ago) by mlosch
Branch: MAIN
Changes since 1.175: +2 -2 lines
Diff to previous 1.175
o add hooks for new package shelfice, painless


Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Tue Dec 13 19:45:19 2005 UTC (18 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57z_post, checkpoint58
Changes since 1.174: +2 -2 lines
Diff to previous 1.174
Adding unfinished 3-dim relaxation code.


Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Tue Dec 13 16:41:47 2005 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.173: +2 -2 lines
Diff to previous 1.173
add new parameter (implicitIntGravWave) even if the code is not yet ready;
(hard to maintain a different version of theses files during testing phase)


Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Mon Oct 24 22:40:28 2005 UTC (18 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57w_post, checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre
Changes since 1.172: +3 -2 lines
Diff to previous 1.172
new parameter: doAB_onGtGs to (always) apply Adams.Bashforth on tracer
 tendencies (rather than on tracers <- coming soon).


Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Tue Oct 11 21:27:52 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57v_post
Changes since 1.171: +3 -3 lines
Diff to previous 1.171
new parameter: sideDragFactor to enable half-slip-side BC.


Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Tue Oct 11 00:13:51 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.170: +18 -1 lines
Diff to previous 1.170
change default value of tRef (uniform, meaningfull value for ocean & atmos)
and initialize sRef (was missing, as Martin mentioned).


Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 01:34:43 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpint57u_post, checkpoint57t_post
Changes since 1.169: +2 -2 lines
Diff to previous 1.169
add KEscheme selector.


Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Thu Sep 22 14:00:59 2005 UTC (18 years, 7 months ago) by baylor
Branch: MAIN
Changes since 1.168: +13 -7 lines
Diff to previous 1.168
Allow use of old scheme for viscous lengths with useAreaViscLength=.TRUE. Default: .FALSE.


Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 21:01:30 2005 UTC (18 years, 7 months ago) by baylor
Branch: MAIN
Changes since 1.167: +2 -1 lines
Diff to previous 1.167
Adding clean version of mom_calc_visc and viscAhRemax and viscA4Remax params.


Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Mon Sep 19 22:53:12 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57s_post
Changes since 1.166: +28 -6 lines
Diff to previous 1.166
put back viscAstrain & viscAtension in namelist01, but as retired parameters


Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 19:33:05 2005 UTC (18 years, 8 months ago) by baylor
Branch: MAIN
Changes since 1.165: +4 -4 lines
Diff to previous 1.165
Parameter and config_summary changes for mom_calc_visc.F


Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Wed Aug 24 23:09:26 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57r_post
Changes since 1.164: +5 -4 lines
Diff to previous 1.164
"dumpInitAndLast" replaces "nodumps" (& partly MINIMAL_TAVE_OUTPUT)


Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 23:05:28 2005 UTC (18 years, 9 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint57q_post
Changes since 1.163: +2 -2 lines
Diff to previous 1.163
Add new flag in PARM03 namelist called nodumps - true to turn off all dumps, indep of freq


Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 23:44:28 2005 UTC (18 years, 9 months ago) by ce107
Branch: MAIN
Changes since 1.162: +6 -1 lines
Diff to previous 1.162
Changed SCRATCH files to named files to avoid mysterious runtime error on
Blue Gene/L. Linux/PPC64 also complains at runtime but completes execution.
Introduce TARGET_BGL to avoid scraping scratch files.


Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Sun Jul 31 22:07:47 2005 UTC (18 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57p_post
Changes since 1.161: +18 -74 lines
Diff to previous 1.161
reading of delXfile & delYfile moved from ini_parms.F to ini_grid.F
(ini_parms.F is shorter ; allows later to read from netcdf files)


Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Wed Jul 27 03:46:11 2005 UTC (18 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57n_post, checkpoint57o_post
Changes since 1.160: +14 -1 lines
Diff to previous 1.160
do not need to set implicitFreeSurface=F to use rigidLid.


Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Tue Jul 12 22:44:56 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57l_post
Changes since 1.159: +4 -4 lines
Diff to previous 1.159
although horizGridFile is for 2.D type input, better in namelist 4 than 5.


Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Tue Jul 12 16:31:41 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.158: +3 -2 lines
Diff to previous 1.158
add "horizGridFile" for curvilinear-grid input file.


Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 00:24:42 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57j_post, checkpoint57k_post
Changes since 1.157: +29 -21 lines
Diff to previous 1.157
rkSign & usingPCoords replace -rkFac & groundAtK1 (<- removed)


Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 15:53:55 2005 UTC (18 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57i_post
Changes since 1.156: +2 -2 lines
Diff to previous 1.156
add flag for momentum vertical advection (upwindShear)


Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Tue May 31 14:49:38 2005 UTC (18 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.155: +2 -2 lines
Diff to previous 1.155
Added run-time parameters nh_Am2 which scales the non-hydrostatic terms and
changes internal scales (i.e. allows convection at different Rayleigh numbers).


Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 21:24:36 2005 UTC (19 years ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint57h_done, checkpoint57h_post, checkpoint57h_pre
Changes since 1.154: +2 -1 lines
Diff to previous 1.154
added useConstantF to PARM01


Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Fri Apr 15 14:02:07 2005 UTC (19 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57g_post
Changes since 1.153: +3 -3 lines
Diff to previous 1.153
add parameters for AB-3 ; remove readPickupWithTracer & writePickupWithTracer


Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 14:47:24 2005 UTC (19 years, 1 month ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint57g_pre
Changes since 1.152: +8 -4 lines
Diff to previous 1.152
Added flag useAnisotropicViscAGridMax to turn on and off (off by default)
Alistair's latest length scale computation for horizontal viscosity.
It is used only for maximum viscosity calculations.  Alistair recommends
a value of viscA*GridMax=.25


Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Wed Apr 6 20:18:19 2005 UTC (19 years, 1 month ago) by heimbach
Branch: MAIN
Changes since 1.151: +2 -5 lines
Diff to previous 1.151
Make lambda[Theta,Salt]ClimRelax spatially varying.


Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Wed Apr 6 18:25:30 2005 UTC (19 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57f_post
Changes since 1.150: +21 -9 lines
Diff to previous 1.150
add baseTime parameter = model base time (time origin)


Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 03:45:11 2005 UTC (19 years, 2 months ago) by baylor
Branch: MAIN
CVS Tags: checkpoint57f_pre
Changes since 1.149: +2 -1 lines
Diff to previous 1.149
Added Harmonic Smagorinsky Viscosity.  May not work with strongly anisotropic grids.


Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 02:39:55 2005 UTC (19 years, 2 months ago) by baylor
Branch: MAIN
Changes since 1.148: +6 -3 lines
Diff to previous 1.148
Expanded Leith viscosity to follow Ahgridmin and Ahgridmax, and select between 'full' and approximate form.  Also added leith-like viscosity that is proportional to grad(div.v_h).


Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Mon Feb 28 17:37:31 2005 UTC (19 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57e_post
Changes since 1.147: +2 -1 lines
Diff to previous 1.147
Adding eddy stress controls a la Ferreira et al.


Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Sun Feb 20 11:46:24 2005 UTC (19 years, 2 months ago) by dimitri
Branch: MAIN
CVS Tags: eckpoint57e_pre
Changes since 1.146: +3 -2 lines
Diff to previous 1.146
o parameter calendarDumps: when set, approximate months (30-31 days) and years
  (360-372 days) for parameters chkPtFreq, pChkPtFreq, taveFreq, SEAICE_taveFreq,
  KPP_taveFreq, and freq in pkg/diagnostics are converted to exact calendar
  months and years.  Requires pkg/cal.


Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Thu Feb 10 05:25:37 2005 UTC (19 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57d_post
Changes since 1.145: +13 -3 lines
Diff to previous 1.145
Add flag(s) inAdExact to help D. grow seaice in the Sahara.


Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Wed Jan 19 01:51:33 2005 UTC (19 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57c_post, checkpoint57c_pre
Changes since 1.144: +1 -3 lines
Diff to previous 1.144
initialise useConstantF, useBetaPlaneF & useSphereF in set_defaults.F


Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Tue Jan 11 20:49:24 2005 UTC (19 years, 4 months ago) by afe
Branch: MAIN
Changes since 1.143: +2 -2 lines
Diff to previous 1.143
added ability to set inner and outer rotating tank temperatures


Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 15:57:22 2005 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.142: +2 -2 lines
Diff to previous 1.142
add saltFlux(+File) forcing capability with periodicExternalForcing


Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Mon Jan 3 23:16:32 2005 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.141: +3 -9 lines
Diff to previous 1.141
debugMode & debugLevel: go back to what it was before.
  version 1.137 (ini_parms.F) & 1.77 (set_defaults.F)


Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 17:24:55 2004 UTC (19 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint57b_post
Changes since 1.140: +7 -5 lines
Diff to previous 1.140
hack to allow deblevelzero, until debugmode flag is removed


Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Thu Dec 9 09:01:07 2004 UTC (19 years, 5 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint57, checkpoint57a_post, checkpoint57a_pre
Changes since 1.139: +5 -2 lines
Diff to previous 1.139
add horizontal bi-harmonic viscosity of vertical viscosity
- used only in non-hydrostatic code
- add a parameter viscA4W that defaults to viscA4 if unset, otherwise
  usefull if you want to use the Leith viscosity for horizontal
  velocity an biharmonic viscosity in the vertical.


Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 00:12:14 2004 UTC (19 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.138: +17 -2 lines
Diff to previous 1.138
depth convergence accelerator: replace deltaTtracer by dTtracerLev(k)


Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 20:47:34 2004 UTC (19 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint56a_post, checkpoint56b_post, checkpoint56c_post
Changes since 1.137: +6 -2 lines
Diff to previous 1.137
exf_check_range:
* default changed to .TRUE.
* will check values for niter0 if debLevA, every timestep if debLevB
* STOP in exf_check_range if 'out of range'
* range chosen generous to allow for potential extema
TBD: a version with stricter range
     permitted range would be runtime parameters


Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 15:17:06 2004 UTC (19 years, 5 months ago) by heimbach
Branch: MAIN
Changes since 1.136: +2 -2 lines
Diff to previous 1.136
Allow case externForcingCycle = externForcingPeriod


Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Fri Nov 5 02:47:44 2004 UTC (19 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint55j_post, checkpoint56
Changes since 1.135: +43 -2 lines
Diff to previous 1.135
remove some obsolete params.


Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Tue Nov 2 23:57:29 2004 UTC (19 years, 6 months ago) by dimitri
Branch: MAIN
Changes since 1.134: +4 -4 lines
Diff to previous 1.134
o added viscA4GridMin and viscA4GridMax for more control on biharmonic viscosity


Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Fri Oct 29 16:30:11 2004 UTC (19 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.133: +11 -1 lines
Diff to previous 1.133
add separated viscosity for Divergence and Vorticity


Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Mon Oct 18 21:36:08 2004 UTC (19 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint55h_post, checkpoint55i_post
Changes since 1.132: +26 -12 lines
Diff to previous 1.132
set flags: fluidIsAir, fluidIsWater, usingPCoords, usingZCoords
 according to buoyancyRelation


Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Mon Oct 18 16:04:20 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.131: +2 -3 lines
Diff to previous 1.131
 o remove all the *_ioinc flags and replace them with the single global
   outputTypesInclusive flag


Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Sun Oct 17 23:03:38 2004 UTC (19 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.130: +38 -3 lines
Diff to previous 1.130
allow to set a vertical profile of vertical diffusivity for T & S


Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Thu Oct 14 21:40:07 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.129: +1 -7 lines
Diff to previous 1.129
 o move *_ioinc variables


Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Thu Oct 14 13:44:54 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.128: +1 -30 lines
Diff to previous 1.128
 o do package initialization earlier in the boot-up sequence
   - make MNC follow the package guidelines


Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 04:37:37 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55f_post, checkpoint55g_post
Changes since 1.127: +4 -1 lines
Diff to previous 1.127
 o I am *sick* of moving these variables around.  But Jean-Michel has
   all but threatened a hissy fit if they aren't removed from PARAMS.h.
   So now here they are *back* in MNC_PARAMS.h where they were just a
   few days ago.


Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Sun Oct 10 06:08:47 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.126: +1 -4 lines
Diff to previous 1.126
 o move useMNC and related runtime switches to PARAMS.h


Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Fri Oct 1 16:15:29 2004 UTC (19 years, 7 months ago) by mlosch
Branch: MAIN
Changes since 1.125: +5 -2 lines
Diff to previous 1.125
o non-hydrostatic code:
  - add new parameter viscAhW, replaces viscAh in calc_gw, defaults to
    viscAh. Useful when viscAh=0 in non-hydrostatic simulations


Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Thu Sep 23 03:28:42 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint55d_post, checkpoint55d_pre, checkpoint55e_post
Changes since 1.124: +17 -15 lines
Diff to previous 1.124
 o finish MNC_CW_ADD_VATTR_* cleanup and add 'IF (useMNC) THEN' around
   all current sections of MNC code
   - the following tests compiled & ran with these fixes:
       exp0 global_ocean.90x40x15 aim.5l_cs dic_example hs94.cs-32x32x5


Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Tue Sep 21 00:08:13 2004 UTC (19 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint55b_post
Changes since 1.123: +16 -1 lines
Diff to previous 1.123
add a print before reading a namelist


Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 22:57:11 2004 UTC (19 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint55, checkpoint55a_post
Changes since 1.122: +2 -2 lines
Diff to previous 1.122
o remove all tr1-related code (ALLOW_PASSIVE_TRACER)
  (adjoint stuff still has some tr1 names, but all use ptracer arrays)


Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Wed Sep 15 21:23:32 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54f_post
Changes since 1.121: +2 -2 lines
Diff to previous 1.121
 o fix name error: "monitor_mdsio" --> "monitor_stdio"
   - add "monitor_grid" output for ini_cori.F,ini_parms.F


Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Fri Sep 10 12:19:29 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
Changes since 1.120: +42 -19 lines
Diff to previous 1.120
 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.120 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 21:32:10 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
Changes since 1.119: +2 -1 lines
Diff to previous 1.119
 o make the mon_iotype setup in monitor the poster child for MNC/MDSIO
   flag handling


Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 18:19:21 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
Changes since 1.118: +3 -2 lines
Diff to previous 1.118
 o add header info to both the NetCDF output and the model stdout
   - requested by Steph


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Fri Jul 16 01:19:30 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint54c_post, checkpoint54d_post, checkpoint54e_post
Changes since 1.117: +2 -2 lines
Diff to previous 1.117
change Qnet to always be the net heat flux, (+upward).


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Fri Jul 9 22:32:35 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116
Only update cg2d preconditioner every "cg2dPreCondFreq" iter. (default=1)


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 00:54:07 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint54a_post, checkpoint54b_post
Changes since 1.115: +2 -2 lines
Diff to previous 1.115
re-write staggerTimeStep: change pickup file ;
 (flag usePickupBeforeC54 to start from old pickup)


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Sat Jun 26 02:38:08 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint53g_post, checkpoint54, checkpoint54a_pre
Changes since 1.114: +8 -2 lines
Diff to previous 1.114
T & S: separate Vert.Advec.Scheme from horizontal Advec.Scheme


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Thu Jun 24 20:25:44 2004 UTC (19 years, 10 months ago) by afe
Branch: MAIN
CVS Tags: checkpoint53f_post
Changes since 1.113: +17 -3 lines
Diff to previous 1.113
merged cylindrical coord configuration and rotating_tank exp


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Mon Jun 14 17:48:17 2004 UTC (19 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint53d_post
Changes since 1.112: +2 -2 lines
Diff to previous 1.112
Added new flag to fix aim.5l_cs
 - useJamartMomAdv distingiushes the non-linear terms from linear Coriolis
   when using Jamart wet points


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Wed Jun 9 14:03:35 2004 UTC (19 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.111: +2 -1 lines
Diff to previous 1.111
Added vertical diffusivity profile (T/S) due to Bryan and Lewis, 1979.
New parameters:
 diffKrBL79surf - surface diffusivity
 diffKrBL79deep - deep diffusivity
 diffKrBL79Ho   - turning depth for arctan function
 diffKrBL79scl  - depth scale for arctan function
This diffusivity is added to all other diffusivities. The defaults are
set so as to give zero diffusivity.


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Wed Jun 2 13:23:55 2004 UTC (19 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.110: +3 -1 lines
Diff to previous 1.110
Added Sadourny discretization of Coriolis in V.I. mode
 - moved some PARAMETERS from mom_*_coriolis.F to PARAMS.h
 - re-enabled use of omega3 in mom_vecinv.F


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Wed May 26 14:50:10 2004 UTC (19 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.109: +3 -3 lines
Diff to previous 1.109
Added variable viscosity for the vector invariant equations
based on Leith, 1968, Phys. Fluids (10) 1409-1416
 - the use of the variable viscosty in the no-slip boundary conditions
   has not been implemented (but should be)
 - new parameters viscC2leith and viscC4leith are non-dimensional
 - I decided to modulate the variable viscosuty with the same viscAhMax
   and viscA4max; ideally we should have another maximum based on dx^2/dt etc.


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Thu May 13 15:40:53 2004 UTC (20 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint53b_post, checkpoint53b_pre, checkpoint53c_post, checkpoint53d_pre
Changes since 1.108: +5 -4 lines
Diff to previous 1.108
Slight re-arrangment to satisfy JMC opinions on file names!
 o ini_mnc_io.F has been split and replaced by
     ini_model_io.F - responsible for setting units/flags for model-state i/o
     write_grid.F   - responsible for writing the grid variables to file
 o the passing of flags to MDSIO has been moved from ini_parms to ini_model_io
 o ini_depths and ini_masks_etc no longer do I/O which is now in write_grid


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Thu Mar 4 04:00:12 2004 UTC (20 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint52l_post, checkpoint52l_pre, checkpoint52m_post, checkpoint52n_post, checkpoint53, checkpoint53a_post, hrcube5
Changes since 1.107: +3 -3 lines
Diff to previous 1.107
adding parameter adjDumpFreq


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 16:54:46 2004 UTC (20 years, 2 months ago) by cnh
Branch: MAIN
Changes since 1.106: +6 -4 lines
Diff to previous 1.106
Added compile time flag to set namelist terminator __everywhere__ . This allows lf95
to work with appropriate optfile.
Tested on faulks, but this could break on other compilers platforms.


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Sat Feb 7 16:27:19 2004 UTC (20 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint52j_post, checkpoint52j_pre, checkpoint52k_post, hrcube4, hrcube_3
Changes since 1.105: +4 -2 lines
Diff to previous 1.105
Added new grid-dependent viscosity and biharmonic dissipation terms:
 o new parameters = viscAhGrid, viscAhMax, viscA4Grid and viscA4Max
 o new stuff in mom_vi_hdissip.F which is bound to break the adjoint!!!!
This has been "verified" against old experiments **BUT** there is a known
issue involving exch2 - results are dependent on using exch1 or exch2 and
we don't know which is right (if either).


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Sat Jan 3 00:39:42 2004 UTC (20 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52e_post, checkpoint52f_post, checkpoint52f_pre, checkpoint52h_pre, checkpoint52i_post, checkpoint52i_pre, hrcube_1, hrcube_2
Changes since 1.104: +1 -0 lines
Diff to previous 1.104
Header was lost; put it back.


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Sat Jan 3 00:34:00 2004 UTC (20 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.103: +14 -1 lines
Diff to previous 1.103
add run-time parameters for implicit vertical advection.


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sun Dec 28 17:04:00 2003 UTC (20 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52e_pre
Changes since 1.102: +10 -4 lines
Diff to previous 1.102
use CartesianGrid as default only if no horizontal grid is specified


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 22:59:39 2003 UTC (20 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: branch-netcdf, checkpoint52b_post, checkpoint52b_pre, checkpoint52c_post, checkpoint52d_post, checkpoint52d_pre
Branch point for: netcdf-sm0
Changes since 1.101: +4 -3 lines
Diff to previous 1.101
change convertEmP2rUnit to rhoConstFresh/rhoConst for ocean in Z. (unchanged
 for ocean-P) and change the default value of rhoConstFresh to rhoConst.


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Thu Nov 13 21:54:11 2003 UTC (20 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52a_post
Changes since 1.100: +2 -2 lines
Diff to previous 1.100
additional changes for FREEZE:
 - new S/R FREEZE_SURFACE only apllied to surface level.
 - add run-time parameter "useOldFreezing" to use the old version "FREEZE"


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 00:19:22 2003 UTC (20 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51p_post, checkpoint51q_post, checkpoint51r_post, checkpoint51s_post, checkpoint51t_post, checkpoint51u_post, checkpoint52, checkpoint52a_pre, ecco_c52_e35
Branch point for: branch-nonh
Changes since 1.99: +26 -1 lines
Diff to previous 1.99
delp,delz viscAz,viscAp ... are only local variables (and no longer in
 a common bloc).


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 22:55:51 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51l_post, checkpoint51l_pre, checkpoint51m_post, checkpoint51n_post, checkpoint51n_pre, checkpoint51o_post, checkpoint51o_pre
Branch point for: checkpoint51n_branch, tg2-branch
Changes since 1.98: +24 -4 lines
Diff to previous 1.98
* reverse gravitySign back to "logical" value: +1 when R increases downward
* add a parameter to apply surface relaxation only in a latitude band


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 01:45:45 2003 UTC (20 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: branchpoint-genmake2, checkpoint51e_post, checkpoint51f_post, checkpoint51f_pre, checkpoint51g_post, checkpoint51h_pre, checkpoint51i_post, checkpoint51i_pre, checkpoint51j_post
Branch point for: branch-genmake2
Changes since 1.97: +2 -2 lines
Diff to previous 1.97
specific volume (atmospheric geopotential) includes water vapor effect


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 15:00:26 2003 UTC (20 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint51c_post, checkpoint51d_post
Changes since 1.96: +6 -3 lines
Diff to previous 1.96
o introducing integer flag debugLevel
o introducing pathname variable mdsioLocalDir for mdsio


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 16:03:05 2003 UTC (20 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint50h_post, checkpoint50i_post, checkpoint51, checkpoint51a_post, checkpoint51b_post, checkpoint51b_pre
Changes since 1.95: +2 -2 lines
Diff to previous 1.95
New variable in PARM03: pickupSuff is a string that can be set to
indicate the suffix on pickup files. This allows us to avoid renaming
the temporary pickup files.


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Thu Apr 17 13:16:23 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint50b_post, checkpoint50c_post, checkpoint50c_pre, checkpoint50d_post, checkpoint50d_pre, checkpoint50e_post, checkpoint50e_pre, checkpoint50f_post, checkpoint50f_pre, checkpoint50g_post
Changes since 1.94: +6 -8 lines
Diff to previous 1.94
new flag "useCDscheme" (default=F);


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Tue Mar 18 14:37:33 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint50a_post, checkpoint50b_pre
Changes since 1.93: +6 -2 lines
Diff to previous 1.93
 deal with zero rotation when setting omega & rotationPeriod


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Mon Mar 17 17:10:42 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.92: +9 -2 lines
Diff to previous 1.92
set the Earth rotation either directly (omega) or from the rotation period


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Tue Feb 18 15:35:36 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint48g_post, checkpoint48h_post, checkpoint48i_post, checkpoint49, checkpoint50
Changes since 1.91: +9 -1 lines
Diff to previous 1.91
o fix restart and overlap Pb when using Z-coord and EOS funct. of P


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Tue Feb 18 05:33:54 2003 UTC (21 years, 3 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint48f_post
Changes since 1.90: +2 -2 lines
Diff to previous 1.90
Merging from release1_p12:
o Modifications for using pkg/exf with pkg/seaice
  - improved description of the various forcing configurations
  - added basic radiation bulk formulae to pkg/exf
  - units/sign fix for evap computation in exf_getffields.F
  - updated verification/global_with_exf/results/output.txt
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 (see pkg/sbo/README.sbo).
o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
  to avoid negative values in shallow regions.
  - updated verification/natl_box/results/output.txt
  - updated verification/lab_sea/results/output.txt
o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
o Added useSingleCpuIO option (see PARAMS.h).
o Updated useSingleCpuIO option in mdsio_writefield.F to
  work with multi-field files, e.g., for single-file pickup.
o pkg/seaice:
  - bug fix in growth.F: QNET for no shortwave case
  - added HeffFile for specifying initial sea-ice thickness
  - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
  kpp_transport_t.F, forward_step.F, and the_main_loop.F
o pkg/seaice:
  - adjoint-friendly modifications
  - added a SEAICE_WRITE_PICKUP at end of the_model_main.F


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Fri Jan 24 18:26:53 2003 UTC (21 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint48b_post, checkpoint48d_post, checkpoint48d_pre, checkpoint48e_post
Changes since 1.89: +2 -1 lines
Diff to previous 1.89
first step in r* implementation: add param "select_rStar"


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Tue Dec 10 02:55:47 2002 UTC (21 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: branch-exfmods-tag, checkpoint47c_post, checkpoint47d_post, checkpoint47d_pre, checkpoint47e_post, checkpoint47f_post, checkpoint47g_post, checkpoint47h_post, checkpoint47i_post, checkpoint47j_post, checkpoint48, checkpoint48a_post, checkpoint48c_post, checkpoint48c_pre
Branch point for: branch-exfmods-curt
Changes since 1.88: +37 -49 lines
Diff to previous 1.88
 * allows a more accurate definition of Ro_Surf (selectFindRoSurf=1)
   when using P-coordinate; only implemented for atmospheric config.


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Thu Nov 7 21:51:15 2002 UTC (21 years, 6 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46m_post, checkpoint46n_post, checkpoint47, checkpoint47a_post, checkpoint47b_post
Changes since 1.87: +9 -2 lines
Diff to previous 1.87
Added new routine quasihydrostaticterms() and flag "quasihydrostatic"
which is false by default and enables QH mode. Exlcusive with nonhydrostatic
flag.


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Tue Nov 5 18:48:56 2002 UTC (21 years, 6 months ago) by adcroft
Branch: MAIN
Changes since 1.86: +5 -2 lines
Diff to previous 1.86
Added new flag "useNHMTerms" which controls appearance of non-hydrostatic metric
terms:
 - defaults to TRUE but is set to false when metricTerms is false.
   This means no output is currently affected since N-H metric terms have
   always been associated with spherical metric terms to date.
 - note that N-H metric terms are both incomplete and disctetized incorrectly
   and are not fixed as yet.
 - turning off useNHMTerms affects these experiments
    adjustment.128x64x1, aim.5l_Equatorial_Channel, exp1, exp2, global_ocean.90x40x1,
    hs94.128x64x5, hs94.1x64x5, natl_box
   which means they all have non-hydrostatic metric terms in them.


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Tue Nov 5 18:41:59 2002 UTC (21 years, 6 months ago) by adcroft
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85
Removed second appearance of gravitySign in a namelist.


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Mon Oct 7 16:20:39 2002 UTC (21 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint46j_post, checkpoint46k_post, checkpoint46l_post, checkpoint46l_pre
Changes since 1.84: +8 -5 lines
Diff to previous 1.84
* update timeave pkg for wVel diagnostic ; put convertEmP2rUnit in PARAMS.h


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 19:36:50 2002 UTC (21 years, 7 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint46h_post, checkpoint46i_post, checkpoint46j_pre
Changes since 1.83: +2 -2 lines
Diff to previous 1.83
o cleaned up the use of rhoNil and rhoConst.
  - rhoNil should only appear in the LINEAR equation of state, everywhere
    else rhoNil is replaced by rhoConst, e.g. find_rho computes rho-rhoConst
    and the dynamical equations are all divided by rhoConst
o introduced new parameter rhoConstFresh, a reference density of fresh
  water, to remove the fresh water flux's dependence on rhoNil. The default
  value is 999.8 kg/m^3
o cleanup up external_forcing.F and external_forcing_surf.F
  - can now be used by both OCEANIC and OCEANICP


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Thu Aug 15 17:25:31 2002 UTC (21 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46c_post, checkpoint46d_post, checkpoint46d_pre, checkpoint46e_post, checkpoint46e_pre, checkpoint46f_post, checkpoint46g_post, checkpoint46g_pre, checkpoint46h_pre
Changes since 1.82: +5 -2 lines
Diff to previous 1.82
Changes necessary for ocean in p-coordinates
 -  Added new buoyancy relation = 'OCEANICP'
 -  Added new parameters = gravitySign (this used to be contained inside
    the factor dRdZ which I added when we first switched to R coordinates).
 X GM/Redi is not compatible (yet)
 X bottom drag and no-slip need to be debugged.


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Wed Aug 7 16:55:52 2002 UTC (21 years, 9 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint46b_post, checkpoint46c_pre
Changes since 1.81: +4 -20 lines
Diff to previous 1.81
o Added new equation of state -> JMD95Z and JMD95P
  - EOS of Jackett and McDougall, 1995, JPO
  - moved all EOS parameters into EOS.h
  - new routines ini_eos.F, store_pressure.F
o Added UNESCO EOS, but not recommended because it requires
  in-situ temperature (see JMD95)
o Modified formatting for knudsen2.f in utils/knudsen2 and added
  unesco.f to be used with POLY3


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Wed Jul 31 16:38:31 2002 UTC (21 years, 9 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint46a_post, checkpoint46b_pre
Changes since 1.80: +20 -3 lines
Diff to previous 1.80
Added pressure loading term and experiment based on Wunsch and Stammer (1997)
o new field in FFIELDS.h, etc...
o new cpp flag ATMOSPHERIC_LOADING
o Changed hFacC to _hFacC in calc_phi_hyd.F
o Added SHORTWAVE_HEATING to some files for consistency


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Fri Jun 21 18:36:05 2002 UTC (21 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint45d_post, checkpoint46, checkpoint46a_pre
Changes since 1.79: +9 -2 lines
Diff to previous 1.79
Added new parameter: deltaTfreesurf

Previously, the free-surface equation was intergrated forward
synchronously with the momentum equations. It is more consistent
to use the tracer time-step. This increases the number of
iterations required but strengthens the damping.

We *SHOULD* make the default time-step equal to the tracer time-step.
However, we don't for backward compatibility. At some point in the
future we need to change the default behaviour.

It turns out that the reason for the "reduced stability" encountered
in large-scale runs seems to be related to excess variability in
the free surface which in turn happens when the waves aren't damped.
Using a longer time-step fixes this.


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Sat Jun 15 03:28:39 2002 UTC (21 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.78: +8 -3 lines
Diff to previous 1.78
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.78 - (view) (download) (annotate) - [select for diffs]
Thu Mar 7 14:09:02 2002 UTC (22 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint44h_post, checkpoint44h_pre, checkpoint45, checkpoint45a_post, checkpoint45b_post, checkpoint45c_post
Changes since 1.77: +14 -3 lines
Diff to previous 1.77
o define cell Center vertical spacing and then put Interface at the middle


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Mon Mar 4 17:26:41 2002 UTC (22 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint44f_post, checkpoint44g_post
Changes since 1.76: +1 -2 lines
Diff to previous 1.76
Added PTRACERS package

This allows an arbitrary number of passive tracers to be integrated
forward simultaneously with the dynamicaly model.
 + Implemented so far:
    - basic forward algorithm (time-stepping, advection, diffusion, convection)
    - I/O and checkpointing
    - GM/Redi  *but*  using the GM/Redi coefficient of Salt
 + Not implemented so far:
    - KPP
    - OBCS
 + No specific example supplied (yet) but global_ocean.90x40x15 has the
   necessary data.ptracer file. Simply use -enable=ptracers and uncomment
   line in data.pkg. PTRACER01 then reproduces Salt exactly.
 + This package is disabled by default since it increases storage.


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sun Feb 10 00:35:30 2002 UTC (22 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint44e_post, checkpoint44e_pre, checkpoint44f_pre, chkpt44d_post, release1_final_v1
Branch point for: release1_final
Changes since 1.75: +9 -19 lines
Diff to previous 1.75
add parameters to use real fresh water flux (replace USE_NATURALBCS option)
  with non-linear free-surface.


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Thu Dec 13 17:27:53 2001 UTC (22 years, 5 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint43a-release1mods, checkpoint44, checkpoint44b_post, checkpoint44b_pre, chkpt44a_post, chkpt44a_pre, chkpt44c_post, chkpt44c_pre, release1-branch-end, release1-branch_branchpoint, release1-branch_tutorials
Branch point for: release1-branch
Changes since 1.74: +57 -15 lines
Diff to previous 1.74
Added trap for retired parameters zonal_filt_lat appearing in "data".
Parameter zonal_filt_lat is now set in namelist in file data.zonfilt


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 14:57:34 2001 UTC (22 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.73: +1 -2 lines
Diff to previous 1.73
zonal_filt parameters are now in a specific data file (data.zonfilt)


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Fri Nov 30 21:19:22 2001 UTC (22 years, 5 months ago) by adcroft
Branch: MAIN
Changes since 1.72: +3 -2 lines
Diff to previous 1.72
Added new parm to PARM01


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 22:05:10 2001 UTC (22 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.71: +21 -1 lines
Diff to previous 1.71
easier to find which NAMELIST causes problem when reading file "data".


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Fri Sep 28 03:25:15 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint43, ecco-branch-mod1, release1_b1, release1_beta1
Branch point for: ecco-branch, release1, release1_coupled
Changes since 1.70: +2 -2 lines
Diff to previous 1.70
Added energy conserving discretization for Coriolis term.
 o don't panic - the default is off so you can continue not
   conserving energy just like you always have...
 o new flag: useEnergyConservingCoriolis defaults to .F.


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 18:09:15 2001 UTC (22 years, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint41, checkpoint42
Changes since 1.69: +22 -13 lines
Diff to previous 1.69
Bringing comments up to data and formatting for document extraction.


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Mon Sep 10 01:22:48 2001 UTC (22 years, 8 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40, checkpoint40pre9
Changes since 1.68: +3 -2 lines
Diff to previous 1.68
Added multi-dimensional form of advection
 o available only for single step schemes (ie. can't be used with ABII)
 o stable for max(cfl_u,cfl_v,cfl_w)<=1  (without cfl_u+cfl_v+cfl_w <=1)
 o selected using multiDimAdvection=.T.  (default)
 o had to hack some existing routines to work on local arrays


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Thu Sep 6 14:23:57 2001 UTC (22 years, 8 months ago) by adcroft
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67
Added tension/strain form of dissipation.
 * NOT working on cubed sphere.


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Fri Aug 17 18:40:30 2001 UTC (22 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre8
Changes since 1.66: +5 -2 lines
Diff to previous 1.66
Added method for dumping intermediate local arrays:
 mdsio_writetile - same as mdsio_writefield except works from inside bi,bj loop
 mdsio_writelocal - same as mdsio_writetile except works for local arrays
 write_local_r? - higher-level wrapper for mdsio_writelocal

Controlled by diagFreq. Defaults to zero (ie. no dumps)

Example given at end of mom_vecinv.F that dumps some local arrays.


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 17:12:24 2001 UTC (22 years, 9 months ago) by adcroft
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65
Added run-time control of vector-invariant/flux-form momentum eqns.


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Wed Aug 15 15:51:46 2001 UTC (22 years, 9 months ago) by adcroft
Branch: MAIN
Changes since 1.64: +3 -2 lines
Diff to previous 1.64
Added run-time control of advection schemes.
 - advection scheme determines method of forward integration.
 - unfortunately, we have to use integers in "data" since ENUM_CENTERED_2ND
   doesn't mean anything to fortran
 - defaults are centered second
 - output differs due to these mods! This is due to the g77 optimization.
   I have tested that using -ffloat-store, these mods do not affect
   the output so am confident about changes.

                T           S           U           V
C D M    c        m  s        m  s        m  s        m  s
n p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  .
f n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d
g d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  .

Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 16 16 16 22 16 16 pass  adjustment.128x64x1
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 pass  adjustment.cs-32x32x1
Y Y N N -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- N/O   aim.5l_Equatorial_Channel
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 pass  aim.5l_LatLon
Y Y N N -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- N/O   aim.5l_zon-ave
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 22 16 pass  exp0
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 22 16 pass  exp1
Y Y Y Y 13 16 16 16 16 16 16 16 13 16 13 13 13 13 13 13 16 pass  exp2
Y Y Y Y 12 16 16 13 16 16 16 16 16 13 16 16 16 16 13 13 16 FAIL  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 16 16 16 16 16 16 16 16 16 16 16 22 16 16 16 11 16 pass  hs94.128x64x5
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 22 16 pass  hs94.1x64x5
Y Y Y Y 14 16 16 16 16 16 16 16 16 16 13 16 16 16 16 16 13 pass  hs94.cs-32x32x5
Y Y Y Y 16 16 16 22 16 16 16 16 16 16 16 22 16 16 16 16 16 pass  internal_wave
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 pass  natl_box
Y Y Y Y 16 16 16 16 16 13 16 13 16 16 16 16 16 16 16 16 16 pass  solid-body.cs-32x32x1


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


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 21:34:12 2001 UTC (22 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.62: +4 -4 lines
Diff to previous 1.62
add options related to Geopotential computation and Orography definition:
  read orography (in m) from file ; compute Bo_surf(P_ground);
  select the form of geopotential integration;


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Fri Jun 29 15:38:42 2001 UTC (22 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre1
Changes since 1.61: +8 -8 lines
Diff to previous 1.61
Changed default behaviour of monitorFreq.


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 14:55:45 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60
Added a debugMode that uses same statistics stuff as monitor.F
Can be disabled with -DEXCLUDE_DEBUGMODE. Turn on at run-time
with debugMode=.true.  Default is enabled but off.


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Wed May 30 19:33:18 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.59: +15 -1 lines
Diff to previous 1.59
Adding skeleton "monitor" routines. The default is to do it every
time-step. monitorFreq=0 disables.


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Tue May 29 14:01:37 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.58: +18 -6 lines
Diff to previous 1.58
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.58 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 22:35:25 2001 UTC (23 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint38, checkpoint39
Changes since 1.57: +4 -3 lines
Diff to previous 1.57
See doc/tag-index and doc/notes_c37_adj.txt
Preparation for stand-alone autodifferentiability.


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 22:33:52 2001 UTC (23 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: c37_adj
Changes since 1.56: +4 -3 lines
Diff to previous 1.56
Modifications and additions to enable automatic differentiation.
Detailed info's in doc/notes_c37_adj.txt


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 17:22:52 2001 UTC (23 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint37
Branch point for: pre38
Changes since 1.55: +7 -10 lines
Diff to previous 1.55
remove "include CG2D.h" ; make the running flag "metricTerms" active


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Tue Feb 20 15:02:16 2001 UTC (23 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint36
Changes since 1.54: +14 -2 lines
Diff to previous 1.54
add 2 parameters to define a Crank-Nickelson barotropic time-stepping


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 14:38:47 2001 UTC (23 years, 3 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint35
Changes since 1.53: +2 -1 lines
Diff to previous 1.53
Made sure each .F and .h file had
the CVS keywords Header and Name at its start.
Most had header but very few currently have Name, so
lots of changes!


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:04:48 2001 UTC (23 years, 3 months ago) by adcroft
Branch: MAIN
Changes since 1.52: +9 -23 lines
Diff to previous 1.52
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.52 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 23:04:18 2000 UTC (23 years, 8 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-start, checkpoint31, checkpoint32, checkpoint33, checkpoint34
Branch point for: branch-atmos-merge
Changes since 1.51: +3 -3 lines
Diff to previous 1.51
Added surfQswfile to namelist (shortwave heating).


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Jun 21 19:06:36 2000 UTC (23 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint29, checkpoint30
Changes since 1.50: +5 -129 lines
Diff to previous 1.50
Removed all mention of KPP and GM/Redi parameters from ini_parms().
Initialization of these parameters is done by kpp_init() and gmredi_init().


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 13:51:10 2000 UTC (24 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint28
Changes since 1.49: +3 -3 lines
Diff to previous 1.49
Corrected specification of hFacMinDr. If hFacMinDp or hFacMinDz were
used, it used to do something strange...


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 17:52:37 2000 UTC (24 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint27
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
Added separate initialization routine for pSurf (otherwise known
as cg2d_x). This allows easy initial value problem in free
surface height (read from file in pSurfInitFile) and helps
split up the initializations of "fixed" and "variable" arrays.


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 17:47:25 2000 UTC (24 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint25, checkpoint26
Changes since 1.47: +70 -6 lines
Diff to previous 1.47
Various updates for OBCs and Non-hydrostatic routines.
 o OBCs now fits into time-stepping properly
 o div.G has been moved to solve_for_pressure()


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Aug 30 18:29:26 1999 UTC (24 years, 8 months ago) by adcroft
Branch: MAIN
Changes since 1.46: +3 -2 lines
Diff to previous 1.46
Corrected interaction between OBCs and algorithm. The
positioning of set_obcs() within the time-stepping sequence
is crucial for stable open-boundaries. Forcing the boundaries
with time-dependent flow previously led to horrible results...


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Thu Aug 26 17:47:37 1999 UTC (24 years, 8 months ago) by adcroft
Branch: MAIN
Changes since 1.45: +49 -10 lines
Diff to previous 1.45
Added IVDC (Implicit Vertical Diffusion Convection).
Also facilitated a "convection counter" that is output through "diags".


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Wed Jul 28 16:32:13 1999 UTC (24 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint24
Changes since 1.44: +3 -2 lines
Diff to previous 1.44
Added a parameter "implicitViscosity" to separately control implicit
viscosity and diffusion.


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue Jun 29 18:33:26 1999 UTC (24 years, 10 months ago) by adcroft
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
Added COS(latitude)^cosPower dependence to viscosity terms.
New parameter "cosPower" defaults to 0.0 which removes latitudinal
dependence.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Tue May 18 18:01:13 1999 UTC (25 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint22, checkpoint23
Changes since 1.42: +121 -1 lines
Diff to previous 1.42
Modifications/additions for KPP mixing scheme. Instigated by Dimitri.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed May 5 18:32:34 1999 UTC (25 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint21
Changes since 1.41: +9 -2 lines
Diff to previous 1.41
Implemented new I/O package (mdsio.F). This package does parallel
I/O in much the same way as dfile.F used to except it uses "direct
access" rather than (f77) unformatted sequential access.

Problems with dfile.F package included:
  o unnecessary memory use (each process had two global sized buffers)
  o inability to read the files it had written without post-processing
  o "tiled" files were tiled by process/thread rather than actual tiles
  o created huge numbers of files with no alternatives

Features of the mdsio.F package:
  o direct-access binary writes
  o no excessive memory use
  o ability to read/write from multiple record files
  o "tiled" files are based on "WRAPPER" tiles so that the number
    and content of files is independent of the number of threads
    and/or processes
  o option to create single "global" files rather than "tiled" files
  o ability to read both "global" and "tiled" files
    [Caveat: the tiling of files must match the model tiles]
  o checkpoints now use a single file per model section
    ie.  one file for the hydrostatic model core, one file
    for the non-hydrostatic extensions and one file for the C-D
    extensions
  o the mid-level I/O routines now is broken into more source files
    read_write_fld.F supplies basic I/O routines with the same interface
                     as the original I/O package
    read_write_rec.F supplies I/O routines which allow multiple records
    write_state.F    writes the model state
    checkpoint.F     supplies the read/write checkpoint routines

All the example input data has had to be modified to be direct-access.
Otherwise only routines that used I/O have been affected and not
all of those have been due to the continuity of arguments in
the read_write_fld.F routines.

What needs to be done?  We have to create a suite of conversion
utilities for users with old-style data. Also supply the option
for using old-style I/O, not just for die-hards but for reading
data too extensive to be converted. And more...


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 15:54:04 1999 UTC (25 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint20
Changes since 1.40: +46 -28 lines
Diff to previous 1.40
Modifications for non-hydrostatic ability + updates for open-boundaries.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Mar 12 16:41:57 1999 UTC (25 years, 2 months ago) by adcroft
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
Fixed minor bug. writeBinaryPrec was not included in NAMELIST
while writeStatePrec was included twice. You'd have thought the
compiler would catch that...


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Dec 15 00:20:34 1998 UTC (25 years, 5 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint19
Changes since 1.38: +35 -113 lines
Diff to previous 1.38
 o Added "natural BCs" as alternative to "virtual salt flux"
 o Re-difined precFloat32 and precFloat64 to be 32 and 64
   so that their values can be meaningfuly set in the data file
 o Modified read_write.F to create an exception if readBinaryPrec
   is not set
 o Replaced CPP control of viscous BCs with run-time control
 o Tidied up input-data precision (ie. ini_depths cnh_dbg...)
 o ini_forcing.F now initialises *all* forcing arrays to zero
 o Definitively tested verification experiments 0,1,2 and 4
   (3 is atmospheric set-up which is in a state of flux)


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Dec 9 16:11:52 1998 UTC (25 years, 5 months ago) by adcroft
Branch: MAIN
Changes since 1.37: +10 -1 lines
Diff to previous 1.37
Added IMPLICIT NONE in a lot of subroutines.
Also corrected the recip_Rhonil bug: we didn't set it in ini_parms.F


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 19:44:29 1998 UTC (25 years, 5 months ago) by adcroft
Branch: MAIN
Changes since 1.36: +31 -2 lines
Diff to previous 1.36
Implementation of Open Boundaries:
 o new source code: ini_obcs.F set_obcs.F apply_obcs1.F apply_obcs2.F
                    OBCS.h
 o modified code at a few points, key changes are in
    dynamcis.F the_model_main.F and ini_cg2d.F
 o documentation in OBCS.h and doc/OpenBound.*


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 22:44:47 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint18
Changes since 1.35: +5 -4 lines
Diff to previous 1.35
Changes to allow for atmospheric integration builds of the code


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 03:34:12 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint17
Changes since 1.34: +28 -34 lines
Diff to previous 1.34
Changes for TAMC compatability.
Added exp0 a barotropic basin scale box example
Modified exp1 and exp2 to correct SIZE.h for Nr and
variable overlap width support.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 03:11:37 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint16
Changes since 1.33: +19 -9 lines
Diff to previous 1.33
Changes to support
 - g77 compilation under Linux
 - LR(1) form of 64-bit is D or E for constants
 - Modified adjoint of exch with adjoint variables
   acuumulated.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed Sep 9 15:19:07 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint14, checkpoint15
Changes since 1.32: +9 -1 lines
Diff to previous 1.32
Consistent isomorphism changes


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Sep 9 15:04:44 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31
Consistent isomorphism chages


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 01:37:49 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
Consistent isomorphism changes


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Sep 6 17:35:20 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.29: +21 -4 lines
Diff to previous 1.29
Consistent isomorphism changes


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Sep 6 14:45:11 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.28: +6 -1 lines
Diff to previous 1.28
Consistent isomorphism changes


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Sep 5 17:52:13 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.27: +226 -98 lines
Diff to previous 1.27
Consistent isomorphism changes


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Aug 24 02:25:01 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.26: +25 -21 lines
Diff to previous 1.26
Consistent isomorphism changes


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 17:51:08 1998 UTC (25 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.25: +9 -9 lines
Diff to previous 1.25
Isomorphism consistency changes


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 13:37:52 1998 UTC (25 years, 9 months ago) by cnh
Branch: MAIN
Changes since 1.24: +4 -1 lines
Diff to previous 1.24
Added close of I/O unit that was missing


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 18:33:47 1998 UTC (25 years, 9 months ago) by adcroft
Branch: MAIN
Changes since 1.23: +4 -2 lines
Diff to previous 1.23
Changed Z co-ordinate and lopping code:
o Z now increases upwards (ie. for the ocean, z<0)
  This needed changes only in ini_vertical_grid() where zC and zFace
  are calculated and in ini_masks_etc() where hFacC is calculated
  using IF's (eg. IF H(i,j,bi,bj).LT.zFace(K) ...).
o The lopping code needed a correction to the hydrostatic pressure
  calculation.
o Two new parameters control the lopping:
  hFacMin   - is the lower limit for water fraction in a cell
  hFacMinDz - is the lower limit for water thickness in lopped cells
  Both default to 0 so that pure lopping is the default.
  To force full cells, using continuous bathymetry, set hFacMin=1


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Jul 16 15:23:43 1998 UTC (25 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint13
Changes since 1.22: +3 -2 lines
Diff to previous 1.22
Added diagnostics for KapGM.
Added GMmaxval to limit values of KapGM when using the Ri # formula.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Jul 1 19:57:22 1998 UTC (25 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: branch-point-rdot, checkpoint10, checkpoint11, checkpoint12
Branch point for: branch-rdot
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
Changed the #include at the top from CPP_EEOPTIONS.h to CPP_OPTIONS.h
This ought to be done through-out (?) but was necessary in at least
the_model_main.F, dynamics.F, ini_parms.F because of the new
macro ALLOW_DIAGNOSTICS.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Jul 1 19:49:36 1998 UTC (25 years, 10 months ago) by adcroft
Branch: MAIN
Changes since 1.20: +18 -1 lines
Diff to previous 1.20
The time-averaging diagnostics has been modified to include
averages of "intermediate" quantities that exist only on a tile.
We currently only time-average K13, K23 and wVel but these
should be usable as a template for other diagnostics.
We have now split off these routines into a separate module
called diags/. Use of these routines is enabled by the
CPP flag ALLOW_DIAGNOSTICS set in model/inc/CPP_OPTIONS.h


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Jun 18 13:56:06 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint8, checkpoint9
Changes since 1.19: +4 -3 lines
Diff to previous 1.19
Added time-averaging (written by Elodie K.). Controlled by parameter
taveFreq. taveFreq=0 turns it off.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Jun 17 21:07:02 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.18: +34 -2 lines
Diff to previous 1.18
Introduced time-dependant forcing, loaded and interpolated in
load_external_fields.F in a subroutine load_interpolate_forcing().
Control is by one logical and two real variables in PARAMS.h:
periodicExternalForcing, externForcingCycle and externForcingPeriod.
The code in load_external_fields.F is "customized" so needs to
be edited for non-global type runs. We'll tidy it up later.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Jun 15 05:13:56 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint7
Branch point for: checkpoint7-4degree-ref
Changes since 1.17: +27 -13 lines
Diff to previous 1.17
Fairly coplete 4 degree global intercomparison
setup.
 Includes changes to make convective adjustment and hydrostatic
pressure correct as well as IO for climatological datasets


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jun 12 19:33:33 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16
Chages to make default setup correct for 4 degreee global comparison


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jun 10 16:05:39 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.15: +7 -6 lines
Diff to previous 1.15
Added code to bring "salt" up-to-date with "theta".
One caveat is that implicit diffusion of salt is done with the
diffusivity of theta. We'll sort this out later. In explicit
mode, diffKzS is used.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Jun 9 16:48:02 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.14: +31 -1 lines
Diff to previous 1.14
Changes to support topography, hydrography and
forcing from files


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 21:43:01 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint6
Changes since 1.13: +50 -5 lines
Diff to previous 1.13
Merge of GM Redi and spherical polar and inplicit diffusion
and CD. Everything for a global run is now included, however,
still some discrepancies with GM Redi.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 18:45:28 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint5
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Various corrections:
 o implicitDiffusion was missing from PARAMS.h (obviously forgot to commit)
 o maskUp in calc_common_fact() is now correct
 o find_rho() now has the proper "referencing" for "LINEAR" eos-mode
   [also affected a call from dynamics()]


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jun 1 22:27:14 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11
Implemented implicit vertical diffusion (tracers only).
Involved introducing a "total" diffusivity array (local 3D)
calculated by calc_diffusivity().
Made some small changes to time-stepping algorithm.
Switched on by setting implicitZdiffusion.
(note: *Not* fully tested with topography. But when switched off
this does produce identical results)


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu May 28 16:19:50 1998 UTC (25 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint4
Changes since 1.10: +23 -4 lines
Diff to previous 1.10
Changes to:
 o read in coefficients for POLY3 EOS.
 o find_rho() polynomial evaluation has been factorized.
 o additional density field needed in calc_iso_slopes() with non-linear EOS.

This EOS must use the appropriate version of KNUDSEN to generate the
coefficients file (POLY3.COEFFS). C7 and C8 were back to front in
all previous versions of the model (compare01).


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon May 25 21:29:45 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint3
Changes since 1.9: +5 -2 lines
Diff to previous 1.9
Added flags for turning off momentum equation and/or temperature equation


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon May 25 20:05:55 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.8: +39 -2 lines
Diff to previous 1.8
Added extra IO features
 - runtime on/off flags
 - more reporting of configuration


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon May 25 16:17:36 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.7: +17 -3 lines
Diff to previous 1.7
Added changes to support implicit free-surface.
 - included gBaro a "barotropic" gravity that can
   be set differently to the g.rhoprime gravity.
 - discovered and fixed coding error in dynamics
   loop. Per tile temporaries that needed correct
   initial values were not being reset for each tile.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu May 21 18:25:49 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint2
Changes since 1.6: +14 -5 lines
Diff to previous 1.6
Added support for binary IO of model fields for restart and/or
postprocessing


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed May 20 21:29:31 1998 UTC (26 years ago) by adcroft
Branch: MAIN
CVS Tags: redigm
Changes since 1.5: +7 -1 lines
Diff to previous 1.5
GM/Redi parameterization. calc_isoslopes() calculates components
of Redi tensor. calc_gt() then uses these components in a modified
vertical tracer flux. AJA


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Apr 27 04:24:22 1998 UTC (26 years ago) by cnh
Branch: MAIN
CVS Tags: checkpoint1, kloop1, kloop2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Further changes to reporting of model configuration on standard output


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Apr 26 23:41:54 1998 UTC (26 years ago) by cnh
Branch: MAIN
Changes since 1.3: +18 -28 lines
Diff to previous 1.3
Improvements to I/O and feedback info.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 03:53:28 1998 UTC (26 years ago) by cnh
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
*** empty log message ***


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 02:05:41 1998 UTC (26 years ago) by cnh
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Further $Id to $Header conversions


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 19:15:30 1998 UTC (26 years ago) by cnh
Branch: MAIN
Branch point for: cnh
Initial revision


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